Skip to content

Commit

Permalink
Set VOLUME and USER
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Nov 3, 2023
1 parent c094e85 commit fa238d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/images/Dockerfile.tkn-toolset
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ RUN curl -LO https://github.com/tektoncd/cli/releases/download/v0.32.2/tkn_0.32.
tar xvzf tkn_0.32.2_Linux_x86_64.tar.gz -C /usr/local/bin/ tkn

FROM registry.access.redhat.com/ubi9/ubi-minimal

COPY --from=builder /usr/local/bin/tkn /usr/local/bin/tkn
VOLUME /workspace/source
USER 1001

0 comments on commit fa238d9

Please sign in to comment.