Skip to content

Releases: MitchTalmadge/AMP-dockerized

v22 - AMP 2.4.6.6+, Debian 12, Java 21, ARM64, and more!

11 Nov 01:17
5953169
Compare
Choose a tag to compare
  • 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 to false)
  • 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

10 Jun 07:15
2a9341b
Compare
Choose a tag to compare
  • Fixed an issue where instances would not boot due to changes in the ampinstmgr SetStartBoot command syntax.

v20: IP Binding Support

19 Jan 06:54
ff7c158
Compare
Choose a tag to compare
  • The main instance can now be bound to an IP other than the default 0.0.0.0 using the IPBINDING 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

11 Nov 05:52
20cbe86
Compare
Choose a tag to compare
  • 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

22 Sep 21:11
a6ff5c0
Compare
Choose a tag to compare

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

28 Jun 02:27
62e24fd
Compare
Choose a tag to compare
  • 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

01 Jun 15:22
cf2ce58
Compare
Choose a tag to compare

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

01 Jun 05:00
22fd044
Compare
Choose a tag to compare
  • 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

18 May 03:29
15f8cf7
Compare
Choose a tag to compare

This release contains nothing new and serves only to force a Docker Hub re-build to hopefully solve #65

v13 - Maintenance

29 Apr 09:08
d707d33
Compare
Choose a tag to compare

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.