Skip to content

Commit 5d8d0e6

Browse files
[master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-69ba8b0e9b375529ab47788bd0dbe4e3524ddc12 (#5467)
* [master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-69ba8b0e9b375529ab47788bd0dbe4e3524ddc12 Signed-off-by: asmacdo <[email protected]> * [master] image(ansible-operator-2.11-preview): bump base to quay.io/operator-framework/ansible-operator-2.11-preview-base:master-69ba8b0e9b375529ab47788bd0dbe4e3524ddc12 (#5468) Signed-off-by: asmacdo <[email protected]> Co-authored-by: asmacdo <[email protected]> Co-authored-by: asmacdo <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e62537c commit 5d8d0e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/ansible-operator-2.11-preview/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN GOOS=linux GOARCH=$TARGETARCH make build/ansible-operator
1818

1919
# Final image.
2020
# TODO(asmacdo) update GH action to set this
21-
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-a1a1f9c05277d6a4a89b793501aa30cbb28a46fa
21+
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-69ba8b0e9b375529ab47788bd0dbe4e3524ddc12
2222

2323
ENV HOME=/opt/ansible \
2424
USER_NAME=ansible \

images/ansible-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/ansible-operator
1818

1919
# Final image.
20-
FROM quay.io/operator-framework/ansible-operator-base:master-a1a1f9c05277d6a4a89b793501aa30cbb28a46fa
20+
FROM quay.io/operator-framework/ansible-operator-base:master-69ba8b0e9b375529ab47788bd0dbe4e3524ddc12
2121

2222
ENV HOME=/opt/ansible \
2323
USER_NAME=ansible \

0 commit comments

Comments
 (0)