-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Adding centOS tag #4326
Adding centOS tag #4326
Conversation
Adding a tag for CentOS-based image
This |
Thx @tianon - I added a comment in that issue. |
I'm not sure I fully understand the importance of providing a CentOS-based
image as well -- isn't part of the point of using Java and tools
like WebSphere Liberty that you don't care as much about the underlying
operating system? What does this change for usage of the image from a
functional perspective?
|
Yes, you're correct that for Java and Liberty it doesn't matter as much which OS is under (as long as it's one of the supported OS). There were two issues though:
|
hi @tianon - any updates on this? |
This comment still applies: #4326 (comment). Unfortunately, none of our tooling can handle multi-stage builds including just |
ok. thanks @yosifkit - I will close this PR then. |
Adding a tag for CentOS-based image. This image runs as non-root, which allows it to run in restricted environments such as OpenShift.
This image is also important for developers that want to use CentOS for dev and RHEL for production.