Skip to content

Commit

Permalink
fix(Dockerfile): πŸ› remove overriding of TARGETOS and TARGETARCH (#163)
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shahi <prashant@signoz.io>
  • Loading branch information
prashant-shahi authored Aug 4, 2023
1 parent 1b4097d commit 6f2bbc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/signozcollector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ FROM alpine:3.17
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*

# define arguments and default values
ARG TARGETOS=linux
ARG TARGETARCH=amd64
ARG TARGETOS TARGETARCH
ARG USER_UID=10001

# create a non-root user for running the collector
Expand Down

0 comments on commit 6f2bbc4

Please sign in to comment.