Skip to content

Commit

Permalink
Use go buildpack. Chainguard offers free access to the latest tag only.
Browse files Browse the repository at this point in the history
  • Loading branch information
dekiel committed Nov 30, 2023
1 parent 887f10e commit 4dd0d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/image-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/chainguard/go AS builder
FROM europe-docker.pkg.dev/kyma-project/prod/testimages/buildpack-go:v20231128-9bb59ac6 AS builder

COPY ../.. /app/
RUN cd /app/cmd/image-builder && CGO_ENABLED=0 go build -o /app/image-builder -a -ldflags '-extldflags "-static"' .
Expand Down

0 comments on commit 4dd0d9c

Please sign in to comment.