Closed asamson23 closed 2 years ago
Hey @asamson23, thank you for the bug report. I'll have a look and keep you updated.
Which container runtime, operating system and platform do you use?
The container is running under Docker version 20.10.14 on Unraid 6.10.3.
As for the image of the executable, I took the one available on the official website
Can you please pull the latest image and try again?
Latest beammp-server image or latest docker image?
latest container image
The server was updated to the latest version and that's when the issues started to happen. The server is updated and was force updated to the latest version.
Sorry I do not get your point, what do you exactly do? Can you please describe it step by step.
Under the Docker tab in Unraid, under "Advanced view", there is a "force update" button to force a fetch from the Docker hub. As for the executable, I went to the official website, grabbed the zip file, extracted the linux version and renamed it to "beammp-server"
Ok it looks like unraid does not understand the new oci metadata format. Ok good hint, I'll set it to docker to be backwards compatible.
I fixed it. If this pipe is done: https://github.com/RouHim/beammp-container-image/actions/runs/2862630418 you should pull the latest docker container image.
I pulled the latest image build once it got pushed on the docker hub, but I still get the same issue
Ok, I lets have another try: https://github.com/RouHim/beammp-container-image/actions/runs/2862809638 Looks like openssl 1.1 is missing (Only 3) in 22.04
Btw your mount point looks fishy, why do you mount the whole server folder to your host? If you want to install mods, only mount the beammp/Resources/Client
to your host.
Ok, I lets have another try: https://github.com/RouHim/beammp-container-image/actions/runs/2862809638 Looks like openssl 1.1 is missing (Only 3) in 22.04
That fixed it!
Btw your mount point looks fishy, why do you mount the whole server folder to your host? If you want to install mods, only mount the
beammp/Resources/Client
to your host.
As for the mount point on the host, it is the only way for me to be able to access the ressource folder so that I can load up mods on my server
Yeah :) Great. But as I said, it's best to mount as less as possible, as described above only the client mods folder.
check the example docker compose file: https://github.com/RouHim/beammp-container-image/blob/main/docker-compose.yml
Otherwise you could mess up your permissions.
When attempting to run the docker container with the updated image for BeamMP, there is the error when attempting to run the docker container