From 3e0f90a87e9242fb4a9582a349359f49ecf0e5ba Mon Sep 17 00:00:00 2001 From: Tiago Bueno Date: Mon, 9 Sep 2024 23:37:56 +0000 Subject: [PATCH] Change downstream image build to use quay.io/rhmessagingqe/binfmt Signed-off-by: Tiago Bueno <49003339+tlbueno@users.noreply.github.com> --- Makefile.downstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.downstream b/Makefile.downstream index a10e5a2..fe2ead2 100644 --- a/Makefile.downstream +++ b/Makefile.downstream @@ -157,7 +157,7 @@ container_prepare: container_build: clean operator_prepare container_prepare echo "Preparing host for multi arch build" - sudo podman run --privileged --rm docker.io/tonistiigi/binfmt --install all + sudo podman run --privileged --rm quay.io/rhmessagingqe/binfmt:latest --install all echo "Building container" podman manifest rm quay.io/rhmessagingqe/claire:${OPR_VERSION} 2> /dev/null || true podman build \