Skip to content

Commit dc0156c

Browse files
[master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-a1a1f9c05277d6a4a89b793501aa30cbb28a46fa (#5368)
* [master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-a1a1f9c05277d6a4a89b793501aa30cbb28a46fa 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-a1a1f9c05277d6a4a89b793501aa30cbb28a46fa (#5369) 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 9ba088f commit dc0156c

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:dev
21+
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-a1a1f9c05277d6a4a89b793501aa30cbb28a46fa
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-bc8aedd752afff8aed00e62901d69e737d3e370e
20+
FROM quay.io/operator-framework/ansible-operator-base:master-a1a1f9c05277d6a4a89b793501aa30cbb28a46fa
2121

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

0 commit comments

Comments
 (0)