MitchTalmadge / AMP-dockerized

CubeCoders AMP in a Docker Image. Easily create game servers for games like Minecraft, GMod, TF2, Factorio, and StarBound!
https://hub.docker.com/r/mitchtalmadge/amp-dockerized
Other
91 stars 22 forks source link

2.4.5.x Decadeus Update #165

Closed MitchTalmadge closed 1 year ago

MitchTalmadge commented 1 year ago
MitchTalmadge commented 1 year ago

I upgraded a copy of my old 2.4.4.0 AMP server to 2.4.5 with this image, and it worked great. Have had no issues so far.

IceOfWraith commented 1 year ago

To get this to Ubuntu 22.04 all you need to do is the following three changes:

Line 1 - FROM ubuntu:22.04 Line 107 - lib32gcc-s1 \ Line 161 - RUN wget -qO - http://repo.cubecoders.com/archive.key | gpg --dearmor > /etc/apt/trusted.gpg.d/cubecoders-archive-keyring.gpg && \

MitchTalmadge commented 1 year ago

Thank you @IceOfWraith! Here's a PR with those changes: #166

IceOfWraith commented 1 year ago

Very good! Didn't want to step on the changes you were working on here. :)

I'll let you know when I have the Wine/Xvfb changes ready and do a PR as well.

MitchTalmadge commented 1 year ago

I saw your PR #168! It looks awesome. I'm gonna merge this PR into staging since I haven't had any issues with it. Then we can test your additions and merge that in as well.