From 320417f8b8b3924fca9cd22e9df11c1df37315cb Mon Sep 17 00:00:00 2001 From: timflannagan1 Date: Wed, 2 Sep 2020 19:04:56 -0400 Subject: [PATCH] Dockerfile: Remove copy directive for the non-existent scripts directory Removes the COPY directive that attempts to copy the non-existent images/metering-ansible-operator/scripts path that was removed a couple of releases ago. --- Dockerfile.metering-ansible-operator.rhel8 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Dockerfile.metering-ansible-operator.rhel8 b/Dockerfile.metering-ansible-operator.rhel8 index 0033a716e..2e1a81dc0 100644 --- a/Dockerfile.metering-ansible-operator.rhel8 +++ b/Dockerfile.metering-ansible-operator.rhel8 @@ -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} @@ -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="" + 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=""