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

Update base image used for lib injection #6814

Merged
merged 2 commits into from Mar 14, 2024

Conversation

randomanderson
Copy link
Contributor

@randomanderson randomanderson commented Mar 14, 2024

What Does This Do

Updates the base image for lib injection.

Motivation

The old image has reported vulnerabilities

Additional Notes

Jira ticket: VULN-5886

@randomanderson randomanderson requested a review from a team as a code owner March 14, 2024 16:01
@randomanderson randomanderson enabled auto-merge (squash) March 14, 2024 16:04
@@ -1,7 +1,7 @@
FROM scratch AS java_agent
COPY dd-java-agent.jar /

FROM alpine:3.18.3
FROM alpine:3.19.1
Copy link
Contributor

Choose a reason for hiding this comment

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

Does alpine:latest or alpine:3 make sense here? The container is very simple so I wouldn't expect updates to cause issues here

@randomanderson randomanderson enabled auto-merge (squash) March 14, 2024 16:30
@randomanderson randomanderson merged commit 6d2f2ad into master Mar 14, 2024
79 of 80 checks passed
@randomanderson randomanderson deleted the randomanderson/update-lib-injection branch March 14, 2024 16:57
@github-actions github-actions bot added this to the 1.32.0 milestone Mar 14, 2024
@randomanderson randomanderson added the comp: library injection Library Injection label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: library injection Library Injection
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants