Skip to content

Commit

Permalink
images: bump ubi to 8.3-297.1618432833 and ubi-minimal to 8.3-298.161…
Browse files Browse the repository at this point in the history
…8432845 (#4873)

Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>
  • Loading branch information
Eric Stroczynski committed May 5, 2021
1 parent 685b5dd commit 966e499
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions changelog/fragments/ubi-security.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
entries:
- description: >
Pinned base images of ansible-operator to ubi:8.3-297.1618432833,
and helm-operator and scorecard to ubi-minimal:8.3-298.1618432845.
kind: bugfix
2 changes: 1 addition & 1 deletion images/ansible-operator/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It is built with dependencies that take a while to download, thus speeding
# up ansible deploy jobs.

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

RUN mkdir -p /etc/ansible \
Expand Down
2 changes: 1 addition & 1 deletion images/custom-scorecard-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
RUN GOOS=linux GOARCH=$TARGETARCH make build/custom-scorecard-tests

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

ENV HOME=/opt/custom-scorecard-tests \
USER_NAME=custom-scorecard-tests \
Expand Down
2 changes: 1 addition & 1 deletion images/helm-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
RUN GOOS=linux GOARCH=$TARGETARCH make build/helm-operator

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

ENV HOME=/opt/helm \
USER_NAME=helm \
Expand Down
2 changes: 1 addition & 1 deletion images/operator-sdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
RUN GOOS=linux GOARCH=$TARGETARCH make build/operator-sdk

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

RUN microdnf install -y golang make which

Expand Down
2 changes: 1 addition & 1 deletion images/scorecard-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
RUN GOOS=linux GOARCH=$TARGETARCH make build/scorecard-test

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

ENV HOME=/opt/scorecard-test \
USER_NAME=scorecard-test \
Expand Down

0 comments on commit 966e499

Please sign in to comment.