Skip to content

Commit 93a2a32

Browse files
[master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-50c6ac03746ff4edf582feb9a71d2a7ea6ae6c40 (#6474)
* [master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-50c6ac03746ff4edf582feb9a71d2a7ea6ae6c40 Signed-off-by: oceanc80 <[email protected]> * [master] image(ansible-operator-2.11-preview): bump base to quay.io/operator-framework/ansible-operator-2.11-preview-base:master-50c6ac03746ff4edf582feb9a71d2a7ea6ae6c40 (#6475) Signed-off-by: oceanc80 <[email protected]> Co-authored-by: oceanc80 <[email protected]> --------- Signed-off-by: oceanc80 <[email protected]> Co-authored-by: oceanc80 <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a99d7ed commit 93a2a32

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-7183146f4b2713be287ece17a3029f1fd0964c1e
21+
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-50c6ac03746ff4edf582feb9a71d2a7ea6ae6c40
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-7183146f4b2713be287ece17a3029f1fd0964c1e
20+
FROM quay.io/operator-framework/ansible-operator-base:master-50c6ac03746ff4edf582feb9a71d2a7ea6ae6c40
2121

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

0 commit comments

Comments
 (0)