From: Dan Mick Date: Thu, 22 Jul 2021 22:07:23 +0000 (-0700) Subject: ceph-grafana-trigger: change manifest list's name to final form X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1884%2Fhead;p=ceph-build.git ceph-grafana-trigger: change manifest list's name to final form remove the -combined; a test shows the combined image is working as expected on arm64 Signed-off-by: Dan Mick --- diff --git a/ceph-grafana-trigger/build/build b/ceph-grafana-trigger/build/build index 03fbb2cf..36384799 100644 --- a/ceph-grafana-trigger/build/build +++ b/ceph-grafana-trigger/build/build @@ -15,7 +15,7 @@ for repohost in quay.io docker.io; do sudo podman manifest add grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-x86_64 sudo podman manifest add grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-aarch64 - sudo podman manifest push grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-combined + sudo podman manifest push grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER} sudo podman rmi -f grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-x86_64 ${repohost}/${CONTAINER}-aarch64 || true done