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
Describe the bug
It is not possible to pull the latest version from docker without knowing exactly which version to use. Which is a complete pain and kind of misses the point of docker 😉
To Reproduce
Steps to reproduce the behavior:
From the command line run: docker pull sasanlabs/owasp-vulnerableapp
See error:
Using default tag: latest
Error response from daemon: manifest for sasanlabs/owasp-vulnerableapp:latest not found: manifest unknown: manifest unknown
@psiinon we have removed latest tag a few months ago and major reason for that is docker pull not pulling latest changes. So what happens is that once we release latest tag, users who already have downloaded the latest tag will not get the newer updates until they don't remove the image from there local machine/host machine.
However, I think we can push latest image for now considering default behavior of docker pull of fetching latest tags
Describe the bug
It is not possible to pull the latest version from docker without knowing exactly which version to use. Which is a complete pain and kind of misses the point of docker 😉
To Reproduce
Steps to reproduce the behavior:
docker pull sasanlabs/owasp-vulnerableapp
Note that this is the exact command specified on https://hub.docker.com/r/sasanlabs/owasp-vulnerableapp
Expected behavior
The latest version of the app should be downloaded
Additional context
Specifying the exact version works, e.g. :
docker pull sasanlabs/owasp-vulnerableapp:1.11.22
Would you like to help fix this issue?
Just say if you'd like to try and help fix this issue. We'll provide any advice and guidance you need.
Hopefully there will be a quick fix for this so you wont need my help, but if I can help then just ping me :)
The text was updated successfully, but these errors were encountered: