Skip to content

Commit

Permalink
improve patching for applicationprofiles
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <[email protected]>
  • Loading branch information
matthyx committed Jan 30, 2024
1 parent 5fd396c commit a4b5b9a
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 148 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN --mount=target=. \
--mount=type=cache,target=/go/pkg \
GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /out/node-agent .

FROM gcr.io/distroless/static-debian11:latest
FROM gcr.io/distroless/static-debian11:debug

COPY --from=builder /out/node-agent /usr/bin/node-agent

Expand Down
Loading

0 comments on commit a4b5b9a

Please sign in to comment.