factoriotools / factorio-docker

Factorio headless server in a Docker container
https://hub.docker.com/r/factoriotools/factorio/
MIT License
909 stars 220 forks source link

1.1.65 not on hub.docker.com #444

Closed bplein closed 2 years ago

bplein commented 2 years ago

Looks like the hub.docker.com page is updated with the 1.1.65 tag in the overview, but the actual image hasn't yet been uploaded.

bplein commented 2 years ago

Looks like the buiild failed, possibly due to a transient error using curl to download a file. Should probably add --retry <num> to it to allow for transient download failures

Fank commented 2 years ago

Could you create a PR for the retries? I rerun the build hope it fixes it.

bplein commented 2 years ago

I am willing to crete a PR but I don't have any good way of testing the Action that builds it.

I have tried that curl line from a command prompt, using the retries parameter, and it doesn't break anything, so I'll submit the PR with that "manual" test of the change.

bplein commented 2 years ago

Pull request sent