Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
'latest' tag for ProGet Docker image isn't working
-
The Docker Installation Guide in the docs mention using the
latest
tag for pulling the image, but I've only had luck using specific versions (I get a manifest error when pulling fromlatest
).Looking at the Docker repository on the Inedo ProGet instance, it doesn't appear that
latest
tags are being published.Is it something on my end, or are images not published under
latest
?
-
Whoops! We often test ProGet using our own ProGet instance, and it looks like someone (ahem.. no need to mention names) disabled Semantic Versioning for Containers on our instance for testing purposes.
It's now back on, which means you should be able to use
latest
again, or even5
or5.2
if you wanted.
-
Thanks! Everything looks like it working fine.