-
Bug
-
Resolution: Won't Do
-
Normal
-
None
-
4.18
-
None
-
None
-
0
-
NE Sprint 259
-
1
-
Rejected
-
False
-
Description of problem:
When embedding containers with MicroShift to run it using bootc we encountered an issue with the capabilities in the haproxy binary. According to https://github.com/openshift/router/blob/master/images/router/haproxy/Dockerfile#L9C1-L10C1 the cap_net_bind_service is added so that it can use ports below 1024. When embedding this container in bootc the capabilities are lost (See https://github.com/ostreedev/ostree-rs-ext/issues/654 and https://github.com/ostreedev/ostree-rs-ext/issues/655). While this is a bug in ostree, does haproxy need to be able to bind to privileged ports?
Version-Release number of selected component (if applicable):
4.18
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
- causes
-
OCPBUGS-42010 Router pod is missing cap_net_bind_service capability when included as PBI to bootc image
- New