Skip to content

Commit c71be7f

Browse files
authored
Merge pull request #1005 from imjasonh/filters-applied
Remove filtersApplied from image-spec
2 parents 2fb9968 + f99b121 commit c71be7f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

annotations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ This specification defines the following annotation keys, intended for but not l
5252
* This SHOULD be the immediate image sharing zero-indexed layers with the image, such as from a Dockerfile `FROM` statement.
5353
* This SHOULD NOT reference any other images used to generate the contents of the image (e.g., multi-stage Dockerfile builds).
5454
* If the `image.base.name` annotation is specified, the `image.base.digest` annotation SHOULD be the digest of the manifest referenced by the `image.ref.name` annotation.
55-
* **org.opencontainers.referrers.filtersApplied** Comma separated list of filters applied by the registry in the [referrers listing](https://github.com/opencontainers/distribution-spec/blob/main/spec.md#listing-referrers) (string)
5655
5756
## Back-compatibility with Label Schema
5857

specs-go/v1/annotations.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,4 @@ const (
6565

6666
// AnnotationArtifactDescription is the annotation key for the human readable description for the artifact.
6767
AnnotationArtifactDescription = "org.opencontainers.artifact.description"
68-
69-
// AnnotationReferrersFiltersApplied is the annotation key for the comma separated list of filters applied by the registry in the referrers listing.
70-
AnnotationReferrersFiltersApplied = "org.opencontainers.referrers.filtersApplied"
7168
)

0 commit comments

Comments
 (0)