Skip to content

Commit

Permalink
Hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Oct 28, 2024
1 parent 3d9e4e7 commit 36ac76c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.graviton
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -o manager m

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
ARG TARGETOSIMAGE=public.ecr.aws/amazonlinux/amazonlinux:2023.0.20211014
FROM --platform=${BUILDPLATFORM:-linux/amd64} ${TARGETOSIMAGE}
FROM --platform=${BUILDPLATFORM:-linux/amd64} public.ecr.aws/amazonlinux/amazonlinux:2023.0.20211014

ENV OPERATOR=/manager \
USER_UID=1001 \
Expand Down

0 comments on commit 36ac76c

Please sign in to comment.