-
Notifications
You must be signed in to change notification settings - Fork 604
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
feat: ImageBuilder and script for custom images #30615
feat: ImageBuilder and script for custom images #30615
Conversation
674b32b
to
9b76f1c
Compare
dev/fattest.simplicity/src/componenttest/containers/ImageBuilder.java
Outdated
Show resolved
Hide resolved
Co-authored-by: mswatosh <[email protected]>
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_8CZccNpBEe-0yqtOHBleJw Target locations of links might be accessible only to IBM employees. |
Personal build: failed with 3 known unrelated defects |
I have considered the risk of behavior change or other zero migration impact (https://github.com/OpenLiberty/open-liberty/wiki/Behavior-Changes).
If this PR fixes an Issue, the description includes "Fixes #FILLMEIN" or "Resolves #FILLMEIN" (verify
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).If this PR resolves an external Known Issue (including APARS), the description includes "Fixes #FILLMEIN" or "Resolves #FILLMEIN".
Add ImageBuilder for test suites to use to build from Dockerfile
Add build script for external contributors to use, as well as our pipelines
Include Dockerfile BASE_IMAGEs in cache image files
TODO rebase once #30597 is merged