Skip to content

Commit

Permalink
fix attempt on mkdir docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Mar 27, 2024
1 parent 75e213f commit 8abcbc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ RUN GOARCH=$TARGETARCH make compile
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi:9.3
WORKDIR /
COPY --from=builder /opt/app-root/build .
RUN mkdir -p output
RUN chown 65532 output
RUN mkdir -p /output && chown 65532 /output
USER 65532:65532

ENTRYPOINT ["/network-observability-cli"]

0 comments on commit 8abcbc2

Please sign in to comment.