dmc5179 / quay-image-builder-archived

Create an EC2 AMI to deploy Quay single node
GNU General Public License v3.0
0 stars 0 forks source link

Add (selected?) S2I images to mirror registry #12

Open bparry02 opened 2 years ago

bparry02 commented 2 years ago

Update imageset-config to include some S2I images.

Ensure steps to configure cluster samples operator is part of post-install steps.

dmc5179 commented 2 years ago

I created another issue for the samples operator config since these 2 things do not depend on each other.

bparry02 commented 2 years ago

We shouldn't need individual references to each image repository in the ICSP. According to docs this should cover most of the S2I images

imageContentSources:
  - mirrors:
    - ip-10-20-0-26.ec2.internal:8443
    source: registry.access.redhat.com
  - mirrors:
    - ip-10-20-0-26.ec2.internal:8443
    source: registry.redhat.io

We will likely still have to list them in the imageset-config.yaml, however.