You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: