Docker images are not updated
See original GitHub issueHi! On the project README is stated the following:
latesttag is continuously built from latest commit in repo. Only use that if you want to live on the edge, otherwise use specific version tags to ensure stability.
But the last update to the current latest tag is a month old, and the last release 6.8.0 has not been published as a Docker image.
Is there any issue in the CI?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Docker image/container not updating - Stack Overflow
The problem is your browser! It is keeping a cache of the website so even if you update the docker image, the browser...
Read more >Update Docker Images & Containers To Latest Version
How to update Docker images and containers · Step 1: Check current image version · Step 2: Stop the container · Step 3:...
Read more >Containers and images not updating (refreshing) #9401 - GitHub
Make sure there's a local docker image · Check the 'Containers / Apps' tab · Run a new container for the image in...
Read more >How To Update Docker Image And Container {3 Easy Steps}
Step 1: Check Current Version · Step 2: Pull the Latest Image · Step 3: Launch a New Updated Container.
Read more >How to Update Docker Images to the Latest Version
To update to a newer image, you first need to pull the new version. Run the docker pull command followed by a colon...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Now we have docker tags for versions, branches, git shas… more docker tags than we probably need 😅
Thanks again for reporting @pvieito!
Latest image is being built by GitHub actions now 🎉
Getting tag builds set up now