Skip to content

Commit 3944a92

Browse files
Merge pull request #283 from smith-xyz/fix-rhel-core-os-tag-name-4.12
fix: 4.12 rhcos tag ignore tag name
2 parents d03ab5b + d28b5f0 commit 3944a92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/releases/4.12/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# This image doesn't have typical component metadata and isn't a layered product.
44
# The RHCOS team uses OpenShift releases as a transport mechanism for this base OS.
55
# This issue was resolved in OpenShift 4.19+ but affects earlier versions.
6-
[[tag.rhel-coreos.ignore]]
6+
[[tag.rhel-coreos-8.ignore]]
77
error = "ErrOSNotCertified"
8-
tags = ["rhel-coreos"]
8+
tags = ["rhel-coreos-8"]
99

1010
[[payload.openshift-enterprise-operator-sdk-container.ignore]]
1111
error = "ErrGoMissingSymbols"
@@ -81,4 +81,4 @@ files = ["/usr/bin/tekton-tasks-operator.test"]
8181

8282
[[payload.kubevirt-ssp-operator-container.ignore]]
8383
error = "ErrGoNotCgoEnabled"
84-
files = ["/usr/bin/ssp-operator.test"]
84+
files = ["/usr/bin/ssp-operator.test"]

0 commit comments

Comments
 (0)