Skip to content

Commit ee3ab67

Browse files
NO-JIRA: Update registry.redhat.io/rhel9-4-els/rhel Docker tag to v9.4-1774256802
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 5ca79f8 commit ee3ab67

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Containerfile.bitwarden-sdk-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV OPENSHIFT_CI=1
1313

1414
RUN mkdir state && CGO_LDFLAGS="-lm" go build -a -ldflags '-linkmode external -extldflags "-static -Wl,-unresolved-symbols=ignore-all"' -tags ${GO_BUILD_TAGS} -o bin/bitwarden-sdk-server main.go
1515

16-
FROM registry.redhat.io/rhel9-4-els/rhel:9.4
16+
FROM registry.redhat.io/rhel9-4-els/rhel:9.4-1774256802
1717

1818
# Values for below ARGs will passed from tekton configs for konflux builds.
1919
## Release version of the external-secrets-bitwarden-sdk-server source code used in the build.

Containerfile.external-secrets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV GOFLAGS=""
1212

1313
RUN go build -o bin/external-secrets -ldflags '-w -s' -tags ${GO_BUILD_TAGS} main.go
1414

15-
FROM registry.redhat.io/rhel9-4-els/rhel:9.4
15+
FROM registry.redhat.io/rhel9-4-els/rhel:9.4-1774256802
1616

1717
# Values for below ARGs will passed from tekton configs for konflux builds.
1818
## Release version of the external-secrets source code used in the build.

Containerfile.external-secrets-operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY external-secrets-operator/LICENSE /licenses/
77

88
RUN make build --warn-undefined-variables
99

10-
FROM registry.redhat.io/rhel9-4-els/rhel:9.4
10+
FROM registry.redhat.io/rhel9-4-els/rhel:9.4-1774256802
1111
# Values for below ARGs will passed from tekton configs for konflux builds.
1212
## Release version of the external-secrets-operator source code used in the build.
1313
ARG RELEASE_VERSION

0 commit comments

Comments
 (0)