Releases: MitchTalmadge/AMP-dockerized
v12 - AMP Support Env Vars
This is a maintenance update that adds preset and not-to-be-changed environment variables inside the container which lets CubeCoders differentiate crash reports from this container with those from non-docker based AMP, among other similar concepts.
v11 - Permissions Issue Fix
- Solves a problem where using the UID/GID env vars could cause image setup or upgrades to fail.
v10 - Timezone Support
- Added new
TZ
environment variable which can be set to one of theTZ database name
entries on this page. Defaults toEtc/UTC
as the container has been using all along.
v9 - Java 11
- Added Java 11 alongside existing Java 8 to allow Minecraft servers to be updated in accordance with Paper MC's requirements for 1.17.
v8 - AMP Update Rollout Changes
We have completely re-worked the way updates are delivered to you.
From now on, instead of checking for updates on container restart, which can result in 10+ minute startup times, we now check hourly for AMP updates and bake them right into the latest image.
All you have to do is pull the latest image, and the latest AMP comes along with it.
Startup times are greatly reduced due to this. :)
Enjoy and please report any issues!
7 - Startup Notice, Licence Check, and Improvements
6 - Factorio Support
- Add
xz-utils
package which allows Factorio binaries to be extracted. This should provide the support needed to run Factorio servers. (#38)
5 - Bug Fixes & Maintenance
- Fixed #33 where Main instance would attempt to be created on every boot even if it already existed.
- Improved Dockerfile to follow best-practices thanks to @Joly0 (#32)
https://github.com/MitchTalmadge/AMP-dockerized/blob/5/README.md
4 - Nightly Builds
See the README for info on a new NIGHTLY
env var which allows you to run nightly builds of AMP on all instances. (To be clear, the instances are only upgraded to a nightly build on image start, they do not get updated every night.) By default all instances will use MainLine (production) builds.
https://github.com/MitchTalmadge/AMP-dockerized/blob/4/README.md
3 - Automatic ampinstmgr Updates
- ampinstmgr is now automatically updated to the latest version upon image startup.
https://github.com/MitchTalmadge/AMP-dockerized/blob/3/README.md