From a07c34a3a3812571d6f43bb25ebf6e9f3ce775a2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 6 Jan 2025 14:45:51 -0500 Subject: [PATCH] Make FROM lines consistent Avoid triggering a bug in the buildah task: https://github.com/konflux-ci/build-definitions/issues/1791 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 3403448..555e836 100644 --- a/Containerfile +++ b/Containerfile @@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 go build -ldflags "-s -w" . RUN ./scripts/acceptance.sh # Rebase on ubi9 -FROM registry.access.redhat.com/ubi9:latest@sha256:38791b293262ac2169eca2717e68e626a047d2b89fbd1da544db24ed0204efeb +FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:38791b293262ac2169eca2717e68e626a047d2b89fbd1da544db24ed0204efeb RUN dnf -y install gettext COPY --from=builder /go/src/mikefarah/yq/yq /usr/bin/yq