Skip to content

Commit 02a59fe

Browse files
[v1.6.x] images: bump ubi to 8.3-297.1618432833 and ubi-minimal to 8.3-298.1618432845 (#4876)
Signed-off-by: Eric Stroczynski <[email protected]> Co-authored-by: Eric Stroczynski <[email protected]>
1 parent d3893a1 commit 02a59fe

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
entries:
2+
- description: >
3+
Pinned base images of ansible-operator to ubi:8.3-297.1618432833,
4+
and helm-operator and scorecard to ubi-minimal:8.3-298.1618432845.
5+
kind: bugfix
6+

images/ansible-operator/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It is built with dependencies that take a while to download, thus speeding
33
# up ansible deploy jobs.
44

5-
FROM registry.access.redhat.com/ubi8/ubi:8.3-297
5+
FROM registry.access.redhat.com/ubi8/ubi:8.3-297.1618432833
66
ARG TARGETARCH
77

88
RUN mkdir -p /etc/ansible \

images/custom-scorecard-tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/custom-scorecard-tests
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-298
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-298.1618432845
2121

2222
ENV HOME=/opt/custom-scorecard-tests \
2323
USER_NAME=custom-scorecard-tests \

images/helm-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/helm-operator
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-298
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-298.1618432845
2121

2222
ENV HOME=/opt/helm \
2323
USER_NAME=helm \

images/operator-sdk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/operator-sdk
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-298
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-298.1618432845
2121

2222
RUN microdnf install -y golang make which
2323

images/scorecard-test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/scorecard-test
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-298
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-298.1618432845
2121

2222
ENV HOME=/opt/scorecard-test \
2323
USER_NAME=scorecard-test \

0 commit comments

Comments
 (0)