Skip to content

Commit

Permalink
Make FROM lines consistent
Browse files Browse the repository at this point in the history
Avoid triggering a bug in the buildah task:
konflux-ci/build-definitions#1791
  • Loading branch information
ralphbean committed Jan 6, 2025
1 parent d24ab23 commit a07c34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a07c34a

Please sign in to comment.