-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Labels
enhancementNew feature or requestNew feature or requestrefinedRequirements are refined and the issue is ready to be implemented.Requirements are refined and the issue is ready to be implemented.size/mediumEstimated to be completed within a weekEstimated to be completed within a week
Milestone
Description
Openshift certification requires that the images of certified containers are ubi based images.
We need to modify the existing Dockerfiles to support both Alpine and UBI base images using build args so that we can build UBI variants required for OpenShift certification.
Acceptance Criteria:
- The ngf, nginx, and nginx plus Dockerfiles uses ARG BUILD_OS or similar with conditional logic to build both alpine and UBI image types (see https://github.com/nginx/kubernetes-ingress/blob/main/build/Dockerfile for an example in NIC)
- Both image variants have identical functionality
- Image tags clearly distinguish Alpine vs UBI (e.g., -ubi suffix)
Notes: Use Minimal UBI based images if possible. Verification can be done on the kind cluster.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestrefinedRequirements are refined and the issue is ready to be implemented.Requirements are refined and the issue is ready to be implemented.size/mediumEstimated to be completed within a weekEstimated to be completed within a week
Type
Projects
Status
✅ Done