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 2
2
# It is built with dependencies that take a while to download, thus speeding
3
3
# up ansible deploy jobs.
4
4
5
- FROM registry.access.redhat.com/ubi8/ubi:8.3-297
5
+ FROM registry.access.redhat.com/ubi8/ubi:8.3-297.1618432833
6
6
ARG TARGETARCH
7
7
8
8
RUN mkdir -p /etc/ansible \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
17
17
RUN GOOS=linux GOARCH=$TARGETARCH make build/custom-scorecard-tests
18
18
19
19
# 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
21
21
22
22
ENV HOME=/opt/custom-scorecard-tests \
23
23
USER_NAME=custom-scorecard-tests \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
17
17
RUN GOOS=linux GOARCH=$TARGETARCH make build/helm-operator
18
18
19
19
# 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
21
21
22
22
ENV HOME=/opt/helm \
23
23
USER_NAME=helm \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
17
17
RUN GOOS=linux GOARCH=$TARGETARCH make build/operator-sdk
18
18
19
19
# 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
21
21
22
22
RUN microdnf install -y golang make which
23
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
17
17
RUN GOOS=linux GOARCH=$TARGETARCH make build/scorecard-test
18
18
19
19
# 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
21
21
22
22
ENV HOME=/opt/scorecard-test \
23
23
USER_NAME=scorecard-test \
You can’t perform that action at this time.
0 commit comments