Skip to content

Commit 4594d6f

Browse files
authored
Merge pull request #251 from littlejawa/set_cpe_label_for_1.11
konflux: bump the version in the cpe label
2 parents 26bff6b + 7b34649 commit 4594d6f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

podvm-payload/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ COPY --from=pause_builder /pause-bundle.tar.gz /pause-bundle.tar.gz
131131

132132
# Red Hat labels
133133
LABEL name="openshift-sandboxed-containers/osc-podvm-payload-rhel9" \
134-
cpe="cpe:/a:redhat:confidential_compute_attestation:1.10::el9" \
134+
cpe="cpe:/a:redhat:confidential_compute_attestation:1.11::el9" \
135135
version="1.11" \
136136
com.redhat.component="osc-podvm-payload-container" \
137137
summary="Container image containing podvm artefacts that is required for creating Pod VM images" \

src/cloud-api-adaptor/Dockerfile.openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ COPY --from=builder /work/cloud-api-adaptor/cloud-api-adaptor /work/cloud-api-ad
109109

110110
# Red Hat labels
111111
LABEL name="openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9" \
112-
cpe="cpe:/a:redhat:confidential_compute_attestation:1.10::el9" \
112+
cpe="cpe:/a:redhat:confidential_compute_attestation:1.11::el9" \
113113
version="1.11" \
114114
com.redhat.component="osc-cloud-api-adaptor-container" \
115115
summary="osc-cloud-api-adaptor provides the ability to create Kata PODs using cloud provider APIs" \

src/webhook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ USER 65532:65532
2828

2929
# Red Hat labels
3030
LABEL name="openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9" \
31-
cpe="cpe:/a:redhat:confidential_compute_attestation:1.10::el9" \
32-
version="1.10.1" \
31+
cpe="cpe:/a:redhat:confidential_compute_attestation:1.11::el9" \
32+
version="1.11" \
3333
com.redhat.component="osc-cloud-api-adaptor-webhook-container" \
3434
summary="This mutating webhook modifies a POD spec using specific runtimeclass to remove all resources entries and replace it with peer-pod extended resource." \
3535
maintainer="[email protected]" \

0 commit comments

Comments
 (0)