-
Notifications
You must be signed in to change notification settings - Fork 236
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
Missing UBI Minimal Slim Images #339
Comments
@smlambert FYI, these images came from the script I am working on. |
@james-crowley this is intentional, ubi-minimal did not have the tools needed by the slim-script (stip, binutils) and so the config file skips the
|
Should this be closed in that case? |
@dinogun Could we not have the script install these tools, use them to run said script, then remove them? Also on the slim builds I saw that the slim script and other files are left inside the container? I feel like these should be removed if we are trying to give users an option to use where space is a premium? Here was the folder with the slim scripts/left overs:
|
We can apply #478, with use of some custom script like |
@srbala PR's welcome. You can add checks in slim-java.sh for ubi-minimal and accordingly make changes. |
@dinogun ubi-minimal now seems to have the Seems available at amd64/x86_64. Is it not available in other arch environments? |
Checked RedHat site, UBI/UBI-minimal available in following Archs https://catalog.redhat.com/software/containers/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8?architecture=arm64&tag=8.3-298.1618432845&push_date=1618946153000&container-tabs=gti amd64 |
@srbala If you want to test the scripts on all the arches, you can open an issue at the openjdk-infrastructure and request temporary Non-privileged access to machines of the arch that you are looking for. That should help you to test your changes before submitting a PR. |
With the script I am writing to help out #328, it identified a couple images that I expected to be up in DockerHub but are not.
Looks like all the images are XXX-ubi-minimal-nightly-slim. @dinogun is there a reason why these are not being produced?
It seems like they should be built and publish on DockerHub.
The text was updated successfully, but these errors were encountered: