File tree Expand file tree Collapse file tree 8 files changed +21
-7
lines changed
ansible-operator-2.11-preview
website/content/en/docs/building-operators/ansible/reference Expand file tree Collapse file tree 8 files changed +21
-7
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.8
6
+ # kind is one of:
7
+ # - addition
8
+ # - change
9
+ # - deprecation
10
+ # - removal
11
+ # - bugfix
12
+ kind: "change"
13
+ # Is this a breaking change?
14
+ breaking: false
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.7
5
+ FROM registry.access.redhat.com/ubi8/ubi:8.8
6
6
ARG TARGETARCH
7
7
8
8
# Label this image with the repo and commit that built it, for freshmaking purposes.
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.7
5
+ FROM registry.access.redhat.com/ubi8/ubi:8.8
6
6
ARG TARGETARCH
7
7
8
8
# 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 . .
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.7
20
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
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.7
20
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
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.7
20
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
21
21
22
22
ENV GO_VERSION 1.19
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.7
20
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
21
21
22
22
ENV HOME=/opt/scorecard-test \
23
23
USER_NAME=scorecard-test \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Example:
24
24
spec :
25
25
containers :
26
26
- name : curl-example
27
- image : registry.access.redhat.com/ubi8/ubi:8.4-209
27
+ image : registry.access.redhat.com/ubi8/ubi:8.8
28
28
command : ["curl"]
29
29
args : ["http://example.com/job-request"]
30
30
env :
You can’t perform that action at this time.
0 commit comments