aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-10-04 16:09:06 +0200
committerGitHub <noreply@github.com>2022-10-04 16:09:06 +0200
commitad2ae8e574f2442ab33b33bce0f55c39f5b951ad (patch)
treec0acd2d931b24070e5e51639fe43c41cf3fd756f /vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go
parent43a8f1ae555018b5514af61ed789648afc79a589 (diff)
parent2f6c911d6202db19723d9861e387c5792194ea3e (diff)
downloadpodman-ad2ae8e574f2442ab33b33bce0f55c39f5b951ad.tar.gz
podman-ad2ae8e574f2442ab33b33bce0f55c39f5b951ad.tar.bz2
podman-ad2ae8e574f2442ab33b33bce0f55c39f5b951ad.zip
Merge pull request #16045 from containers/dependabot/go_modules/github.com/opencontainers/image-spec-1.1.0-rc2
build(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc1 to 1.1.0-rc2
Diffstat (limited to 'vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go')
-rw-r--r--vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go b/vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go
index 7f2df9863..730a09359 100644
--- a/vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go
+++ b/vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go
@@ -30,8 +30,8 @@ type Manifest struct {
// Layers is an indexed list of layers referenced by the manifest.
Layers []Descriptor `json:"layers"`
- // Refers is an optional link to any existing manifest within the repository.
- Refers *Descriptor `json:"refers,omitempty"`
+ // Subject is an optional link from the image manifest to another manifest forming an association between the image manifest and the other manifest.
+ Subject *Descriptor `json:"subject,omitempty"`
// Annotations contains arbitrary metadata for the image manifest.
Annotations map[string]string `json:"annotations,omitempty"`