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
The docker image was build some year ago, and the schema used back then is now getting slowly deprecated.
When pulling the image it is currently outputting:
docker pull psiinon/bodgeit
Using default tag: latest
latest: Pulling from psiinon/bodgeit
Image docker.io/psiinon/bodgeit:latest uses outdated schema1 manifest format. Please upgrade to a schema2 image for better future compatibility. More information at https://docs.docker.com/registry/spec/deprecated-schema-v1/
142a601d9793: Already exists
...
98113d72b3dc: Already exists
Digest: sha256:6582f6b195494f8b346ed18cab7617ba422d69c93a46ed187b3a9eeb401afed1
Status: Image is up to date for psiinon/bodgeit:latest
docker.io/psiinon/bodgeit:latest
I'm raising this issue primarily as the old docker schema version apparently doesn't work with some image scanning tools like trivy anymore. Which is sad as bodgeit would be a nice example for an older docker image.
A rebuild and push with a current docker version seems to fix this.
I've tried it out and it seems to be working fine (https://hub.docker.com/repository/docker/j12934/bodgeit). Would be awesome if the official docker image could be updated 🚀
The text was updated successfully, but these errors were encountered:
J12934
changed the title
Docker Image is using a deprecated Image Version
Docker Image is using a deprecated Docker Schema
Jul 2, 2020
Hi 👋
The docker image was build some year ago, and the schema used back then is now getting slowly deprecated.
When pulling the image it is currently outputting:
I'm raising this issue primarily as the old docker schema version apparently doesn't work with some image scanning tools like trivy anymore. Which is sad as bodgeit would be a nice example for an older docker image.
A rebuild and push with a current docker version seems to fix this.
I've tried it out and it seems to be working fine (https://hub.docker.com/repository/docker/j12934/bodgeit). Would be awesome if the official docker image could be updated 🚀
The text was updated successfully, but these errors were encountered: