pr9 images

This commit is contained in:
Derkades 2020-12-30 16:04:44 +01:00
parent 0e003b6e45
commit 46d52f09ef
2 changed files with 12 additions and 6 deletions

View File

@ -35,5 +35,7 @@ First, follow regular update instructions on the website (uploading files etc).
| --- | ------------------ | ----------- | --- | ------------------ | -----------
v2-pr7 | v2.0.0-pr7 | 7.4 v2-pr7 | v2.0.0-pr7 | 7.4
v2-pr8 | v2.0.0-pr8 | 7.4 v2-pr8 | v2.0.0-pr8 | 7.4
v2-pr9dev | v2 development (unstable) | 7.4 v2-pr9 | v2.0.0-pr9 | 7.4
v2-pr9dev-php8 | v2 development (unstable) | 8.0 v2-pr9-php8 | v2.0.0-pr9 | 8.0
dev | v2 development (unstable) | 7.4
dev-php8 | v2 development (unstable) | 8.0

View File

@ -12,8 +12,10 @@ export DOCKER_CLI_EXPERIMENTAL=enabled
docker buildx build \ docker buildx build \
-t namelessmc/nginx:v2-pr7 \ -t namelessmc/nginx:v2-pr7 \
-t namelessmc/nginx:v2-pr8 \ -t namelessmc/nginx:v2-pr8 \
-t namelessmc/nginx:v2-pr9dev \ -t namelessmc/nginx:v2-pr9 \
-t namelessmc/nginx:v2-pr9dev-php8 \ -t namelessmc/nginx:v2-pr9-php8 \
-t namelessmc/nginx:dev \
-t namelessmc/nginx:dev-php8 \
--platform=linux/arm,linux/arm64,linux/amd64 nginx_web --push --platform=linux/arm,linux/arm64,linux/amd64 nginx_web --push
deploy_php(){ deploy_php(){
@ -26,5 +28,7 @@ deploy_php(){
# Tag PHP NamelessMC # Tag PHP NamelessMC
deploy_php v2-pr7 7.4 v2.0.0-pr7 deploy_php v2-pr7 7.4 v2.0.0-pr7
deploy_php v2-pr8 7.4 v2.0.0-pr8 deploy_php v2-pr8 7.4 v2.0.0-pr8
deploy_php v2-pr9dev 7.4 v2 deploy_php v2-pr9 7.4 v2.0.0-pr9
deploy_php v2-pr9dev-php8 8.0 v2 deploy_php v2-pr9-php8 8.0 v2.0.0-pr9
deploy_php dev 7.4 v2
deploy_php dev-php8 8.0 v2