Releases: MitchTalmadge/AMP-dockerized
Releases · MitchTalmadge/AMP-dockerized
v22 - AMP 2.4.6.6+, Debian 12, Java 21, ARM64, and more!
- Support for latest AMP version & upgrade process
- Support for updating AMP from the UI (by default, we update automatically when the container is restarted. If you would like to be in control of updates, change the variable
AMP_AUTO_UPDATE
tofalse
) - Java provider changed from OpenJDK to Adoptium (see #180)
- Support for JDK 21 (the new default Java version)
- Upgraded to Debian 12
- Support for ARM64
- Support for Wine and Xvfb
- Progress towards Space Engineers support
- Support for games requiring python3-venv
- Improved error handling on startup
- Improved docker shutdown handling
Thank you for your support! Let us know if you have any issues :)
v21 - Fixed Boot
- Fixed an issue where instances would not boot due to changes in the ampinstmgr SetStartBoot command syntax.
v20: IP Binding Support
- The main instance can now be bound to an IP other than the default
0.0.0.0
using theIPBINDING
environment variable. (Thanks @kieeps for #110)- This is not necessary in 99% of cases, but can help with errors like "The specified IP binding address (0.0.0.0) does not have a functioning internet connection" on startup (#109)
v19 - Java 17
- Add Java 17 (LTS)
- Upgrade default Java from 11 to 17
- Remove Java 16 (was temporarily added while Java 17 was being developed)
See: #101
v18 - Custom Scripts & SDL
In addition to an added library to help fix warnings in Valheim, this release adds the ability to run a custom script on container startup in order to do things like download more libraries for plugins or anything else.
v17 - Ubuntu 20.04
- The image now uses Ubuntu 20.04, which is LTS until 2030.
- This should hopefully fix recent Java issues in Minecraft, and other problems in other games.
v16 - Java 16 Support & New CI
v16:
- New CI/CD through GH Actions
From v15:
- Added Java 16 (default is still Java 11) for upcoming Minecraft minimum version requirements.
- In the future, Java 17 (the LTS being released in September 2021) will take place of Java 16.
v15 - Java 16 Support
- Added Java 16 (default is still Java 11) for upcoming Minecraft minimum version requirements.
- In the future, Java 17 (the LTS being released in September 2021) will take place of Java 16.
v14 - Maintenance
This release contains nothing new and serves only to force a Docker Hub re-build to hopefully solve #65
v13 - Maintenance
This release contains nothing new and serves only to force a Docker Hub re-build due to a glitch in an update released by CubeCoders which has now been patched.