From 9a702c4f8bdf0fca4226c4023d0c4d5d0ae9f129 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:20:34 +0000 Subject: [PATCH] Update buildah to 391ce6b Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile.task | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.task b/Containerfile.task index a9b4e9e..351138a 100644 --- a/Containerfile.task +++ b/Containerfile.task @@ -17,7 +17,7 @@ WORKDIR /app COPY dockerfile-json . RUN go build -o dockerfile-json -FROM quay.io/redhat-user-workloads/rhtap-build-tenant/buildah-container/buildah@sha256:0229794dbdb7d51e861236dd02c8a05293d62424fb76027fb4c6d2fc6be8388e +FROM quay.io/redhat-user-workloads/rhtap-build-tenant/buildah-container/buildah@sha256:391ce6bd8652a81d1237d4aec46acabec0a6b61f9a7ea94a16ffa1a40d759378 ARG INSTALL_RPMS="rsync openssh-clients kubernetes-client jq iproute subscription-manager" RUN microdnf install -y $INSTALL_RPMS && \