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

The latest tag does not work #3

Open
daxxxit opened this issue Oct 10, 2022 · 1 comment
Open

The latest tag does not work #3

daxxxit opened this issue Oct 10, 2022 · 1 comment

Comments

@daxxxit
Copy link

daxxxit commented Oct 10, 2022

Hello,
in docker.compose.yml use the "latest" tag and I install version v1.36.12
image: ghcr.io/zoneminder-containers/eventserver-base:latest
I also tried cleaning images with
docker image prune -a
Using the direct tag of the new version does not work

@soggypretzels
Copy link

I was able to get a more recent docker image than is provided by the 'latest' tag.

rather than using image: ghcr.io/zoneminder-containers/eventserver-base:latest I got the tag from the latest release from the releases page and used that. For example: image: ghcr.io/zoneminder-containers/eventserver-base:main-zm_v1.36.33-es_v6.1.28

Would still be great to have the 'latest' tag working, but this workaround is good enough in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants