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

manifest: provide guidance on SCRATCH descriptor (config and layer) #1023

Merged
merged 1 commit into from
Mar 10, 2023

Commits on Mar 10, 2023

  1. manifest, specs-go/: provide guidance on SCRATCH config descriptor

    Ref: opencontainers#1025
    
    Through the conversations between artifact manifest and standardizing
    the misuse of the image-manifest one of the topics was around when there
    is _not_ a `config` needed for the `layers`/blobs.
    
    Since the `config` is a REQUIRED field, it meant setting this to some
    valid value.
    
    This guidance intends to set a norm for a blob that need only be pushed
    to a registry a single time, and then save on round trips for all future
    SCRATCH configs, while also being most widely portability.
    
    to facilitate use by tools that import this reference code to identify
    this specific blob when working with an empty/scratch config blob and
    layer blob. This will utilize the same blob for both
    
    Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
    vbatts committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    729a03e View commit details
    Browse the repository at this point in the history