vinanrra / Docker-7DaysToDie

7 days to die server using LinuxGSM in Docker with backups, monitor, auto-installable mods and more
GNU General Public License v3.0
228 stars 45 forks source link

Unable to pull latest unstable version (A21)[BUG] #164

Closed merlin3of5 closed 1 year ago

merlin3of5 commented 1 year ago

Describe the bug I have been unable to pull the latest unstable build of 7 days to die. I have been scouring the documentation and I am fairly certain "VERSION=" is where I would set it but I have not seen what should go in this variable besides "Stable". I have attempted "VERSION=latest_experimental, VERSION=experimental, VERSION=Unstable, and VERSION=11450676" but with no success. Always the server version stays on A20. Looking at https://steamdb.info/app/251570/depots/?branch=latest_experimental, the latest build is 11450676. Looking at https://7dtd.illy.bz/wiki/Server%20fixes#Download, A21 is supported by ALLOC_FIXES. Am I perhaps entering in the wring data for "VERSION"?

To Reproduce Steps to reproduce the behavior: Run docker image with above compose.

Expected behavior Expected server instance to be on the latest experimental build, A21.

Screenshots If applicable, add screenshots to help explain your problem.

Versions: 'vinanrra/7dtd-server:latest'

Docker/Docker-compose version: '3.3' services: 7dtd-server: volumes:

Additional context Add any other context about the problem here.

vinanrra commented 1 year ago

I'm updating the image to allow Alpha 21

vinanrra commented 1 year ago

@merlin3of5

I hope this PR #163 #166 fix the issue, i'm testing right now

vinanrra commented 1 year ago

I was able to set up an Alpha 21 server, enjoy the game @merlin3of5 also, comment here if it works for you too and I will close this

merlin3of5 commented 1 year ago

I still cannot seem to get Alpha 21 to pull down. The server continues to load 20.7. What should I put into the "VERSION" env variable to pull A21?

vinanrra commented 1 year ago

First, do a clean install and use latest_experimental

Sythelux commented 1 year ago

First, do a clean install and use latest_experimental

I can confirm this works.

merlin3of5 commented 1 year ago

Clean install did the trick. Thanks!