Skip to content

Releases: MitchTalmadge/AMP-dockerized

v12 - AMP Support Env Vars

19 Feb 10:03
2775195
Compare
Choose a tag to compare

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

28 Dec 03:15
f636b17
Compare
Choose a tag to compare
  • Solves a problem where using the UID/GID env vars could cause image setup or upgrades to fail.

v10 - Timezone Support

19 Dec 05:59
0f4dac7
Compare
Choose a tag to compare
  • Added new TZ environment variable which can be set to one of the TZ database name entries on this page. Defaults to Etc/UTC as the container has been using all along.

v9 - Java 11

14 Dec 06:21
edf41e3
Compare
Choose a tag to compare
  • 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

28 Nov 07:12
1250968
Compare
Choose a tag to compare

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

27 Nov 00:22
b26388e
Compare
Choose a tag to compare
  • Added startup notice to give information about getting help
  • Added LICENCE variable check on startup (@Joly0)
  • Moved ampinstmgr to hidden bin directory (@Joly0)
  • Other various Dockerfile improvements (@Joly0)

6 - Factorio Support

23 Nov 23:11
c1c2e9c
Compare
Choose a tag to compare
  • 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

26 Sep 09:26
b5338f0
Compare
Choose a tag to compare
  • 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

19 Sep 21:24
Compare
Choose a tag to compare

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

07 Aug 05:53
Compare
Choose a tag to compare
  • ampinstmgr is now automatically updated to the latest version upon image startup.

https://github.com/MitchTalmadge/AMP-dockerized/blob/3/README.md