Skip to content

Commit

Permalink
Merge pull request operator-framework#49 from fabianvf/patch-1
Browse files Browse the repository at this point in the history
Fix paths in downstream dockerfile
  • Loading branch information
openshift-merge-robot authored Mar 5, 2020
2 parents e4c461b + d0f1648 commit fc173c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ ENV OPERATOR=/usr/local/bin/ansible-operator \
USER_NAME=ansible-operator\
HOME=/opt/ansible

COPY operator-sdk-ansible-util ${HOME}/.ansible/collections/ansible_collections/operator_sdk/util
COPY release/ansible/operator-sdk-ansible-util ${HOME}/.ansible/collections/ansible_collections/operator_sdk/util

COPY --from=builder /go/src/github.com/operator-framework/operator-sdk/build/operator-sdk-dev ${OPERATOR}
COPY bin /usr/local/bin
COPY release/ansible/bin /usr/local/bin

RUN /usr/local/bin/user_setup

Expand Down

0 comments on commit fc173c5

Please sign in to comment.