Skip to content

Commit 9ed11bd

Browse files
authored
Add latest updated images with label (#177)
Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 984f3a2 commit 9ed11bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bundle.konflux.Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 as bui
22
#
33
# TODO: Set image to correct version
44
# ARG IMG=registry.redhat.io/nbde-tang-server/tang-rhel9-operator@sha256:562e5f1677dbf5cd9feb00a7270e78c57b28f5177a7bf4bd2d39b2a5cd451da8
5-
ARG IMG=quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server-multiarch:1dd25a922867b2198b86df8e19c6084c5af1ec51
5+
ARG IMG=quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server-multiarch@sha256:1c5be3b432e968c8ff495a30ef0bf730aefd5c508e75299f7497afce182894f9
66
ARG ORIGINAL_IMG=quay.io/sec-eng-special/nbde-tang-server:v1.1.0
77
WORKDIR /code
88
COPY ./ ./
@@ -31,6 +31,9 @@ LABEL summary="The NBDE Tang Server Operator allows NBDE technology deployment o
3131
LABEL io.k8s.display-name="NBDE Tang Server"
3232
LABEL io.openshift.tags="openshift,operator,nbde,network,security,storage,disk,unlocking"
3333

34+
# Include referenced image so that it can be easily verified in the bundle
35+
LABEL konflux.referenced.image="quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server-multiarch@sha256:1c5be3b432e968c8ff495a30ef0bf730aefd5c508e75299f7497afce182894f9"
36+
3437
# Core bundle labels.
3538
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
3639
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/

0 commit comments

Comments
 (0)