melkortf / tf2-servers

TF2 server in Docker container - multiple images for various purposes
MIT License
39 stars 12 forks source link

20 March 2023 Update breaks client compatibility #98

Closed freerainboxbox closed 1 year ago

freerainboxbox commented 1 year ago

Images should be updated accordingly. Should be a simple update: repackage the image, and freshen up the checksums.

garrappachc commented 1 year ago

What do you mean by "client"? TF2 itself updates upon launch just fine, all checksums are also good.

freerainboxbox commented 1 year ago

What do you mean by "client"? TF2 itself updates upon launch just fine, all checksums are also good.

Client is new, server is not. The server is what needs fixing. Docker image isn't the newest version. Pulling the image again and running it doesn't show the newest version.

freerainboxbox commented 1 year ago

I found the issue. When running the docker image, ghcr.io/ must be before the image name. Otherwise an old version is run. For example: docker run <...> ghcr.io/melkortf/tf2-base.

garrappachc commented 1 year ago

Yeah, I mentioned it in the 3.0.0 release docs; I moved the images from Docker registry to the GitHub's one.