Skip to content

Commit

Permalink
[master] image(ansible-operator): bump base to quay.io/operator-frame…
Browse files Browse the repository at this point in the history
…work/ansible-operator-base:master-f7b1c09b661dc62a61fc1149e14ee3e6705d7587 (#6067)

* [master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-f7b1c09b661dc62a61fc1149e14ee3e6705d7587

Signed-off-by: jberkhahn <[email protected]>

* [master] image(ansible-operator-2.11-preview): bump base to quay.io/operator-framework/ansible-operator-2.11-preview-base:master-f7b1c09b661dc62a61fc1149e14ee3e6705d7587 (#6068)

Signed-off-by: jberkhahn <[email protected]>

Signed-off-by: jberkhahn <[email protected]>
Co-authored-by: jberkhahn <[email protected]>

Signed-off-by: jberkhahn <[email protected]>
Co-authored-by: jberkhahn <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jberkhahn authored Oct 7, 2022
1 parent f1581a8 commit 7119cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/ansible-operator-2.11-preview/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN GOOS=linux GOARCH=$TARGETARCH make build/ansible-operator

# Final image.
# TODO(asmacdo) update GH action to set this
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-4fa178c4eb50297317a065fd4496f312989eb86e
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-f7b1c09b661dc62a61fc1149e14ee3e6705d7587

ENV HOME=/opt/ansible \
USER_NAME=ansible \
Expand Down
2 changes: 1 addition & 1 deletion images/ansible-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
RUN GOOS=linux GOARCH=$TARGETARCH make build/ansible-operator

# Final image.
FROM quay.io/operator-framework/ansible-operator-base:master-4fa178c4eb50297317a065fd4496f312989eb86e
FROM quay.io/operator-framework/ansible-operator-base:master-f7b1c09b661dc62a61fc1149e14ee3e6705d7587

ENV HOME=/opt/ansible \
USER_NAME=ansible \
Expand Down

0 comments on commit 7119cec

Please sign in to comment.