Skip to content

Commit

Permalink
fix: set USER in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jan 26, 2022
1 parent f0ec035 commit 9f4ff6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN GOOS=linux GOARCH=386 go build -ldflags="-w -s" -o /go/bin/junit2otlp
# STEP 2 build a small image
############################
FROM scratch
ENV USER=junit2otlp
# Copy default certificates
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
# Copy our static executable.
Expand Down

0 comments on commit 9f4ff6a

Please sign in to comment.