File tree Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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
66ARG TARGETARCH
77
88RUN mkdir -p /etc/ansible \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
1717RUN 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
2222ENV HOME=/opt/custom-scorecard-tests \
2323 USER_NAME=custom-scorecard-tests \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
1717RUN 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
2222ENV HOME=/opt/helm \
2323 USER_NAME=helm \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
1717RUN 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
2222RUN microdnf install -y golang make which
2323
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
1717RUN 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
2222ENV HOME=/opt/scorecard-test \
2323 USER_NAME=scorecard-test \
You can’t perform that action at this time.
0 commit comments