-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Use wolfi as base image #16599
base: main
Are you sure you want to change the base?
Use wolfi as base image #16599
Conversation
- use golang image to compile env2yaml - refactor and reduce steps in Dockerfile - support building image of custom version from remote tar.gz for test purpose - add support to build image in MacOS
green in exhaustive test and dra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed in another medium, the goal is to provide, for 9.0.0:
-full
and -oss
images based on ubi, and a -wolfi
image based on chainguard's base image.
Quality Gate passedIssues Measures |
💚 Build Succeeded
History
|
Release notes
Logstash Docker images, full and OSS, now use Chainguard’s Wolfi image as its base, replacing the previous Ubuntu base.
What does this PR do?
LOCAL_ARTIFACTS="false" BUILD_DATE="2024-10-23T18:09:57+01:00" DOCKER_ARCHITECTURE="aarch64" ELASTIC_VERSION="8.15.3" VERSION_TAG="8.15.3" ARTIFACTS_DIR="/path/to/logstash/build" make build-from-local-full-artifacts
Why is it important/What is the impact to the user?
Checklist
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs