mirror of
https://github.com/containers/skopeo.git
synced 2025-09-04 16:20:23 +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"`
|
||||
|
Reference in New Issue
Block a user