pr11
This commit is contained in:
parent
1d2f20bc43
commit
399cf06ea6
21
README.md
21
README.md
@ -33,13 +33,20 @@ First, follow regular update instructions on the website (uploading files etc).
|
|||||||
## Available tags
|
## Available tags
|
||||||
| Tag | NamelessMC version | PHP version | Receives updates\* | Notes
|
| Tag | NamelessMC version | PHP version | Receives updates\* | Notes
|
||||||
| --- | ------------------ | ----------- | ---------------- | -----
|
| --- | ------------------ | ----------- | ---------------- | -----
|
||||||
v2-pr7 | v2.0.0-pr7 | 7.4 | Yes | Old
|
**v2-pr11** | **v2.0.0-pr11** | **8.0** | **Yes** | **Recommended**
|
||||||
v2-pr8 | v2.0.0-pr8 | 7.4 | Yes | Old
|
v2-pr11-php74 | v2.0.0-pr11 | 7.4 | Yes | For compatibility with legacy modules
|
||||||
v2-pr9 | v2.0.0-pr9 | 7.4 | Yes | Old
|
|
||||||
v2-pr9-php8 | v2.0.0-pr9 | 8.0 | Yes | Old, php 7.4 recommended
|
|
||||||
**v2-pr10** | **v2.0.0-pr10** | **8.0** | **Yes** | **Recommended**
|
|
||||||
v2-pr10-php74 | v2.0.0-pr10 | 7.4 | Yes | Use if you experience php 8 related bugs
|
|
||||||
dev | v2 development | 7.4 | Yes | Testing only, reinstall frequently.
|
dev | v2 development | 7.4 | Yes | Testing only, reinstall frequently.
|
||||||
dev-php8 | v2 development | 8.0 | Yes | Testing only, reinstall frequently.
|
dev-php8 | v2 development | 8.0 | Yes | Testing only, reinstall frequently.
|
||||||
|
|
||||||
\* Image updates, not NamelessMC updates
|
### Legacy tags
|
||||||
|
|
||||||
|
| Tag | NamelessMC version | PHP version | Receives updates\* | Notes
|
||||||
|
| --- | ------------------ | ----------- | ---------------- | -----
|
||||||
|
v2-pr7 | v2.0.0-pr7 | 7.4 | Yes |
|
||||||
|
v2-pr8 | v2.0.0-pr8 | 7.4 | Yes |
|
||||||
|
v2-pr9 | v2.0.0-pr9 | 7.4 | Yes |
|
||||||
|
v2-pr9-php8 | v2.0.0-pr9 | 8.0 | Yes | Experimental
|
||||||
|
v2-pr10 | v2.0.0-pr10 | 8.0 | Yes | Use PHP 7.4 for compatibility
|
||||||
|
v2-pr10-php74 | v2.0.0-pr10 | 7.4 | Yes |
|
||||||
|
|
||||||
|
\* Image updates, not NamelessMC updates. Only the latest NamelessMC version is supported.
|
||||||
|
|||||||
@ -16,6 +16,8 @@ docker buildx build \
|
|||||||
-t namelessmc/nginx:v2-pr9-php8 \
|
-t namelessmc/nginx:v2-pr9-php8 \
|
||||||
-t namelessmc/nginx:v2-pr10 \
|
-t namelessmc/nginx:v2-pr10 \
|
||||||
-t namelessmc/nginx:v2-pr10-php74 \
|
-t namelessmc/nginx:v2-pr10-php74 \
|
||||||
|
-t namelessmc/nginx:v2-pr11 \
|
||||||
|
-t namelessmc/nginx:v2-pr11-php74 \
|
||||||
-t namelessmc/nginx:dev \
|
-t namelessmc/nginx:dev \
|
||||||
-t namelessmc/nginx:dev-php8 \
|
-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
|
||||||
@ -34,5 +36,7 @@ deploy_php v2-pr9 7.4 v2.0.0-pr9
|
|||||||
deploy_php v2-pr9-php8 8.0 v2.0.0-pr9
|
deploy_php v2-pr9-php8 8.0 v2.0.0-pr9
|
||||||
deploy_php v2-pr10 8.0 v2.0.0-pr10
|
deploy_php v2-pr10 8.0 v2.0.0-pr10
|
||||||
deploy_php v2-pr10-php74 7.4 v2.0.0-pr10
|
deploy_php v2-pr10-php74 7.4 v2.0.0-pr10
|
||||||
|
deploy_php v2-pr11 8.0 v2.0.0-pr11
|
||||||
|
deploy_php v2-pr11-php74 7.4 v2.0.0-pr11
|
||||||
deploy_php dev 7.4 v2
|
deploy_php dev 7.4 v2
|
||||||
deploy_php dev-php8 8.0 v2
|
deploy_php dev-php8 8.0 v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user