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
When I execute docker pull wildfly:10.1.0.Final, I get a docker image from 3 months ago:
~ docker images | grep wildfly | grep 10.1.0.Final
jboss/wildfly 10.1.0.Final ab149aa45b9f 3 months ago 584 MB
~ docker pull jboss/wildfly:10.1.0.Final
10.1.0.Final: Pulling from jboss/wildfly
Digest: sha256:2b39a89c16854b12706988b8dd959e7873241b8bbaf4e489abe59c69050a7656
Status: Image is up to date for jboss/wildfly:10.1.0.Final
When I execute docker pull wildfly:10.1.0.Final, I get a docker image from 3 months ago:
Checking the build logs, it is indeed an image that was built 3 months ago:
https://hub.docker.com/r/jboss/wildfly/builds/bnir2pcakvwa9qsguypj59g/
However the latest build hints at the latest version having a different hash:
https://hub.docker.com/r/jboss/wildfly/builds/bvjraxtuzpj4hsd2wzwrca7/
This shows, there is either some issue with images on docker.io, but could be my host as well, not sure.
The text was updated successfully, but these errors were encountered: