Skip to content

Commit

Permalink
fix: container image user
Browse files Browse the repository at this point in the history
  • Loading branch information
psturc committed Dec 10, 2024
1 parent dc8899f commit e575b6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ RUN curl -LO "https://github.com/oras-project/oras/releases/download/v${ORAS_VER

FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7

USER root

WORKDIR /konflux-e2e

ENV GOBIN=$GOPATH/bin
Expand Down

0 comments on commit e575b6d

Please sign in to comment.