mirror of
https://github.com/containers/skopeo.git
synced 2025-09-10 02:59:50 +00:00
vendor containers/image, OCI/image-spec
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
2
vendor/github.com/opencontainers/image-spec/specs-go/v1/config.go
generated
vendored
2
vendor/github.com/opencontainers/image-spec/specs-go/v1/config.go
generated
vendored
@@ -35,7 +35,7 @@ type ImageConfig struct {
|
||||
Env []string `json:"Env"`
|
||||
|
||||
// Entrypoint defines a list of arguments to use as the command to execute when the container starts.
|
||||
EntryPoint []string `json:"EntryPoint"`
|
||||
Entrypoint []string `json:"Entrypoint"`
|
||||
|
||||
// Cmd defines the default arguments to the entrypoint of the container.
|
||||
Cmd []string `json:"Cmd"`
|
||||
|
8
vendor/github.com/opencontainers/image-spec/specs-go/v1/mediatype.go
generated
vendored
8
vendor/github.com/opencontainers/image-spec/specs-go/v1/mediatype.go
generated
vendored
@@ -24,9 +24,9 @@ const (
|
||||
// MediaTypeImageManifestList specifies the mediaType for an image manifest list.
|
||||
MediaTypeImageManifestList = "application/vnd.oci.image.manifest.list.v1+json"
|
||||
|
||||
// MediaTypeImageSerialization is the mediaType used for layers referenced by the manifest.
|
||||
MediaTypeImageSerialization = "application/vnd.oci.image.layer.tar+gzip"
|
||||
// MediaTypeImageLayer is the mediaType used for layers referenced by the manifest.
|
||||
MediaTypeImageLayer = "application/vnd.oci.image.layer.tar+gzip"
|
||||
|
||||
// MediaTypeImageSerializationConfig specifies the mediaType for the image configuration.
|
||||
MediaTypeImageSerializationConfig = "application/vnd.oci.image.config.v1+json"
|
||||
// MediaTypeImageConfig specifies the mediaType for the image configuration.
|
||||
MediaTypeImageConfig = "application/vnd.oci.image.config.v1+json"
|
||||
)
|
||||
|
Reference in New Issue
Block a user