-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
4.15
-
No
-
False
-
Description of problem:
Toolbox disregards the ImageContentSourcePolicy (ICSP) configuration and mirror settings in CoreOS
Version-Release number of selected component (if applicable):
all 4.x version
How reproducible:
100% reproducible
Steps to Reproduce:
Even though ICSP is configured for the support tools image registry.redhat.io/rhel8/support-tools, the toolbox is not considering the ICSP and its trying to pull directly from the registry.redhat.io. as per the kcs[1] the work around is to set mirror registry in /root/.toolboxrc like below $ vi /root/.toolboxrc REGISTRY=private-registry.example.com:5000 IMAGE=rhel8/support-tools [1] https://access.redhat.com/solutions/4387261
Actual results:
toolbox disregards the ImageContentSourcePolicy (ICSP) configuration and mirror settings in CoreOS
Expected results:
Toolbox should respect configured icsp in the system or at least we need a parameter to pass the image directly something like "toolbox --image <image-name> instead of above workaround.
Additional info: