-
Notifications
You must be signed in to change notification settings - Fork 379
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
OCI image-spec / distribution-spec v1.1 updates, first round #2062
Commits on Aug 10, 2023
-
Add a comment about mounting blobs with unknown locations
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6fb4da1 - Browse repository at this point
Copy the full SHA 6fb4da1View commit details -
opencontainers/distribution-spec does not require errors to carry JSON
... so update one of our checks to rely on the specified status (only). Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 62f49ac - Browse repository at this point
Copy the full SHA 62f49acView commit details -
UNTESTED: Log warnings on a Warning: header
... as now requested by distribution-spec. Untested apart from the added parser unit test. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 91536ef - Browse repository at this point
Copy the full SHA 91536efView commit details -
Add a comment about using the os.version and os.flags fields.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8a2fca6 - Browse repository at this point
Copy the full SHA 8a2fca6View commit details -
RFC: Match variant in checkImageDestinationForCurrentRuntime
As described in the comment, this might cause excess noise. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3a26748 - Browse repository at this point
Copy the full SHA 3a26748View commit details -
Avoid a nil pointer dereference in EditInstances
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 98a9280 - Browse repository at this point
Copy the full SHA 98a9280View commit details -
Define helpers for cloning and conversion of platform descriptors
... to reduce duplication. Should not change behavior. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d4733ea - Browse repository at this point
Copy the full SHA d4733eaView commit details -
Avoid some single-use variables
Should not change behavior. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7daea33 - Browse repository at this point
Copy the full SHA 7daea33View commit details -
Support the new ArtifactType field when complaining about non-images
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9ee0a99 - Browse repository at this point
Copy the full SHA 9ee0a99View commit details -
Don't hard-code a single digest in configBlobImageSource
... so that newOCI1ImageSource can support other configs. Should not change (test) behavior. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9495679 - Browse repository at this point
Copy the full SHA 9495679View commit details -
Allow specifying the config fixture in newOCI1ImageSource
Should not change (test) behavior for now. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9c3d98d - Browse repository at this point
Copy the full SHA 9c3d98dView commit details -
Add tests to ensure that extra fields in config.json are not rejected.
This is a MUST requirement from OCI image spec v1.1. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6e8a5a7 - Browse repository at this point
Copy the full SHA 6e8a5a7View commit details -
Fix a possible division by zero
Zero-layer artifacts are discouraged but allowed. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5253f01 - Browse repository at this point
Copy the full SHA 5253f01View commit details