Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use OCI manifest format for images from scratch #2013

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. Use OCI manifest format for images from scratch

    Images built from scratch where still using the outdated Docker v2 image
    format (recognizable in the mediaType `application/vnd.docker.distribution.manifest.v2+json`).
    This patch replaces that outdate format with the current one based in
    the OCI standard (marked by the mediaType `application/vnd.oci.image.manifest.v1+json`).
    
    Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
    Silvanoc committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6e8efe6 View commit details
    Browse the repository at this point in the history