Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing 10.312 tag #902

Closed
1 task done
tradiuz opened this issue Feb 25, 2024 · 1 comment
Closed
1 task done

Missing 10.312 tag #902

tradiuz opened this issue Feb 25, 2024 · 1 comment
Assignees
Labels

Comments

@tradiuz
Copy link

tradiuz commented Feb 25, 2024

Bug description

If you specify 10.312 as the image tag, it will fail to install. if you specify 10 as the version tag, it will download 10.303. If you specify a download URL, it will recognize that 312 is different than 303 and re-download every time.

Steps to reproduce

  • use the image: felddy/foundryvtt:10.312 in a docker-compose.yml

Expected behavior

I expect that it will recognize 10.312 as a valid version.

Container metadata

com.foundryvtt.version = "11.315"
org.opencontainers.image.authors = "markf+github@geekpad.com"
org.opencontainers.image.created = "2024-01-05T17:39:23.478Z"
org.opencontainers.image.description = "An easy-to-deploy Dockerized Foundry Virtual Tabletop server."
org.opencontainers.image.licenses = "MIT"
org.opencontainers.image.revision = "18981628b89a04fa780f9faa1657be17aeaeb9b1"
org.opencontainers.image.source = "https://github.com/felddy/foundryvtt-docker"
org.opencontainers.image.title = "foundryvtt-docker"
org.opencontainers.image.url = "https://github.com/felddy/foundryvtt-docker"
org.opencontainers.image.vendor = "Geekpad"
org.opencontainers.image.version = "11.315.1"

Relevant log output

✘ foundry Error0.6s
Error response from daemon: manifest for felddy/foundryvtt:10.312 not found: manifest unknown: manifest unknown

Code of Conduct

  • I agree to follow this project's Code of Conduct
@felddy
Copy link
Owner

felddy commented Feb 25, 2024

The last release of the container in the 10 series is 10.303. If you want to use 10.312 you can follow the procedure here:

Use the felddy/foundryvtt:release container and set FOUNDRY_VERSION to 10.312.

You will see a warning in the logs:

foundry-1  | Entrypoint | 2024-02-25 11:26:44 | [warn] FOUNDRY_VERSION has been manually set and does not match the container's version.
foundry-1  | Entrypoint | 2024-02-25 11:26:44 | [warn] Expected 11.315 but found 10.312
foundry-1  | Entrypoint | 2024-02-25 11:26:44 | [warn] The container may not function properly with this version mismatch.

I've tested that this works correctly. But heed the warning in the comment above and backup your data directory.

See also:

@felddy felddy closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants