Update README.md

This commit is contained in:
Robin 2021-04-11 16:48:32 +02:00 committed by GitHub
parent ed4c0f35fd
commit 01022a744a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ If you want to use Docker for developing NamelessMC, please see the [docker comp
First, follow regular update instructions on the website (uploading files etc). After the upgrade is complete and your website is back up, change the image tag to the new version (e.g. change from `v2-pr7` to `v2-pr8`) to get the newest PHP library versions. First, follow regular update instructions on the website (uploading files etc). After the upgrade is complete and your website is back up, change the image tag to the new version (e.g. change from `v2-pr7` to `v2-pr8`) to get the newest PHP library versions.
## 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-pr7 | v2.0.0-pr7 | 7.4 | Yes | Old
v2-pr8 | v2.0.0-pr8 | 7.4 | Yes | Old v2-pr8 | v2.0.0-pr8 | 7.4 | Yes | Old
@ -39,3 +39,5 @@ v2-pr9 | v2.0.0-pr9 | 7.4 | Yes | Recommended version
v2-pr9-php8 | v2.0.0-pr9 | 8.0 | Yes | There are still some PHP 8 bugs, use php 7.4 v2-pr9-php8 | v2.0.0-pr9 | 8.0 | Yes | There are still some PHP 8 bugs, use php 7.4
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