Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1872080: Remove copy directive for the non-existent scripts directory #1393

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 5 additions & 6 deletions Dockerfile.metering-ansible-operator.rhel8
Expand Up @@ -27,7 +27,6 @@ ENV HELM_CHART_PATH ${HOME}/charts/openshift-metering

COPY images/metering-ansible-operator/roles/ ${HOME}/roles/
COPY images/metering-ansible-operator/watches.yaml ${HOME}/watches.yaml
COPY images/metering-ansible-operator/scripts ${HOME}/scripts
COPY images/metering-ansible-operator/ansible.cfg /etc/ansible/ansible.cfg
COPY charts/openshift-metering ${HELM_CHART_PATH}

Expand All @@ -38,8 +37,8 @@ ENTRYPOINT ["tini", "--", "/usr/local/bin/ansible-operator", "exec-entrypoint",
USER 1001

LABEL io.k8s.display-name="OpenShift metering-ansible-operator" \
io.k8s.description="This is a component of OpenShift Container Platform and manages installation and configuration of all other metering components." \
summary="This is a component of OpenShift Container Platform and manages installation and configuration of all other metering components." \
io.openshift.tags="openshift" \
com.redhat.delivery.appregistry=true \
maintainer="<metering-team@redhat.com>"
io.k8s.description="This is a component of OpenShift Container Platform and manages installation and configuration of all other metering components." \
summary="This is a component of OpenShift Container Platform and manages installation and configuration of all other metering components." \
io.openshift.tags="openshift" \
com.redhat.delivery.appregistry=true \
maintainer="<metering-team@redhat.com>"