Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add IG config for default socketpaths #437

Merged
merged 1 commit into from
Dec 17, 2024
Merged

add IG config for default socketpaths #437

merged 1 commit into from
Dec 17, 2024

Conversation

matthyx
Copy link
Contributor

@matthyx matthyx commented Dec 17, 2024

No description provided.

@matthyx matthyx added the release Create release label Dec 17, 2024
@matthyx matthyx requested a review from amitschendel December 17, 2024 08:14
build/Dockerfile Outdated
@@ -9,9 +9,10 @@ RUN --mount=target=. \
--mount=type=cache,target=/go/pkg \
GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /out/node-agent .

FROM gcr.io/distroless/static-debian12:latest
FROM gcr.io/distroless/static-debian12:nonroot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like in the private one, we don't need root (apparently)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to keep root, as we have runAsUser: 0

Signed-off-by: Matthias Bertschy <[email protected]>
Copy link

Summary:

  • License scan: failure
  • Credentials scan: failure
  • Vulnerabilities scan: failure
  • Unit test: success
  • Go linting: success

@matthyx matthyx merged commit 652375e into main Dec 17, 2024
19 checks passed
@matthyx matthyx deleted the igconfig branch December 17, 2024 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Create release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants