File tree Expand file tree Collapse file tree 7 files changed +22
-6
lines changed
ansible-operator-2.11-preview Expand file tree Collapse file tree 7 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 1+ # entries is a list of entries to include in
2+ # release notes and/or the migration guide
3+ entries :
4+ - description : >
5+ (images): Bumps all Operator SDK maintained images to now use ubi(-minimal) tag 8.7
6+
7+ # kind is one of:
8+ # - addition
9+ # - change
10+ # - deprecation
11+ # - removal
12+ # - bugfix
13+ kind: "change"
14+
15+ # Is this a breaking change?
16+ breaking: false
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.6
5+ FROM registry.access.redhat.com/ubi8/ubi:8.7
66ARG TARGETARCH
77
88# Label this image with the repo and commit that built it, for freshmaking purposes.
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.6
5+ FROM registry.access.redhat.com/ubi8/ubi:8.7
66ARG TARGETARCH
77
88# Label this image with the repo and commit that built it, for freshmaking purposes.
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.6
20+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
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.6
20+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
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.6
20+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
2121
2222ENV GO_VERSION 1.19
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.6
20+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
2121
2222ENV HOME=/opt/scorecard-test \
2323 USER_NAME=scorecard-test \
You can’t perform that action at this time.
0 commit comments