File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 as builder
2
- #
3
- # TODO: Set image to correct version
4
- # ARG IMG=registry.redhat.io/nbde-tang-server/tang-rhel9-operator@sha256:562e5f1677dbf5cd9feb00a7270e78c57b28f5177a7bf4bd2d39b2a5cd451da8
2
+
5
3
ARG IMG=quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server-multiarch:9ed11bd3865e986ff30eebeabd38934b07e50e53
6
4
ARG ORIGINAL_IMG=quay.io/sec-eng-special/nbde-tang-server:v1.1.0
7
5
WORKDIR /code
8
6
COPY ./ ./
9
- #
7
+
10
8
RUN echo "SNAPSHOT=${SNAPSHOT}"
11
9
RUN bash -c printenv
10
+
12
11
# Replace the bundle image in the repository with the one specified by the IMG build argument.
13
12
RUN chmod -R g+rwX ./ && find bundle/ && find bundle -type f -exec sed -i \
14
13
"s|${ORIGINAL_IMG}|${IMG})|g" {} \+ ; grep -rq "${ORIGINAL_IMG}" bundle/ && \
You can’t perform that action at this time.
0 commit comments