├── .github └── workflows │ ├── cron-sync-imageset.yml │ └── post-submit-imageset.yml ├── .gitignore ├── CONTRIBUTE.md ├── ChangeLog.md ├── LICENSE ├── Makefile ├── OWNERS ├── README.md ├── SECURITY.md ├── clusterImageSets ├── .kubernetesignore ├── fast │ ├── 4.6 │ │ ├── img4.6.1-x86_64.yaml │ │ ├── img4.6.12-x86_64.yaml │ │ ├── img4.6.13-x86_64.yaml │ │ ├── img4.6.15-x86_64.yaml │ │ ├── img4.6.16-x86_64.yaml │ │ ├── img4.6.17-x86_64.yaml │ │ ├── img4.6.18-x86_64.yaml │ │ ├── img4.6.19-x86_64.yaml │ │ ├── img4.6.20-x86_64.yaml │ │ ├── img4.6.21-x86_64.yaml │ │ ├── img4.6.22-x86_64.yaml │ │ ├── img4.6.23-x86_64.yaml │ │ ├── img4.6.25-x86_64.yaml │ │ ├── img4.6.26-x86_64.yaml │ │ ├── img4.6.27-x86_64.yaml │ │ ├── img4.6.28-x86_64.yaml │ │ ├── img4.6.29-x86_64.yaml │ │ ├── img4.6.3-x86_64.yaml │ │ ├── img4.6.30-x86_64.yaml │ │ ├── img4.6.31-x86_64.yaml │ │ ├── img4.6.32-x86_64.yaml │ │ ├── img4.6.34-x86_64.yaml │ │ ├── img4.6.35-x86_64.yaml │ │ ├── img4.6.36-x86_64.yaml │ │ ├── img4.6.38-x86_64.yaml │ │ ├── img4.6.39-x86_64.yaml │ │ ├── img4.6.4-x86_64.yaml │ │ ├── img4.6.40-x86_64.yaml │ │ ├── img4.6.41-x86_64.yaml │ │ ├── img4.6.42-x86_64.yaml │ │ ├── img4.6.43-x86_64.yaml │ │ ├── img4.6.44-x86_64.yaml │ │ ├── img4.6.45-x86_64.yaml │ │ ├── img4.6.46-x86_64.yaml │ │ ├── img4.6.47-x86_64.yaml │ │ ├── img4.6.48-x86_64.yaml │ │ ├── img4.6.49-x86_64.yaml │ │ ├── img4.6.6-x86_64.yaml │ │ ├── img4.6.8-x86_64.yaml │ │ └── img4.6.9-x86_64.yaml │ ├── 4.7 │ │ ├── img4.7.0-x86_64.yaml │ │ ├── img4.7.1-x86_64.yaml │ │ ├── img4.7.11-x86_64.yaml │ │ ├── img4.7.12-x86_64.yaml │ │ ├── img4.7.13-x86_64.yaml │ │ ├── img4.7.16-x86_64.yaml │ │ ├── img4.7.18-x86_64.yaml │ │ ├── img4.7.19-x86_64.yaml │ │ ├── img4.7.2-x86_64.yaml │ │ ├── img4.7.21-x86_64.yaml │ │ ├── img4.7.22-x86_64.yaml │ │ ├── img4.7.23-x86_64.yaml │ │ ├── img4.7.24-x86_64.yaml │ │ ├── img4.7.28-x86_64.yaml │ │ ├── img4.7.29-x86_64.yaml │ │ ├── img4.7.3-x86_64.yaml │ │ ├── img4.7.30-x86_64.yaml │ │ ├── img4.7.31-x86_64.yaml │ │ ├── img4.7.32-x86_64.yaml │ │ ├── img4.7.33-x86_64.yaml │ │ ├── img4.7.34-x86_64.yaml │ │ ├── img4.7.36-x86_64.yaml │ │ ├── img4.7.37-x86_64.yaml │ │ ├── img4.7.4-x86_64.yaml │ │ ├── img4.7.5-x86_64.yaml │ │ ├── img4.7.6-x86_64.yaml │ │ ├── img4.7.7-x86_64.yaml │ │ ├── img4.7.8-x86_64.yaml │ │ └── img4.7.9-x86_64.yaml │ ├── 4.8 │ │ ├── img4.8.10-x86_64.yaml │ │ ├── img4.8.11-x86_64.yaml │ │ ├── img4.8.12-x86_64.yaml │ │ ├── img4.8.13-x86_64.yaml │ │ ├── img4.8.14-x86_64.yaml │ │ ├── img4.8.15-x86_64.yaml │ │ ├── img4.8.17-x86_64.yaml │ │ ├── img4.8.18-x86_64.yaml │ │ ├── img4.8.19-x86_64.yaml │ │ ├── img4.8.2-x86_64.yaml │ │ ├── img4.8.20-x86_64.yaml │ │ ├── img4.8.21-x86_64.yaml │ │ ├── img4.8.3-x86_64.yaml │ │ ├── img4.8.4-x86_64.yaml │ │ ├── img4.8.5-x86_64.yaml │ │ └── img4.8.9-x86_64.yaml │ └── 4.9 │ │ ├── img4.9.0-x86_64.yaml │ │ ├── img4.9.4-x86_64.yaml │ │ ├── img4.9.5-x86_64.yaml │ │ ├── img4.9.6-x86_64.yaml │ │ ├── img4.9.7-x86_64.yaml │ │ └── img4.9.8-x86_64.yaml ├── releases │ ├── 4.6 │ │ ├── img4.6.0-0-2020-07-31-080025-x86_64.yaml │ │ ├── img4.6.0-0.nightly-2020-07-31-080025-x86_64.yaml │ │ ├── img4.6.0-0.nightly-2020-07-31-225620-x86_64.yaml │ │ ├── img4.6.0-fc.0-x86_64.yaml │ │ ├── img4.6.0-fc.1-x86_64.yaml │ │ ├── img4.6.0-fc.2-x86_64.yaml │ │ ├── img4.6.0-fc.3-x86_64.yaml │ │ ├── img4.6.0-fc.4-x86_64.yaml │ │ ├── img4.6.0-fc.5-x86_64.yaml │ │ ├── img4.6.0-fc.6-x86_64.yaml │ │ ├── img4.6.0-fc.7-x86_64.yaml │ │ ├── img4.6.0-fc.8-x86_64.yaml │ │ ├── img4.6.0-fc.9-x86_64.yaml │ │ ├── img4.6.0-rc.0-x86_64.yaml │ │ ├── img4.6.0-rc.1-x86_64.yaml │ │ ├── img4.6.0-rc.2-x86_64.yaml │ │ ├── img4.6.0-rc.3-x86_64.yaml │ │ ├── img4.6.0-rc.4-x86_64.yaml │ │ ├── img4.6.0-x86_64.yaml │ │ ├── img4.6.1-x86_64.yaml │ │ ├── img4.6.10-x86_64.yaml │ │ ├── img4.6.11-x86_64.yaml │ │ ├── img4.6.12-x86_64.yaml │ │ ├── img4.6.13-x86_64.yaml │ │ ├── img4.6.14-x86_64.yaml │ │ ├── img4.6.15-x86_64.yaml │ │ ├── img4.6.16-x86_64.yaml │ │ ├── img4.6.17-x86_64.yaml │ │ ├── img4.6.18-x86_64.yaml │ │ ├── img4.6.19-x86_64.yaml │ │ ├── img4.6.2-x86_64.yaml │ │ ├── img4.6.20-x86_64.yaml │ │ ├── img4.6.21-x86_64.yaml │ │ ├── img4.6.22-x86_64.yaml │ │ ├── img4.6.23-x86_64.yaml │ │ ├── img4.6.24-x86_64.yaml │ │ ├── img4.6.25-x86_64.yaml │ │ ├── img4.6.26-x86_64.yaml │ │ ├── img4.6.27-x86_64.yaml │ │ ├── img4.6.28-x86_64.yaml │ │ ├── img4.6.29-x86_64.yaml │ │ ├── img4.6.3-x86_64.yaml │ │ ├── img4.6.30-x86_64.yaml │ │ ├── img4.6.31-x86_64.yaml │ │ ├── img4.6.32-x86_64.yaml │ │ ├── img4.6.33-x86_64.yaml │ │ ├── img4.6.34-x86_64.yaml │ │ ├── img4.6.35-x86_64.yaml │ │ ├── img4.6.36-x86_64.yaml │ │ ├── img4.6.37-x86_64.yaml │ │ ├── img4.6.38-x86_64.yaml │ │ ├── img4.6.39-x86_64.yaml │ │ ├── img4.6.4-x86_64.yaml │ │ ├── img4.6.40-x86_64.yaml │ │ ├── img4.6.41-x86_64.yaml │ │ ├── img4.6.42-x86_64.yaml │ │ ├── img4.6.43-x86_64.yaml │ │ ├── img4.6.44-x86_64.yaml │ │ ├── img4.6.45-x86_64.yaml │ │ ├── img4.6.46-x86_64.yaml │ │ ├── img4.6.47-x86_64.yaml │ │ ├── img4.6.48-x86_64.yaml │ │ ├── img4.6.49-x86_64.yaml │ │ ├── img4.6.5-x86_64.yaml │ │ ├── img4.6.50-x86_64.yaml │ │ ├── img4.6.6-x86_64.yaml │ │ ├── img4.6.7-x86_64.yaml │ │ ├── img4.6.8-x86_64.yaml │ │ └── img4.6.9-x86_64.yaml │ ├── 4.7 │ │ ├── img4.7.0-assembly.art3091-x86_64.yaml │ │ ├── img4.7.0-fc.0-x86_64.yaml │ │ ├── img4.7.0-fc.1-x86_64.yaml │ │ ├── img4.7.0-fc.2-x86_64.yaml │ │ ├── img4.7.0-fc.3-x86_64.yaml │ │ ├── img4.7.0-fc.4-x86_64.yaml │ │ ├── img4.7.0-fc.5-x86_64.yaml │ │ ├── img4.7.0-rc.0-x86_64.yaml │ │ ├── img4.7.0-rc.1-x86_64.yaml │ │ ├── img4.7.0-rc.2-x86_64.yaml │ │ ├── img4.7.0-rc.3-x86_64.yaml │ │ ├── img4.7.0-x86_64.yaml │ │ ├── img4.7.1-x86_64.yaml │ │ ├── img4.7.10-x86_64.yaml │ │ ├── img4.7.11-assembly.art3334-x86_64.yaml │ │ ├── img4.7.11-x86_64.yaml │ │ ├── img4.7.12-x86_64.yaml │ │ ├── img4.7.13-x86_64.yaml │ │ ├── img4.7.14-x86_64.yaml │ │ ├── img4.7.15-x86_64.yaml │ │ ├── img4.7.16-x86_64.yaml │ │ ├── img4.7.17-x86_64.yaml │ │ ├── img4.7.18-x86_64.yaml │ │ ├── img4.7.19-x86_64.yaml │ │ ├── img4.7.2-x86_64.yaml │ │ ├── img4.7.20-x86_64.yaml │ │ ├── img4.7.21-x86_64.yaml │ │ ├── img4.7.22-x86_64.yaml │ │ ├── img4.7.23-x86_64.yaml │ │ ├── img4.7.24-x86_64.yaml │ │ ├── img4.7.25-x86_64.yaml │ │ ├── img4.7.26-x86_64.yaml │ │ ├── img4.7.27-x86_64.yaml │ │ ├── img4.7.28-x86_64.yaml │ │ ├── img4.7.29-x86_64.yaml │ │ ├── img4.7.3-x86_64.yaml │ │ ├── img4.7.30-x86_64.yaml │ │ ├── img4.7.31-x86_64.yaml │ │ ├── img4.7.32-x86_64.yaml │ │ ├── img4.7.33-x86_64.yaml │ │ ├── img4.7.34-x86_64.yaml │ │ ├── img4.7.35-x86_64.yaml │ │ ├── img4.7.36-x86_64.yaml │ │ ├── img4.7.37-x86_64.yaml │ │ ├── img4.7.38-x86_64.yaml │ │ ├── img4.7.4-x86_64.yaml │ │ ├── img4.7.5-x86_64.yaml │ │ ├── img4.7.6-x86_64.yaml │ │ ├── img4.7.7-x86_64.yaml │ │ ├── img4.7.8-x86_64.yaml │ │ └── img4.7.9-x86_64.yaml │ ├── 4.8 │ │ ├── img4.8.0-assembly.hack-x86_64.yaml │ │ ├── img4.8.0-fc.0-x86_64.yaml │ │ ├── img4.8.0-fc.1-x86_64.yaml │ │ ├── img4.8.0-fc.2-x86_64.yaml │ │ ├── img4.8.0-fc.3-x86_64.yaml │ │ ├── img4.8.0-fc.4-x86_64.yaml │ │ ├── img4.8.0-fc.5-x86_64.yaml │ │ ├── img4.8.0-fc.6-x86_64.yaml │ │ ├── img4.8.0-fc.7-x86_64.yaml │ │ ├── img4.8.0-fc.8-x86_64.yaml │ │ ├── img4.8.0-fc.9-x86_64.yaml │ │ ├── img4.8.0-rc.0-x86_64.yaml │ │ ├── img4.8.0-rc.1-x86_64.yaml │ │ ├── img4.8.0-rc.2-x86_64.yaml │ │ ├── img4.8.0-rc.3-x86_64.yaml │ │ ├── img4.8.0-x86_64.yaml │ │ ├── img4.8.1-x86_64.yaml │ │ ├── img4.8.10-x86_64.yaml │ │ ├── img4.8.11-x86_64.yaml │ │ ├── img4.8.12-x86_64.yaml │ │ ├── img4.8.13-x86_64.yaml │ │ ├── img4.8.14-x86_64.yaml │ │ ├── img4.8.15-assembly.art3489-x86_64.yaml │ │ ├── img4.8.15-x86_64.yaml │ │ ├── img4.8.16-x86_64.yaml │ │ ├── img4.8.17-x86_64.yaml │ │ ├── img4.8.18-x86_64.yaml │ │ ├── img4.8.19-x86_64.yaml │ │ ├── img4.8.2-x86_64.yaml │ │ ├── img4.8.20-x86_64.yaml │ │ ├── img4.8.21-x86_64.yaml │ │ ├── img4.8.22-x86_64.yaml │ │ ├── img4.8.3-x86_64.yaml │ │ ├── img4.8.4-x86_64.yaml │ │ ├── img4.8.5-x86_64.yaml │ │ ├── img4.8.6-x86_64.yaml │ │ ├── img4.8.7-x86_64.yaml │ │ ├── img4.8.8-x86_64.yaml │ │ └── img4.8.9-x86_64.yaml │ └── 4.9 │ │ ├── img4.9.0-fc.0-x86_64.yaml │ │ ├── img4.9.0-fc.1-x86_64.yaml │ │ ├── img4.9.0-rc.0-x86_64.yaml │ │ ├── img4.9.0-rc.1-x86_64.yaml │ │ ├── img4.9.0-rc.2-x86_64.yaml │ │ ├── img4.9.0-rc.3-x86_64.yaml │ │ ├── img4.9.0-rc.4-x86_64.yaml │ │ ├── img4.9.0-rc.5-x86_64.yaml │ │ ├── img4.9.0-rc.6-x86_64.yaml │ │ ├── img4.9.0-rc.7-x86_64.yaml │ │ ├── img4.9.0-rc.8-x86_64.yaml │ │ ├── img4.9.0-x86_64.yaml │ │ ├── img4.9.1-x86_64.yaml │ │ ├── img4.9.2-x86_64.yaml │ │ ├── img4.9.3-x86_64.yaml │ │ ├── img4.9.4-x86_64.yaml │ │ ├── img4.9.5-x86_64.yaml │ │ ├── img4.9.6-x86_64.yaml │ │ ├── img4.9.7-x86_64.yaml │ │ ├── img4.9.8-x86_64.yaml │ │ └── img4.9.9-x86_64.yaml └── stable │ ├── 4.6 │ ├── img4.6.1-x86_64.yaml │ ├── img4.6.12-x86_64.yaml │ ├── img4.6.13-x86_64.yaml │ ├── img4.6.15-x86_64.yaml │ ├── img4.6.16-x86_64.yaml │ ├── img4.6.17-x86_64.yaml │ ├── img4.6.18-x86_64.yaml │ ├── img4.6.19-x86_64.yaml │ ├── img4.6.20-x86_64.yaml │ ├── img4.6.21-x86_64.yaml │ ├── img4.6.22-x86_64.yaml │ ├── img4.6.23-x86_64.yaml │ ├── img4.6.25-x86_64.yaml │ ├── img4.6.26-x86_64.yaml │ ├── img4.6.27-x86_64.yaml │ ├── img4.6.28-x86_64.yaml │ ├── img4.6.29-x86_64.yaml │ ├── img4.6.3-x86_64.yaml │ ├── img4.6.30-x86_64.yaml │ ├── img4.6.31-x86_64.yaml │ ├── img4.6.32-x86_64.yaml │ ├── img4.6.34-x86_64.yaml │ ├── img4.6.35-x86_64.yaml │ ├── img4.6.36-x86_64.yaml │ ├── img4.6.38-x86_64.yaml │ ├── img4.6.39-x86_64.yaml │ ├── img4.6.4-x86_64.yaml │ ├── img4.6.40-x86_64.yaml │ ├── img4.6.41-x86_64.yaml │ ├── img4.6.42-x86_64.yaml │ ├── img4.6.43-x86_64.yaml │ ├── img4.6.44-x86_64.yaml │ ├── img4.6.45-x86_64.yaml │ ├── img4.6.46-x86_64.yaml │ ├── img4.6.47-x86_64.yaml │ ├── img4.6.48-x86_64.yaml │ ├── img4.6.6-x86_64.yaml │ ├── img4.6.8-x86_64.yaml │ └── img4.6.9-x86_64.yaml │ ├── 4.7 │ ├── img4.7.0-x86_64.yaml │ ├── img4.7.1-x86_64.yaml │ ├── img4.7.11-x86_64.yaml │ ├── img4.7.12-x86_64.yaml │ ├── img4.7.13-x86_64.yaml │ ├── img4.7.16-x86_64.yaml │ ├── img4.7.18-x86_64.yaml │ ├── img4.7.19-x86_64.yaml │ ├── img4.7.2-x86_64.yaml │ ├── img4.7.21-x86_64.yaml │ ├── img4.7.22-x86_64.yaml │ ├── img4.7.23-x86_64.yaml │ ├── img4.7.24-x86_64.yaml │ ├── img4.7.28-x86_64.yaml │ ├── img4.7.29-x86_64.yaml │ ├── img4.7.3-x86_64.yaml │ ├── img4.7.30-x86_64.yaml │ ├── img4.7.31-x86_64.yaml │ ├── img4.7.32-x86_64.yaml │ ├── img4.7.33-x86_64.yaml │ ├── img4.7.34-x86_64.yaml │ ├── img4.7.36-x86_64.yaml │ ├── img4.7.37-x86_64.yaml │ ├── img4.7.4-x86_64.yaml │ ├── img4.7.5-x86_64.yaml │ ├── img4.7.6-x86_64.yaml │ ├── img4.7.7-x86_64.yaml │ ├── img4.7.8-x86_64.yaml │ └── img4.7.9-x86_64.yaml │ ├── 4.8 │ ├── img4.8.10-x86_64.yaml │ ├── img4.8.11-x86_64.yaml │ ├── img4.8.12-x86_64.yaml │ ├── img4.8.13-x86_64.yaml │ ├── img4.8.14-x86_64.yaml │ ├── img4.8.15-x86_64.yaml │ ├── img4.8.17-x86_64.yaml │ ├── img4.8.18-x86_64.yaml │ ├── img4.8.19-x86_64.yaml │ ├── img4.8.2-x86_64.yaml │ ├── img4.8.20-x86_64.yaml │ ├── img4.8.3-x86_64.yaml │ ├── img4.8.4-x86_64.yaml │ ├── img4.8.5-x86_64.yaml │ └── img4.8.9-x86_64.yaml │ └── 4.9 │ ├── img4.9.0-x86_64.yaml │ ├── img4.9.4-x86_64.yaml │ ├── img4.9.5-x86_64.yaml │ ├── img4.9.6-x86_64.yaml │ └── img4.9.7-x86_64.yaml ├── subscribe ├── application.yaml ├── channel.yaml ├── kustomization.yaml ├── namespace.yaml ├── patch-timewindow.yaml ├── subscription-candidate.yaml ├── subscription-fast.yaml └── subscription-stable.yaml ├── supported-ocp-versions.json └── tooling ├── cleanup-clusterimagesets.sh ├── create-ocp-clusterimagesets.py ├── get_support_version.py ├── keep-visible.py ├── promote-stable-clusterimagesets.py ├── prune.py └── setup-env.sh /.github/workflows/cron-sync-imageset.yml: -------------------------------------------------------------------------------- 1 | name: sync-clustersetimage-cron 2 | 3 | on: 4 | schedule: 5 | - cron: '0 3 * * *' 6 | workflow_dispatch: {} 7 | jobs: 8 | sync-clusterimageset-release-2_3: 9 | name: sync-clusterimageset-release-2.3 10 | runs-on: ubuntu-latest 11 | steps: 12 | - name: checkout code 13 | uses: actions/checkout@v2 14 | - name: sync-clusterimageset 15 | run: make sync-images-job 16 | env: 17 | TARGET_BRANCH: release-2.3 18 | - name: Deploy 19 | uses: peaceiris/actions-gh-pages@v3 20 | with: 21 | publish_dir: ./clusterImageSets 22 | github_token: ${{ secrets.GITHUB_TOKEN }} 23 | publish_branch: release-2.3 24 | keep_files: true 25 | destination_dir: clusterImageSets 26 | 27 | sync-clusterimageset-release-2_4: 28 | name: sync-clusterimageset-release-2.4 29 | runs-on: ubuntu-latest 30 | steps: 31 | - name: checkout code 32 | uses: actions/checkout@v2 33 | - name: sync-clusterimageset 34 | run: make sync-images-job 35 | env: 36 | TARGET_BRANCH: release-2.4 37 | - name: Deploy 38 | uses: peaceiris/actions-gh-pages@v3 39 | with: 40 | publish_dir: ./clusterImageSets 41 | github_token: ${{ secrets.GITHUB_TOKEN }} 42 | publish_branch: release-2.4 43 | keep_files: true 44 | destination_dir: clusterImageSets 45 | 46 | sync-clusterimageset-release-2_5: 47 | name: sync-clusterimageset-release-2.5 48 | runs-on: ubuntu-latest 49 | steps: 50 | - name: checkout code 51 | uses: actions/checkout@v2 52 | - name: sync-clusterimageset 53 | run: make sync-images-job 54 | env: 55 | TARGET_BRANCH: release-2.5 56 | - name: Deploy 57 | uses: peaceiris/actions-gh-pages@v3 58 | with: 59 | publish_dir: ./clusterImageSets 60 | github_token: ${{ secrets.GITHUB_TOKEN }} 61 | publish_branch: release-2.5 62 | keep_files: true 63 | destination_dir: clusterImageSets 64 | 65 | sync-clusterimageset-release-2_6: 66 | name: sync-clusterimageset-release-2.6 67 | runs-on: ubuntu-latest 68 | steps: 69 | - name: checkout code 70 | uses: actions/checkout@v2 71 | - name: sync-clusterimageset 72 | run: make sync-images-job 73 | env: 74 | TARGET_BRANCH: release-2.6 75 | - name: Deploy 76 | uses: peaceiris/actions-gh-pages@v3 77 | with: 78 | publish_dir: ./clusterImageSets 79 | github_token: ${{ secrets.GITHUB_TOKEN }} 80 | publish_branch: release-2.6 81 | keep_files: true 82 | destination_dir: clusterImageSets 83 | 84 | sync-clusterimageset-backplane-2_2: 85 | name: sync-clusterimageset-backplane-2.2 86 | runs-on: ubuntu-latest 87 | steps: 88 | - name: checkout code 89 | uses: actions/checkout@v2 90 | - name: sync-clusterimageset 91 | run: make sync-images-job 92 | env: 93 | TARGET_BRANCH: backplane-2.2 94 | - name: Deploy 95 | uses: peaceiris/actions-gh-pages@v3 96 | with: 97 | publish_dir: ./clusterImageSets 98 | github_token: ${{ secrets.GITHUB_TOKEN }} 99 | publish_branch: backplane-2.2 100 | keep_files: true 101 | destination_dir: clusterImageSets 102 | 103 | sync-clusterimageset-backplane-2_3: 104 | name: sync-clusterimageset-backplane-2.3 105 | runs-on: ubuntu-latest 106 | steps: 107 | - name: checkout code 108 | uses: actions/checkout@v2 109 | - name: sync-clusterimageset 110 | run: make sync-images-job 111 | env: 112 | TARGET_BRANCH: backplane-2.3 113 | - name: Deploy 114 | uses: peaceiris/actions-gh-pages@v3 115 | with: 116 | publish_dir: ./clusterImageSets 117 | github_token: ${{ secrets.GITHUB_TOKEN }} 118 | publish_branch: backplane-2.3 119 | keep_files: true 120 | destination_dir: clusterImageSets 121 | 122 | sync-clusterimageset-backplane-2_4: 123 | name: sync-clusterimageset-backplane-2.4 124 | runs-on: ubuntu-latest 125 | steps: 126 | - name: checkout code 127 | uses: actions/checkout@v2 128 | - name: sync-clusterimageset 129 | run: make sync-images-job 130 | env: 131 | TARGET_BRANCH: backplane-2.4 132 | - name: Deploy 133 | uses: peaceiris/actions-gh-pages@v3 134 | with: 135 | publish_dir: ./clusterImageSets 136 | github_token: ${{ secrets.GITHUB_TOKEN }} 137 | publish_branch: backplane-2.4 138 | keep_files: true 139 | destination_dir: clusterImageSets 140 | 141 | sync-clusterimageset-backplane-2_5: 142 | name: sync-clusterimageset-backplane-2.5 143 | runs-on: ubuntu-latest 144 | steps: 145 | - name: checkout code 146 | uses: actions/checkout@v2 147 | - name: sync-clusterimageset 148 | run: make sync-images-job 149 | env: 150 | TARGET_BRANCH: backplane-2.5 151 | - name: Deploy 152 | uses: peaceiris/actions-gh-pages@v3 153 | with: 154 | publish_dir: ./clusterImageSets 155 | github_token: ${{ secrets.GITHUB_TOKEN }} 156 | publish_branch: backplane-2.5 157 | keep_files: true 158 | destination_dir: clusterImageSets 159 | 160 | sync-clusterimageset-backplane-2_6: 161 | name: sync-clusterimageset-backplane-2.6 162 | runs-on: ubuntu-latest 163 | steps: 164 | - name: checkout code 165 | uses: actions/checkout@v2 166 | - name: sync-clusterimageset 167 | run: make sync-images-job 168 | env: 169 | TARGET_BRANCH: backplane-2.6 170 | - name: Deploy 171 | uses: peaceiris/actions-gh-pages@v3 172 | with: 173 | publish_dir: ./clusterImageSets 174 | github_token: ${{ secrets.GITHUB_TOKEN }} 175 | publish_branch: backplane-2.6 176 | keep_files: true 177 | destination_dir: clusterImageSets 178 | 179 | sync-clusterimageset-backplane-2_7: 180 | name: sync-clusterimageset-backplane-2.7 181 | runs-on: ubuntu-latest 182 | steps: 183 | - name: checkout code 184 | uses: actions/checkout@v2 185 | - name: sync-clusterimageset 186 | run: make sync-images-job 187 | env: 188 | TARGET_BRANCH: backplane-2.7 189 | - name: Deploy 190 | uses: peaceiris/actions-gh-pages@v3 191 | with: 192 | publish_dir: ./clusterImageSets 193 | github_token: ${{ secrets.GITHUB_TOKEN }} 194 | publish_branch: backplane-2.7 195 | keep_files: true 196 | destination_dir: clusterImageSets 197 | 198 | sync-clusterimageset-backplane-2_8: 199 | name: sync-clusterimageset-backplane-2.8 200 | runs-on: ubuntu-latest 201 | steps: 202 | - name: checkout code 203 | uses: actions/checkout@v2 204 | - name: sync-clusterimageset 205 | run: make sync-images-job 206 | env: 207 | TARGET_BRANCH: backplane-2.8 208 | - name: Deploy 209 | uses: peaceiris/actions-gh-pages@v3 210 | with: 211 | publish_dir: ./clusterImageSets 212 | github_token: ${{ secrets.GITHUB_TOKEN }} 213 | publish_branch: backplane-2.8 214 | keep_files: true 215 | destination_dir: clusterImageSets 216 | 217 | sync-clusterimageset-backplane-2_9: 218 | name: sync-clusterimageset-backplane-2.9 219 | runs-on: ubuntu-latest 220 | steps: 221 | - name: checkout code 222 | uses: actions/checkout@v2 223 | - name: sync-clusterimageset 224 | run: make sync-images-job 225 | env: 226 | TARGET_BRANCH: backplane-2.9 227 | - name: Deploy 228 | uses: peaceiris/actions-gh-pages@v3 229 | with: 230 | publish_dir: ./clusterImageSets 231 | github_token: ${{ secrets.GITHUB_TOKEN }} 232 | publish_branch: backplane-2.9 233 | keep_files: true 234 | destination_dir: clusterImageSets 235 | -------------------------------------------------------------------------------- /.github/workflows/post-submit-imageset.yml: -------------------------------------------------------------------------------- 1 | name: post-submit-clustersetimage 2 | 3 | on: 4 | push: 5 | branches: 6 | - main 7 | workflow_dispatch: {} 8 | 9 | jobs: 10 | sync-clusterimageset-release-2_3: 11 | name: sync-clusterimageset-release-2.3 12 | runs-on: ubuntu-latest 13 | steps: 14 | - name: checkout code 15 | uses: actions/checkout@v2 16 | - name: sync-clusterimageset 17 | run: make sync-images-job 18 | env: 19 | TARGET_BRANCH: release-2.3 20 | - name: Deploy 21 | uses: peaceiris/actions-gh-pages@v3 22 | with: 23 | publish_dir: ./clusterImageSets 24 | github_token: ${{ secrets.GITHUB_TOKEN }} 25 | publish_branch: release-2.3 26 | destination_dir: clusterImageSets 27 | 28 | sync-clusterimageset-release-2_4: 29 | name: sync-clusterimageset-release-2.4 30 | runs-on: ubuntu-latest 31 | steps: 32 | - name: checkout code 33 | uses: actions/checkout@v2 34 | - name: sync-clusterimageset 35 | run: make sync-images-job 36 | env: 37 | TARGET_BRANCH: release-2.4 38 | - name: Deploy 39 | uses: peaceiris/actions-gh-pages@v3 40 | with: 41 | publish_dir: ./clusterImageSets 42 | github_token: ${{ secrets.GITHUB_TOKEN }} 43 | publish_branch: release-2.4 44 | destination_dir: clusterImageSets 45 | 46 | sync-clusterimageset-release-2_5: 47 | name: sync-clusterimageset-release-2.5 48 | runs-on: ubuntu-latest 49 | steps: 50 | - name: checkout code 51 | uses: actions/checkout@v2 52 | - name: sync-clusterimageset 53 | run: make sync-images-job 54 | env: 55 | TARGET_BRANCH: release-2.5 56 | - name: Deploy 57 | uses: peaceiris/actions-gh-pages@v3 58 | with: 59 | publish_dir: ./clusterImageSets 60 | github_token: ${{ secrets.GITHUB_TOKEN }} 61 | publish_branch: release-2.5 62 | destination_dir: clusterImageSets 63 | 64 | sync-clusterimageset-release-2_6: 65 | name: sync-clusterimageset-release-2.6 66 | runs-on: ubuntu-latest 67 | steps: 68 | - name: checkout code 69 | uses: actions/checkout@v2 70 | - name: sync-clusterimageset 71 | run: make sync-images-job 72 | env: 73 | TARGET_BRANCH: release-2.6 74 | - name: Deploy 75 | uses: peaceiris/actions-gh-pages@v3 76 | with: 77 | publish_dir: ./clusterImageSets 78 | github_token: ${{ secrets.GITHUB_TOKEN }} 79 | publish_branch: release-2.6 80 | destination_dir: clusterImageSets 81 | 82 | sync-clusterimageset-backplane-2_2: 83 | name: sync-clusterimageset-backplane-2.2 84 | runs-on: ubuntu-latest 85 | steps: 86 | - name: checkout code 87 | uses: actions/checkout@v2 88 | - name: sync-clusterimageset 89 | run: make sync-images-job 90 | env: 91 | TARGET_BRANCH: backplane-2.2 92 | - name: Deploy 93 | uses: peaceiris/actions-gh-pages@v3 94 | with: 95 | publish_dir: ./clusterImageSets 96 | github_token: ${{ secrets.GITHUB_TOKEN }} 97 | publish_branch: backplane-2.2 98 | destination_dir: clusterImageSets 99 | 100 | sync-clusterimageset-backplane-2_3: 101 | name: sync-clusterimageset-backplane-2.3 102 | runs-on: ubuntu-latest 103 | steps: 104 | - name: checkout code 105 | uses: actions/checkout@v2 106 | - name: sync-clusterimageset 107 | run: make sync-images-job 108 | env: 109 | TARGET_BRANCH: backplane-2.3 110 | - name: Deploy 111 | uses: peaceiris/actions-gh-pages@v3 112 | with: 113 | publish_dir: ./clusterImageSets 114 | github_token: ${{ secrets.GITHUB_TOKEN }} 115 | publish_branch: backplane-2.3 116 | destination_dir: clusterImageSets 117 | 118 | sync-clusterimageset-backplane-2_4: 119 | name: sync-clusterimageset-backplane-2.4 120 | runs-on: ubuntu-latest 121 | steps: 122 | - name: checkout code 123 | uses: actions/checkout@v2 124 | - name: sync-clusterimageset 125 | run: make sync-images-job 126 | env: 127 | TARGET_BRANCH: backplane-2.4 128 | - name: Deploy 129 | uses: peaceiris/actions-gh-pages@v3 130 | with: 131 | publish_dir: ./clusterImageSets 132 | github_token: ${{ secrets.GITHUB_TOKEN }} 133 | publish_branch: backplane-2.4 134 | destination_dir: clusterImageSets 135 | 136 | sync-clusterimageset-backplane-2_5: 137 | name: sync-clusterimageset-backplane-2.5 138 | runs-on: ubuntu-latest 139 | steps: 140 | - name: checkout code 141 | uses: actions/checkout@v2 142 | - name: sync-clusterimageset 143 | run: make sync-images-job 144 | env: 145 | TARGET_BRANCH: backplane-2.5 146 | - name: Deploy 147 | uses: peaceiris/actions-gh-pages@v3 148 | with: 149 | publish_dir: ./clusterImageSets 150 | github_token: ${{ secrets.GITHUB_TOKEN }} 151 | publish_branch: backplane-2.5 152 | destination_dir: clusterImageSets 153 | 154 | sync-clusterimageset-backplane-2_6: 155 | name: sync-clusterimageset-backplane-2.6 156 | runs-on: ubuntu-latest 157 | steps: 158 | - name: checkout code 159 | uses: actions/checkout@v2 160 | - name: sync-clusterimageset 161 | run: make sync-images-job 162 | env: 163 | TARGET_BRANCH: backplane-2.6 164 | - name: Deploy 165 | uses: peaceiris/actions-gh-pages@v3 166 | with: 167 | publish_dir: ./clusterImageSets 168 | github_token: ${{ secrets.GITHUB_TOKEN }} 169 | publish_branch: backplane-2.6 170 | destination_dir: clusterImageSets 171 | 172 | sync-clusterimageset-backplane-2_7: 173 | name: sync-clusterimageset-backplane-2.7 174 | runs-on: ubuntu-latest 175 | steps: 176 | - name: checkout code 177 | uses: actions/checkout@v2 178 | - name: sync-clusterimageset 179 | run: make sync-images-job 180 | env: 181 | TARGET_BRANCH: backplane-2.7 182 | - name: Deploy 183 | uses: peaceiris/actions-gh-pages@v3 184 | with: 185 | publish_dir: ./clusterImageSets 186 | github_token: ${{ secrets.GITHUB_TOKEN }} 187 | publish_branch: backplane-2.7 188 | destination_dir: clusterImageSets 189 | 190 | sync-clusterimageset-backplane-2_8: 191 | name: sync-clusterimageset-backplane-2.8 192 | runs-on: ubuntu-latest 193 | steps: 194 | - name: checkout code 195 | uses: actions/checkout@v2 196 | - name: sync-clusterimageset 197 | run: make sync-images-job 198 | env: 199 | TARGET_BRANCH: backplane-2.8 200 | - name: Deploy 201 | uses: peaceiris/actions-gh-pages@v3 202 | with: 203 | publish_dir: ./clusterImageSets 204 | github_token: ${{ secrets.GITHUB_TOKEN }} 205 | publish_branch: backplane-2.8 206 | destination_dir: clusterImageSets 207 | 208 | sync-clusterimageset-backplane-2_9: 209 | name: sync-clusterimageset-backplane-2.9 210 | runs-on: ubuntu-latest 211 | steps: 212 | - name: checkout code 213 | uses: actions/checkout@v2 214 | - name: sync-clusterimageset 215 | run: make sync-images-job 216 | env: 217 | TARGET_BRANCH: backplane-2.9 218 | - name: Deploy 219 | uses: peaceiris/actions-gh-pages@v3 220 | with: 221 | publish_dir: ./clusterImageSets 222 | github_token: ${{ secrets.GITHUB_TOKEN }} 223 | publish_branch: backplane-2.9 224 | destination_dir: clusterImageSets -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | subscription/secret.yaml 3 | hive-cluster-testing 4 | tooling/__pycache__ -------------------------------------------------------------------------------- /CONTRIBUTE.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 1. Fork the repository 3 | 2. Make your changes, use the contents 4 | 3. If you would like to contribute back, initiate a pull request toward `main` -------------------------------------------------------------------------------- /ChangeLog.md: -------------------------------------------------------------------------------- 1 | # 2020-09-16 2 | - Migrated ./subscription to ./subscribe 3 | - Updated the subscription to be a fully compliant ACM2.1 Application (Used ACM Console to generate YAML) 4 | - Updated the README.md for the directory change to ./subscribe 5 | - Added `4.6` builds to Travis, once OCP promotes the first fast, it will be automatically published 6 | 7 | # (OLD) 8 | ## ToDo's 9 | 1. Add a Travis job that will keep the images up to date automatically 10 | 2. Add a time window to the Subscription 11 | 3. Autoamted test: 12 | a. AWS 13 | b. GCP 14 | c. Azure 15 | d. Bare Metal 16 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | 2 | Apache License 3 | Version 2.0, January 2004 4 | http://www.apache.org/licenses/ 5 | 6 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 7 | 8 | 1. Definitions. 9 | 10 | "License" shall mean the terms and conditions for use, reproduction, 11 | and distribution as defined by Sections 1 through 9 of this document. 12 | 13 | "Licensor" shall mean the copyright owner or entity authorized by 14 | the copyright owner that is granting the License. 15 | 16 | "Legal Entity" shall mean the union of the acting entity and all 17 | other entities that control, are controlled by, or are under common 18 | control with that entity. For the purposes of this definition, 19 | "control" means (i) the power, direct or indirect, to cause the 20 | direction or management of such entity, whether by contract or 21 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 | outstanding shares, or (iii) beneficial ownership of such entity. 23 | 24 | "You" (or "Your") shall mean an individual or Legal Entity 25 | exercising permissions granted by this License. 26 | 27 | "Source" form shall mean the preferred form for making modifications, 28 | including but not limited to software source code, documentation 29 | source, and configuration files. 30 | 31 | "Object" form shall mean any form resulting from mechanical 32 | transformation or translation of a Source form, including but 33 | not limited to compiled object code, generated documentation, 34 | and conversions to other media types. 35 | 36 | "Work" shall mean the work of authorship, whether in Source or 37 | Object form, made available under the License, as indicated by a 38 | copyright notice that is included in or attached to the work 39 | (an example is provided in the Appendix below). 40 | 41 | "Derivative Works" shall mean any work, whether in Source or Object 42 | form, that is based on (or derived from) the Work and for which the 43 | editorial revisions, annotations, elaborations, or other modifications 44 | represent, as a whole, an original work of authorship. For the purposes 45 | of this License, Derivative Works shall not include works that remain 46 | separable from, or merely link (or bind by name) to the interfaces of, 47 | the Work and Derivative Works thereof. 48 | 49 | "Contribution" shall mean any work of authorship, including 50 | the original version of the Work and any modifications or additions 51 | to that Work or Derivative Works thereof, that is intentionally 52 | submitted to Licensor for inclusion in the Work by the copyright owner 53 | or by an individual or Legal Entity authorized to submit on behalf of 54 | the copyright owner. For the purposes of this definition, "submitted" 55 | means any form of electronic, verbal, or written communication sent 56 | to the Licensor or its representatives, including but not limited to 57 | communication on electronic mailing lists, source code control systems, 58 | and issue tracking systems that are managed by, or on behalf of, the 59 | Licensor for the purpose of discussing and improving the Work, but 60 | excluding communication that is conspicuously marked or otherwise 61 | designated in writing by the copyright owner as "Not a Contribution." 62 | 63 | "Contributor" shall mean Licensor and any individual or Legal Entity 64 | on behalf of whom a Contribution has been received by Licensor and 65 | subsequently incorporated within the Work. 66 | 67 | 2. Grant of Copyright License. Subject to the terms and conditions of 68 | this License, each Contributor hereby grants to You a perpetual, 69 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 70 | copyright license to reproduce, prepare Derivative Works of, 71 | publicly display, publicly perform, sublicense, and distribute the 72 | Work and such Derivative Works in Source or Object form. 73 | 74 | 3. Grant of Patent License. Subject to the terms and conditions of 75 | this License, each Contributor hereby grants to You a perpetual, 76 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 77 | (except as stated in this section) patent license to make, have made, 78 | use, offer to sell, sell, import, and otherwise transfer the Work, 79 | where such license applies only to those patent claims licensable 80 | by such Contributor that are necessarily infringed by their 81 | Contribution(s) alone or by combination of their Contribution(s) 82 | with the Work to which such Contribution(s) was submitted. If You 83 | institute patent litigation against any entity (including a 84 | cross-claim or counterclaim in a lawsuit) alleging that the Work 85 | or a Contribution incorporated within the Work constitutes direct 86 | or contributory patent infringement, then any patent licenses 87 | granted to You under this License for that Work shall terminate 88 | as of the date such litigation is filed. 89 | 90 | 4. Redistribution. You may reproduce and distribute copies of the 91 | Work or Derivative Works thereof in any medium, with or without 92 | modifications, and in Source or Object form, provided that You 93 | meet the following conditions: 94 | 95 | (a) You must give any other recipients of the Work or 96 | Derivative Works a copy of this License; and 97 | 98 | (b) You must cause any modified files to carry prominent notices 99 | stating that You changed the files; and 100 | 101 | (c) You must retain, in the Source form of any Derivative Works 102 | that You distribute, all copyright, patent, trademark, and 103 | attribution notices from the Source form of the Work, 104 | excluding those notices that do not pertain to any part of 105 | the Derivative Works; and 106 | 107 | (d) If the Work includes a "NOTICE" text file as part of its 108 | distribution, then any Derivative Works that You distribute must 109 | include a readable copy of the attribution notices contained 110 | within such NOTICE file, excluding those notices that do not 111 | pertain to any part of the Derivative Works, in at least one 112 | of the following places: within a NOTICE text file distributed 113 | as part of the Derivative Works; within the Source form or 114 | documentation, if provided along with the Derivative Works; or, 115 | within a display generated by the Derivative Works, if and 116 | wherever such third-party notices normally appear. The contents 117 | of the NOTICE file are for informational purposes only and 118 | do not modify the License. You may add Your own attribution 119 | notices within Derivative Works that You distribute, alongside 120 | or as an addendum to the NOTICE text from the Work, provided 121 | that such additional attribution notices cannot be construed 122 | as modifying the License. 123 | 124 | You may add Your own copyright statement to Your modifications and 125 | may provide additional or different license terms and conditions 126 | for use, reproduction, or distribution of Your modifications, or 127 | for any such Derivative Works as a whole, provided Your use, 128 | reproduction, and distribution of the Work otherwise complies with 129 | the conditions stated in this License. 130 | 131 | 5. Submission of Contributions. Unless You explicitly state otherwise, 132 | any Contribution intentionally submitted for inclusion in the Work 133 | by You to the Licensor shall be under the terms and conditions of 134 | this License, without any additional terms or conditions. 135 | Notwithstanding the above, nothing herein shall supersede or modify 136 | the terms of any separate license agreement you may have executed 137 | with Licensor regarding such Contributions. 138 | 139 | 6. Trademarks. This License does not grant permission to use the trade 140 | names, trademarks, service marks, or product names of the Licensor, 141 | except as required for reasonable and customary use in describing the 142 | origin of the Work and reproducing the content of the NOTICE file. 143 | 144 | 7. Disclaimer of Warranty. Unless required by applicable law or 145 | agreed to in writing, Licensor provides the Work (and each 146 | Contributor provides its Contributions) on an "AS IS" BASIS, 147 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 148 | implied, including, without limitation, any warranties or conditions 149 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 150 | PARTICULAR PURPOSE. You are solely responsible for determining the 151 | appropriateness of using or redistributing the Work and assume any 152 | risks associated with Your exercise of permissions under this License. 153 | 154 | 8. Limitation of Liability. In no event and under no legal theory, 155 | whether in tort (including negligence), contract, or otherwise, 156 | unless required by applicable law (such as deliberate and grossly 157 | negligent acts) or agreed to in writing, shall any Contributor be 158 | liable to You for damages, including any direct, indirect, special, 159 | incidental, or consequential damages of any character arising as a 160 | result of this License or out of the use or inability to use the 161 | Work (including but not limited to damages for loss of goodwill, 162 | work stoppage, computer failure or malfunction, or any and all 163 | other commercial damages or losses), even if such Contributor 164 | has been advised of the possibility of such damages. 165 | 166 | 9. Accepting Warranty or Additional Liability. While redistributing 167 | the Work or Derivative Works thereof, You may choose to offer, 168 | and charge a fee for, acceptance of support, warranty, indemnity, 169 | or other liability obligations and/or rights consistent with this 170 | License. However, in accepting such obligations, You may act only 171 | on Your own behalf and on Your sole responsibility, not on behalf 172 | of any other Contributor, and only if You agree to indemnify, 173 | defend, and hold each Contributor harmless for any liability 174 | incurred by, or claims asserted against, such Contributor by reason 175 | of your accepting any such warranty or additional liability. 176 | 177 | END OF TERMS AND CONDITIONS 178 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | STABLE_KEEP_COUNT ?=2 2 | FAST_KEEP_COUNT ?=1 3 | all: 4 | @echo "Travis commands:" 5 | @echo " _> make sync-images-job" 6 | @echo "" 7 | @echo "Subscribe commands:" 8 | @echo " _> make subscribe-fast" 9 | @echo " _> make subscribe-stable" 10 | @echo " _> make subscribe-candidate" 11 | @echo " _> make unsubscribe-all" 12 | @echo "Manual commands:" 13 | @echo " _> make update-images" 14 | 15 | verify-oc-cli: 16 | @echo Client Version should be at least 4.4 17 | @oc version | grep "Client Version" 18 | 19 | cleanup-images: 20 | tooling/cleanup-clusterimagesets.sh 21 | 22 | update-images: setup-env 23 | python3 tooling/create-ocp-clusterimagesets.py 24 | python3 tooling/promote-stable-clusterimagesets.py 25 | make visible-images 26 | make prune-images 27 | 28 | visible-images: 29 | @echo === Start ClusterImageSet mark visability === 30 | python3 tooling/keep-visible.py ${FAST_KEEP_COUNT} clusterImageSets/fast 31 | @echo 32 | python3 tooling/keep-visible.py ${STABLE_KEEP_COUNT} clusterImageSets/stable 33 | @echo === Finished visability === 34 | 35 | prune-images: 36 | @echo === Start ClusterImageSet pruning === 37 | python3 tooling/prune.py ${FAST_KEEP_COUNT} clusterImageSets/fast 38 | @echo 39 | python3 tooling/prune.py ${STABLE_KEEP_COUNT} clusterImageSets/stable 40 | @echo === Finished Pruning === 41 | 42 | setup-env: 43 | tooling/setup-env.sh 44 | 45 | 46 | sync-images-job: cleanup-images update-images 47 | echo "DONE!" 48 | 49 | subscribe-stable: subscribe-fast 50 | oc -n hive-clusterimagesets apply -f subscribe/subscription-stable.yaml 51 | oc -n hive-clusterimagesets delete -f subscribe/subscription-fast.yaml --ignore-not-found 52 | oc -n hive-clusterimagesets delete -f subscribe/subscription-candidate.yaml --ignore-not-found 53 | 54 | subscribe-fast: verify-oc-cli delete-clusterimagesets 55 | oc -n hive-clusterimagesets apply -k subscribe 56 | 57 | subscribe-candidate: subscribe-fast 58 | oc -n hive-clusterimagesets apply -f subscribe/subscription-candidate.yaml 59 | oc -n hive-clusterimagesets delete -f subscribe/subscription-fast.yaml --ignore-not-found 60 | oc -n hive-clusterimagesets delete -f subscribe/subscription-stable.yaml --ignore-not-found 61 | 62 | unsubscribe-all: verify-oc-cli 63 | oc -n hive-clusterimagesets delete -f subscribe/subscription-stable.yaml --ignore-not-found 64 | oc -n hive-clusterimagesets delete -f subscribe/subscription-candidate.yaml --ignore-not-found 65 | oc -n hive-clusterimagesets delete -k subscribe/ || true 66 | 67 | pause-fast: 68 | oc -n hive-clusterimagesets patch appsub hive-clusterimagesets-subscription-fast --type='json' -p='[{"op":"replace","path": "/metadata/labels/subscription-pause","value":"true"}]' 69 | 70 | unpause-fast: 71 | oc -n hive-clusterimagesets patch appsub hive-clusterimagesets-subscription-fast --type='json' -p='[{"op":"replace","path": "/metadata/labels/subscription-pause","value":"false"}]' 72 | 73 | pause-stable: 74 | oc -n hive-clusterimagesets patch appsub hive-clusterimagesets-subscription-stable --type='json' -p='[{"op":"replace","path": "/metadata/labels/subscription-pause","value":"true"}]' 75 | 76 | unpause-stable: 77 | oc -n hive-clusterimagesets patch appsub hive-clusterimagesets-subscription-stable --type='json' -p='[{"op":"replace","path": "/metadata/labels/subscription-pause","value":"false"}]' 78 | 79 | delete-clusterimagesets: 80 | oc -n hive-clusterimagesets delete clusterimagesets --all 81 | -------------------------------------------------------------------------------- /OWNERS: -------------------------------------------------------------------------------- 1 | approvers: 2 | - ldpliu 3 | - elgnay 4 | - jnpacker 5 | - xiangjingli 6 | - mikeshng 7 | - rokej 8 | - philipwu08 9 | - lennysgarage 10 | - chenz4027 11 | - fxiang1 12 | reviewers: 13 | - ldpliu 14 | - elgnay 15 | - jnpacker 16 | - xiangjingli 17 | - mikeshng 18 | - rokej 19 | - philipwu08 20 | - lennysgarage 21 | - chenz4027 22 | - fxiang1 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # NOTICE: 2 | On **11-01-2021** we changed the default retention for clusterImageSets. Going forward we will include all supported clusterImageSets with the suffix `-appsub`, but only the latest clusterImageSet will be visible (`metadata.labels.visible: 'true'`) in the console (this is similar to what happens today). This was done to make sure that after two new Z stream releases, any provisioning flow that references a clusterImageSet will not be interrupted. 3 | 4 | # OpenShift Release Images 5 | This repository provides a subscription that will populate all the latest OpenShift images into Advanced Cluster Management for OpenShift deployments. More information about OpenShift release images and the channels mentioned below can be found here: https://docs.openshift.com/container-platform/4.4/updating/updating-cluster-between-minor.html#understanding-upgrade-channels_updating-cluster-between-minor 6 | 7 | # Repository layout 8 | - `fast` `./clusterImageSets/fast/*` : The fast channel OpenShift releases, generally available and fully supported 9 | - `stable` `./clusterImageSets/stable/*` : The latest stable OpenShift releases, same as fast, but with connected customer feedback 10 | - `candidate` `./clusterImageSets/releases/*` : All release images are in this folder, those labelled `candidate` releases are not supported 11 | 12 | See the `Custom curated` section on controlling your own OpenShift release timelines with Advanced Cluster Management 13 | 14 | # Red Hat Advanced Cluster Management for Kubernetes 15 | With this release, the subscription that imports the fast channel is already present. If you want to use a different channel, first pause the existing `fast` channel subscription using [these instructions](https://github.com/stolostron/rhacm-docs/blob/2.4_stage/clusters/release_images.adoc). Once the included subscription is disabled, follow the steps below to switch to a different channel. 16 | 17 | ## Latest supported images (ONLINE) - DEFAULT 18 | - Populates the latest OpenShift `fast` release images 19 | - Run the following command 20 | ```bash 21 | # Connect to you Red hat Advanced Cluster Management hub 22 | # On OpenShift Dedicated, run "oc new-project hive-clusterimagesets" 23 | make subscribe-fast 24 | ``` 25 | - After about 60s the Create Cluster console will list the latest supported OpenShift images 26 | ## Stable channel images 27 | - Populates the latest 2x `stable` release images 28 | ```bash 29 | make subscribe-stable 30 | ``` 31 | 32 | ### How to pause the subscription 33 | #### Prerequisites 34 | 1. The stable channel subscription has been applied 35 | 2. Logged into the ACM hub 36 | #### Pause the Fast Channel subscription 37 | ```bash 38 | make pause-stable 39 | 40 | # Alternate CLI command: 41 | oc -n hive patch appsub hive-clusterimagesets-subscription-stable-0 --type='json' -p='[{"op":"replace","path": "/metadata/labels/subscription-pause","value":"true"}]' 42 | ``` 43 | #### Unpause the Stable Channel subscription 44 | ```bash 45 | make unpause-stable 46 | 47 | # Alternate CLI command: 48 | oc -n hive patch appsub hive-clusterimagesets-subscription-stable-0 --type='json' -p='[{"op":"replace","path": "/metadata/labels/subscription-pause","value":"false"}]' 49 | ``` 50 | 51 | ### Continuous updates 52 | - This repository periodically updates as new fast and stable release images are minted 53 | - Changes in this repository will be applied to your subscribed cluster 54 | - This is the stable channel list being followed by this repository, [link](https://github.com/openshift/cincinnati-graph-data/blob/master/channels/stable-4.3.yaml) 55 | 56 | ### Uninstall 57 | ```bash 58 | make unsubscribe-all 59 | 60 | # Alternate CLI commands: 61 | oc delete -k subscribe/ 62 | oc delete -f subscribe/subscription-stable.yaml #If your using the stable channel 63 | ``` 64 | 65 | ## Custom curated (ONLINE) 66 | - Fork this repository 67 | - Update the `./subscribe/channel.yaml` file, changing the organization `stolostron` to your `organization_name` or `github_username` where you forked the repository. 68 | ```yaml 69 | spec: 70 | type: GitHub 71 | pathname: https://github.com/NAME_or_ORGANIZATION/acm-hive-openshift-versions.git 72 | ``` 73 | - Place the YAML files for the images you want to appear in the Red Hat Advanced Cluster Management console under `./clusterImageSets/stable/*` or `./clusterImageSets/fast/*` 74 | - Commit and push your changes to the forked repository 75 | - Run the following command 76 | ```bash 77 | make subscribe-fast #fast channel 78 | make subscribe-stable #stable channel 79 | ``` 80 | - After about 60s the Create Cluster console will list the new images available from your forked repository 81 | - Add new OpenShift install images by created additional files in the `clusterImageSets/stable/` or `clusterImageSets/fast/` directories 82 | 83 | ## How to get new versions 84 | - This repository will automatically update with the latest stable and fast versions 85 | - You can monitor this repository and merge changes to your forked repository 86 | - As soon as new images are committed to this repository and merged to your fork, they will become available in the Red Hat Advanced Cluster Management console (about 60s) 87 | - This is the install image repository being used: https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags 88 | - These are the streams being followed by this repository: https://github.com/openshift/cincinnati-graph-data/blob/master/channels/ 89 | 90 | ## Usecase - OFFLINE - limited images 91 | - Copy the `clusterImageSets` directory to a system that has access to the disconnected Red Hat Advanced Cluster Management Hub 92 | - Delete the YAML files for OpenShift versions you do not want to host OFFLINE 93 | - Modify the `clusterImageSet` YAML files for the remaining OpenShift release images to point to the correct `OFFLINE` repository 94 | ```yaml 95 | apiVersion: hive.openshift.io/v1 96 | kind: ClusterImageSet 97 | metadata: 98 | name: img4.4.0-rc.6-x86-64 99 | spec: 100 | releaseImage: IMAGE_REGISTRY_IPADDRESS_or_DNSNAME/REPO_PATH/ocp-release:4.4.0-rc.6-x86_64 101 | ``` 102 | - Make sure the images are loaded in the OFFLINE image registry referenced in the YAML 103 | - Apply a subset of the YAML files 104 | ```bash 105 | oc apply -f clusterImageSets/CHANNEL/VERSION/FILE_NAME.yaml 106 | ``` 107 | - The Create Cluster console will list only the images available from the `cluseterImageSets` directory 108 | 109 | ## Secure Github repository 110 | - Uncomment the secret reference in `subscribe/channel.yaml` 111 | - Create a `subscribe/secret.yaml` file with the following contents 112 | ```yaml 113 | --- 114 | apiVersion: v1 115 | kind: Secret 116 | metadata: 117 | name: my-github-secret 118 | namespace: ocp-clusterimagesets 119 | data: 120 | user: BASE64_ENCODED_GITHUB_USERNAME 121 | accessToken: BASE64_ENCODED_GITHUB_TOKEN 122 | ``` 123 | - The following command is used to encode base64: `echo "VALUE_TO_ENCODE" | base64` place the output in the yaml file. 124 | - Create the secret 125 | ```bash 126 | make subscribe-fast 127 | # OR 128 | make subscribe-stable 129 | ``` 130 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | # Security Response 2 | 3 | If you've found a security issue that you'd like to disclose confidentially please contact Red Hat's Product Security team. 4 | Details at https://access.redhat.com/security/team/contact 5 | -------------------------------------------------------------------------------- /clusterImageSets/.kubernetesignore: -------------------------------------------------------------------------------- 1 | fast 2 | releases -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.1-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.1-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.12-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.12-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.12-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.13-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.13-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.13-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.15-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.15-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.15-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.16-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.16-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.16-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.17-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.17-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.17-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.18-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.18-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.18-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.19-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.19-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.19-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.20-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.20-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.20-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.21-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.21-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.21-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.22-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.22-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.22-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.23-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.23-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.23-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.25-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.25-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.25-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.26-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.26-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.26-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.27-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.27-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.27-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.28-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.28-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.28-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.29-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.29-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.29-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.3-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.3-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.30-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.30-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.30-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.31-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.31-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.31-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.32-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.32-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.32-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.34-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.34-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.34-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.35-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.35-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.35-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.36-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.36-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.36-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.38-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.38-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.38-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.39-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.39-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.39-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.4-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.4-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.40-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.40-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.40-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.41-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.41-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.41-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.42-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.42-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.42-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.43-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.43-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.43-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.44-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.44-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.44-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.45-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.45-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.45-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.46-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.46-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.46-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.47-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.47-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.47-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.48-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.48-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.48-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.49-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'true' 7 | name: img4.6.49-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.49-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.6-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.6-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.8-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.8-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.8-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.9-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.6.9-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.9-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.0-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.1-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.1-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.11-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.11-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.11-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.12-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.12-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.12-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.13-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.13-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.13-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.16-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.16-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.16-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.18-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.18-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.18-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.19-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.19-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.19-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.2-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.2-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.21-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.21-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.21-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.22-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.22-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.22-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.23-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.23-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.23-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.24-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.24-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.24-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.28-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.28-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.28-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.29-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.29-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.29-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.3-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.3-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.30-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.30-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.30-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.31-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.31-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.31-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.32-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.32-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.32-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.33-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.33-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.33-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.34-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.34-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.34-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.36-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.36-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.36-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.37-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'true' 7 | name: img4.7.37-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.37-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.4-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.4-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.5-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.5-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.6-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.6-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.7-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.7-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.7-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.8-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.8-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.8-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.9-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.7.9-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.9-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.10-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.10-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.10-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.11-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.11-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.11-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.12-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.12-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.12-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.13-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.13-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.13-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.14-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.14-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.14-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.15-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.15-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.15-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.17-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.17-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.17-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.18-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.18-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.18-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.19-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.19-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.19-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.2-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.2-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.20-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.20-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.20-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.21-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'true' 7 | name: img4.8.21-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.21-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.3-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.3-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.4-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.4-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.5-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.5-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.9-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.8.9-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.9-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.9/img4.9.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.9.0-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.9/img4.9.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.9.4-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.4-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.9/img4.9.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.9.5-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.5-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.9/img4.9.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.9.6-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.6-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.9/img4.9.7-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'false' 7 | name: img4.9.7-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.7-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/fast/4.9/img4.9.8-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'true' 7 | name: img4.9.8-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.8-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-0-2020-07-31-080025-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-0-2020-07-31-080025-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-0-2020-07-31-080025-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-0.nightly-2020-07-31-080025-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-0.nightly-2020-07-31-080025-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-0.nightly-2020-07-31-080025-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-0.nightly-2020-07-31-225620-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-0.nightly-2020-07-31-225620-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-0.nightly-2020-07-31-225620-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-fc.0-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-fc.0-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-fc.1-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-fc.1-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-fc.2-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-fc.2-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-fc.3-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-fc.3-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-fc.4-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-fc.4-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-fc.5-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-fc.5-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-fc.6-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-fc.6-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.7-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-fc.7-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-fc.7-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.8-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-fc.8-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-fc.8-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.9-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-fc.9-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-fc.9-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-rc.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-rc.0-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-rc.0-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-rc.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-rc.1-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-rc.1-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-rc.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-rc.2-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-rc.2-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-rc.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-rc.3-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-rc.3-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-rc.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-rc.4-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-rc.4-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.0-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.0-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.1-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.1-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.10-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.10-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.10-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.11-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.11-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.11-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.12-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.12-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.12-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.13-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.13-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.13-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.14-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.14-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.14-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.15-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.15-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.15-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.16-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.16-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.16-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.17-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.17-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.17-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.18-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.18-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.18-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.19-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.19-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.19-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.2-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.2-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.20-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.20-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.20-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.21-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.21-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.21-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.22-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.22-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.22-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.23-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.23-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.23-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.24-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.24-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.24-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.25-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.25-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.25-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.26-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.26-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.26-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.27-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.27-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.27-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.28-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.28-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.28-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.29-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.29-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.29-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.3-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.3-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.30-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.30-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.30-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.31-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.31-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.31-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.32-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.32-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.32-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.33-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.33-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.33-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.34-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.34-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.34-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.35-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.35-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.35-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.36-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.36-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.36-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.37-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.37-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.37-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.38-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.38-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.38-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.39-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.39-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.39-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.4-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.4-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.40-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.40-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.40-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.41-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.41-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.41-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.42-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.42-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.42-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.43-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.43-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.43-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.44-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.44-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.44-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.45-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.45-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.45-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.46-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.46-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.46-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.47-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.47-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.47-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.48-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.48-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.48-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.49-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'true' 7 | name: img4.6.49-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.49-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.5-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.5-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.50-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.50-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.50-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.6-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.6-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.7-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.6.7-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.7-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.8-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.8-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.8-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.9-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.9-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.9-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-assembly.art3091-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.0-assembly.art3091-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-assembly.art3091-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-fc.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.0-fc.0-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-fc.0-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-fc.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.0-fc.1-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-fc.1-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-fc.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.0-fc.2-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-fc.2-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-fc.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.0-fc.3-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-fc.3-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-fc.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.0-fc.4-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-fc.4-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-fc.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.0-fc.5-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-fc.5-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-rc.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.0-rc.0-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-rc.0-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-rc.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.0-rc.1-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-rc.1-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-rc.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.0-rc.2-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-rc.2-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-rc.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.0-rc.3-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-rc.3-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.0-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.1-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.1-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.10-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.10-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.10-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.11-assembly.art3334-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.11-assembly.art3334-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.11-assembly.art3334-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.11-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.11-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.11-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.12-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.12-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.12-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.13-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.13-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.13-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.14-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.14-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.14-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.15-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.15-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.15-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.16-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.16-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.16-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.17-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.17-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.17-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.18-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.18-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.18-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.19-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.19-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.19-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.2-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.2-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.20-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.20-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.20-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.21-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.21-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.21-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.22-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.22-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.22-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.23-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.23-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.23-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.24-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.24-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.24-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.25-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.25-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.25-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.26-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.26-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.26-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.27-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.27-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.27-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.28-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.28-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.28-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.29-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.29-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.29-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.3-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.3-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.30-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.30-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.30-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.31-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.31-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.31-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.32-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.32-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.32-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.33-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.33-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.33-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.34-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.34-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.34-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.35-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.35-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.35-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.36-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.36-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.36-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.37-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.37-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.37-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.38-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.7.38-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.38-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.4-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.4-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.5-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.5-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.6-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.6-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.7-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.7-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.7-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.8-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.8-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.8-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.9-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.9-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.9-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-assembly.hack-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-assembly.hack-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-assembly.hack-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-fc.0-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-fc.0-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-fc.1-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-fc.1-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-fc.2-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-fc.2-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-fc.3-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-fc.3-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-fc.4-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-fc.4-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-fc.5-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-fc.5-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-fc.6-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-fc.6-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.7-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-fc.7-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-fc.7-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.8-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-fc.8-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-fc.8-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.9-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-fc.9-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-fc.9-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-rc.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-rc.0-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-rc.0-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-rc.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-rc.1-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-rc.1-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-rc.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-rc.2-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-rc.2-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-rc.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-rc.3-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-rc.3-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.0-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.0-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.1-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.1-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.10-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.10-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.10-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.11-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.11-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.11-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.12-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.12-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.12-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.13-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.13-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.13-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.14-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.14-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.14-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.15-assembly.art3489-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.15-assembly.art3489-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.15-assembly.art3489-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.15-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.15-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.15-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.16-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.16-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.16-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.17-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.17-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.17-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.18-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.18-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.18-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.19-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.19-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.19-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.2-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.2-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.20-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.20-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.20-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.21-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'true' 7 | name: img4.8.21-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.21-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.22-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.22-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.22-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.3-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.3-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.4-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.4-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.5-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.5-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.6-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.6-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.7-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.7-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.7-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.8-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.8.8-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.8-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.9-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.9-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.9-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-fc.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.0-fc.0-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-fc.0-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-fc.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.0-fc.1-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-fc.1-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.0-rc.0-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-rc.0-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.0-rc.1-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-rc.1-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.0-rc.2-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-rc.2-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.0-rc.3-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-rc.3-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.0-rc.4-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-rc.4-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.0-rc.5-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-rc.5-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.0-rc.6-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-rc.6-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.7-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.0-rc.7-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-rc.7-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.8-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.0-rc.8-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-rc.8-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.9.0-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.1-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.1-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.2-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.2-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.3-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.3-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.9.4-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.4-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.9.5-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.5-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.9.6-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.6-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.7-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.9.7-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.7-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.8-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: fast 6 | visible: 'true' 7 | name: img4.9.8-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.8-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.9-x86_64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: hive.openshift.io/v1 3 | kind: ClusterImageSet 4 | metadata: 5 | name: img4.9.9-x86-64-appsub 6 | labels: 7 | channel: candidate 8 | visible: "false" 9 | spec: 10 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.9-x86_64 11 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.1-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.1-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.12-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.12-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.12-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.13-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.13-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.13-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.15-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.15-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.15-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.16-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.16-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.16-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.17-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.17-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.17-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.18-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.18-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.18-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.19-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.19-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.19-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.20-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.20-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.20-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.21-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.21-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.21-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.22-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.22-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.22-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.23-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.23-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.23-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.25-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.25-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.25-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.26-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.26-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.26-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.27-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.27-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.27-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.28-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.28-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.28-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.29-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.29-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.29-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.3-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.3-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.30-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.30-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.30-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.31-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.31-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.31-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.32-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.32-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.32-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.34-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.34-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.34-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.35-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.35-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.35-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.36-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.36-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.36-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.38-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.38-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.38-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.39-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.39-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.39-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.4-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.4-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.40-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.40-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.40-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.41-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.41-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.41-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.42-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.42-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.42-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.43-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.43-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.43-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.44-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.44-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.44-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.45-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.45-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.45-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.46-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.46-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.46-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.47-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.47-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.47-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.48-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.6.48-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.48-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.6-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.6-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.8-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.8-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.8-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.9-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.6.9-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.6.9-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.0-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.0-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.1-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.1-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.1-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.11-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.11-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.11-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.12-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.12-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.12-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.13-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.13-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.13-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.16-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.16-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.16-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.18-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.18-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.18-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.19-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.19-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.19-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.2-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.2-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.21-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.21-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.21-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.22-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.22-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.22-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.23-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.23-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.23-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.24-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.24-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.24-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.28-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.28-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.28-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.29-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.29-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.29-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.3-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.3-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.30-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.30-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.30-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.31-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.31-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.31-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.32-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.32-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.32-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.33-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.33-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.33-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.34-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.34-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.34-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.36-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.36-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.36-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.37-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.7.37-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.37-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.4-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.4-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.5-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.5-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.6-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.6-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.7-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.7-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.7-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.8-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.8-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.8-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.9-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.7.9-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.7.9-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.10-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.10-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.10-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.11-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.11-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.11-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.12-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.12-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.12-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.13-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.13-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.13-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.14-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.14-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.14-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.15-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.15-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.15-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.17-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.17-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.17-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.18-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.18-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.18-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.19-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.19-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.19-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.2-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.2-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.2-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.20-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.8.20-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.20-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.3-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.3-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.3-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.4-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.4-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.5-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.5-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.9-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.8.9-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.8.9-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.9/img4.9.0-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.9.0-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.0-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.9/img4.9.4-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.9.4-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.4-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.9/img4.9.5-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'false' 7 | name: img4.9.5-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.5-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.9/img4.9.6-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.9.6-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.6-x86_64 10 | -------------------------------------------------------------------------------- /clusterImageSets/stable/4.9/img4.9.7-x86_64.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: hive.openshift.io/v1 2 | kind: ClusterImageSet 3 | metadata: 4 | labels: 5 | channel: stable 6 | visible: 'true' 7 | name: img4.9.7-x86-64-appsub 8 | spec: 9 | releaseImage: quay.io/openshift-release-dev/ocp-release:4.9.7-x86_64 10 | -------------------------------------------------------------------------------- /subscribe/application.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: app.k8s.io/v1beta1 3 | kind: Application 4 | metadata: 5 | name: hive-clusterimagesets 6 | namespace: hive-clusterimagesets 7 | spec: 8 | selector: 9 | matchLabels: 10 | app: hive-clusterimagesets -------------------------------------------------------------------------------- /subscribe/channel.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: apps.open-cluster-management.io/v1 3 | kind: Channel 4 | metadata: 5 | name: acm-hive-openshift-releases-chn-0 6 | namespace: hive-clusterimagesets 7 | spec: 8 | type: Git 9 | pathname: https://github.com/stolostron/acm-hive-openshift-releases.git 10 | # Disable when using a Public repository 11 | #secretRef: 12 | # name: my-github-secret 13 | -------------------------------------------------------------------------------- /subscribe/kustomization.yaml: -------------------------------------------------------------------------------- 1 | resources: 2 | - namespace.yaml 3 | #- secret.yaml 4 | - application.yaml 5 | - channel.yaml 6 | - subscription-fast.yaml 7 | 8 | #patchesStrategicMerge: 9 | #- patch-timewindow.yaml -------------------------------------------------------------------------------- /subscribe/namespace.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: v1 3 | kind: Namespace 4 | metadata: 5 | name: hive-clusterimagesets 6 | 7 | -------------------------------------------------------------------------------- /subscribe/patch-timewindow.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: apps.open-cluster-management.io/v1 2 | kind: Subscription 3 | metadata: 4 | name: openshift-release-dev-images 5 | spec: 6 | timewindow: 7 | windowtype: "active" 8 | location: "America/Toronto" 9 | hours: 10 | - start: "02:00AM" 11 | end: "02:30AM" 12 | -------------------------------------------------------------------------------- /subscribe/subscription-candidate.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: apps.open-cluster-management.io/v1 3 | kind: Subscription 4 | metadata: 5 | annotations: 6 | apps.open-cluster-management.io/git-branch: main 7 | apps.open-cluster-management.io/git-path: clusterImageSets/releases 8 | labels: 9 | app: hive-clusterimagesets 10 | name: hive-clusterimagesets-subscription-candidate-0 11 | namespace: hive-clusterimagesets 12 | spec: 13 | channel: hive-clusterimagesets/acm-hive-openshift-releases-chn-0 14 | placement: 15 | local: true 16 | -------------------------------------------------------------------------------- /subscribe/subscription-fast.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: apps.open-cluster-management.io/v1 3 | kind: Subscription 4 | metadata: 5 | annotations: 6 | apps.open-cluster-management.io/git-branch: main 7 | apps.open-cluster-management.io/git-path: clusterImageSets/fast 8 | labels: 9 | app: hive-clusterimagesets 10 | name: hive-clusterimagesets-subscription-fast-0 11 | namespace: hive-clusterimagesets 12 | spec: 13 | channel: hive-clusterimagesets/acm-hive-openshift-releases-chn-0 14 | placement: 15 | local: true 16 | -------------------------------------------------------------------------------- /subscribe/subscription-stable.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | apiVersion: apps.open-cluster-management.io/v1 3 | kind: Subscription 4 | metadata: 5 | annotations: 6 | apps.open-cluster-management.io/git-branch: main 7 | apps.open-cluster-management.io/git-path: clusterImageSets/stable 8 | labels: 9 | app: hive-clusterimagesets 10 | name: hive-clusterimagesets-subscription-stable-0 11 | namespace: hive-clusterimagesets 12 | spec: 13 | channel: hive-clusterimagesets/acm-hive-openshift-releases-chn-0 14 | placement: 15 | local: true 16 | -------------------------------------------------------------------------------- /supported-ocp-versions.json: -------------------------------------------------------------------------------- 1 | { 2 | "release-2.3": [ 3 | "4.6", 4 | "4.7", 5 | "4.8", 6 | "4.9" 7 | ], 8 | "release-2.4": [ 9 | "4.6", 10 | "4.8", 11 | "4.9", 12 | "4.10" 13 | ], 14 | "release-2.5": [ 15 | "4.8", 16 | "4.9", 17 | "4.10", 18 | "4.11" 19 | ], 20 | "release-2.6": [ 21 | "4.9", 22 | "4.10", 23 | "4.11", 24 | "4.12" 25 | ], 26 | "backplane-2.2": [ 27 | "4.10", 28 | "4.11", 29 | "4.12", 30 | "4.13" 31 | ], 32 | "backplane-2.3": [ 33 | "4.10", 34 | "4.11", 35 | "4.12", 36 | "4.13", 37 | "4.14" 38 | ], 39 | "backplane-2.4": [ 40 | "4.12", 41 | "4.13", 42 | "4.14", 43 | "4.15" 44 | ], 45 | "backplane-2.5": [ 46 | "4.13", 47 | "4.14", 48 | "4.15", 49 | "4.16" 50 | ], 51 | "backplane-2.6": [ 52 | "4.14", 53 | "4.15", 54 | "4.16", 55 | "4.17" 56 | ], 57 | "backplane-2.7": [ 58 | "4.15", 59 | "4.16", 60 | "4.17", 61 | "4.18" 62 | ], 63 | "backplane-2.8": [ 64 | "4.16", 65 | "4.17", 66 | "4.18", 67 | "4.19" 68 | ], 69 | "backplane-2.9": [ 70 | "4.17", 71 | "4.18", 72 | "4.19", 73 | "4.20" 74 | ], 75 | "main": [ 76 | "4.6", 77 | "4.7", 78 | "4.8", 79 | "4.9" 80 | ] 81 | } 82 | -------------------------------------------------------------------------------- /tooling/cleanup-clusterimagesets.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cur_dir=$(dirname $(readlink -f $0)) 3 | 4 | rm -rf $cur_dir/../clusterImageSets/fast/* 5 | rm -rf $cur_dir/../clusterImageSets/stable/* 6 | rm -rf $cur_dir/../clusterImageSets/releases/* 7 | 8 | git checkout main 9 | 10 | -------------------------------------------------------------------------------- /tooling/create-ocp-clusterimagesets.py: -------------------------------------------------------------------------------- 1 | import requests 2 | import os 3 | import os.path 4 | import get_support_version 5 | 6 | BRANCH = os.environ.get("TARGET_BRANCH") 7 | VERSIONS = get_support_version.get_support_version(BRANCH) 8 | 9 | #compare if version1 is bigger than version2 10 | #return false if they are same 11 | def compare_version(version1, version2): 12 | version1List = version1.split(".") 13 | version2List = version2.split(".") 14 | if int(version1List[0]) > int(version2List[0]): 15 | return True 16 | if int(version1List[0]) < int(version2List[0]): 17 | return False 18 | if int(version1List[1]) > int(version2List[1]): 19 | return True 20 | return False 21 | 22 | if len(VERSIONS)==0: 23 | print(">>ERROR<< Make sure the VERSIONS is configured\n") 24 | sys.exit(2) 25 | 26 | for version in VERSIONS: 27 | print(" Checking for release images: " + version + ".x") 28 | if not os.path.isdir("clusterImageSets/releases/" + version): 29 | newDir = "clusterImageSets/releases/" + version 30 | print(" Create directory: " + newDir) 31 | os.mkdir(newDir) 32 | 33 | i = 1 34 | while True: 35 | resp = requests.get('https://quay.io/api/v1/repository/openshift-release-dev/ocp-release/tag', "page="+str(i)) 36 | if resp.status_code != 200: 37 | # There was a problem 38 | raise ValueError('GET quay.io status code: %s\n%s' % (resp.status_code, resp.text)) 39 | 40 | # Loop through all images found in quay.io 41 | for tagInfo in resp.json()['tags']: 42 | tag = tagInfo["name"] 43 | #Should ignore img4.12.0-multi-x86_64 44 | #Should include img4.12.0-multi 45 | #Should include and img4.12.2-x86_64 46 | if ((version+"." in tag) and (str(tag).endswith("multi") or (str(tag).endswith("x86_64") and "multi" not in tag))): 47 | print('Checking tag: {}'.format(tag), end='') 48 | if (not compare_version(version, "4.11")) and (str(tag).endswith("multi")): 49 | # support multi-arch after 4.12 50 | continue 51 | # Check if we already have the file in the stable, fast or releases channel 52 | fileName="img" + tag + ".yaml" 53 | fileNotFound=True 54 | if not os.path.isfile("clusterImageSets/releases/" + version + "/" + fileName): 55 | imgName=tag.replace("_","-") 56 | yaml= open("clusterImageSets/releases/" + version + "/" + fileName,"w+") 57 | cisr = ("---\n" + 58 | "apiVersion: hive.openshift.io/v1\n" 59 | "kind: ClusterImageSet\nmetadata:\n" 60 | " name: img" + imgName + "-appsub\n" 61 | " labels:\n" 62 | " channel: candidate\n" 63 | " visible: \"false\"\n" 64 | "spec:\n" 65 | " releaseImage: quay.io/openshift-release-dev/ocp-release:" + tag + "\n") 66 | yaml.write(cisr) 67 | yaml.close() 68 | print(" Created clusterImageSet") 69 | else: 70 | print(" Skipped, already exists") 71 | if resp.json()['has_additional'] != True: 72 | break 73 | i = i+1 74 | -------------------------------------------------------------------------------- /tooling/get_support_version.py: -------------------------------------------------------------------------------- 1 | import json 2 | 3 | def get_support_version(branch): 4 | with open("supported-ocp-versions.json", "r", encoding="UTF-8") as file: 5 | obj = json.load(file) 6 | return obj[branch] -------------------------------------------------------------------------------- /tooling/keep-visible.py: -------------------------------------------------------------------------------- 1 | import yaml 2 | import sys 3 | import os 4 | from distutils.version import LooseVersion 5 | import get_support_version 6 | 7 | BRANCH = os.environ.get("TARGET_BRANCH") 8 | VERSIONS = get_support_version.get_support_version(BRANCH) 9 | 10 | def SetVisible(filePath ): 11 | with open(filePath, 'r') as fileIn: 12 | clusterImageSet = yaml.load(fileIn, Loader=yaml.SafeLoader) 13 | clusterImageSet['metadata']['labels']['visible'] = "true" 14 | with open(filePath, 'w') as fileOut: 15 | yaml.dump(clusterImageSet, fileOut, default_flow_style=False) 16 | 17 | 18 | if (len(sys.argv) != 3): 19 | print("Command example: python visible.py \n If COUNT_TO_KEEP is 3, at most, three latest versions will remain\n") 20 | sys.exit(1) 21 | 22 | keep = int(sys.argv[1]) 23 | path = sys.argv[2] 24 | 25 | print("\nKeep " + str(keep) + " ClusterImageSet resource(s) visible") 26 | if not os.path.isdir(path): 27 | print(">>ERROR<< Provide a valid path\n") 28 | sys.exit(2) 29 | 30 | for version in VERSIONS: 31 | visiblePath = path + "/" + version 32 | print("Looking in path: " + visiblePath) 33 | if os.path.isdir(visiblePath): 34 | filesDirs = os.listdir(visiblePath) 35 | sortedData = sorted(filesDirs, key=LooseVersion, reverse=True) 36 | print("Found: " + str(sortedData)) 37 | 38 | #Check if this version has multi arch image 39 | supportMulti = False 40 | for i in sortedData: 41 | if "multi" in i: 42 | supportMulti = True 43 | break 44 | 45 | print("Support Multi arch " + str(supportMulti)) 46 | 47 | counter = 1 48 | for i in sortedData: 49 | filePath = (visiblePath + "/" + i).replace("//","/") 50 | if (supportMulti == False) or (supportMulti == True and "multi" in i): 51 | if counter <= keep and os.path.isfile(filePath): 52 | print("Visible: false for " + filePath) 53 | SetVisible( filePath ) 54 | else: 55 | print("Visible: true for " + filePath) 56 | counter = counter + 1 57 | else: 58 | print("\nPath not found\n") 59 | 60 | 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /tooling/promote-stable-clusterimagesets.py: -------------------------------------------------------------------------------- 1 | import requests 2 | import yaml 3 | import os 4 | import os.path 5 | import logging 6 | import get_support_version 7 | def MoveToChannel( filePath, channel ): 8 | print (" Move " + filePath + " to channel " + channel) 9 | if os.path.isfile(filePath): 10 | print(" (Found)", end='') 11 | # Load the current yaml 12 | with open(filePath, 'r') as fileIn: 13 | fastClusterImageSet = yaml.load(fileIn, Loader=yaml.SafeLoader) 14 | 15 | # Update the channel 16 | if fastClusterImageSet['metadata']['labels']['channel'] != channel and fastClusterImageSet['metadata']['labels']['channel'] != "stable" : 17 | fastClusterImageSet['metadata']['labels']['channel'] = channel 18 | fastClusterImageSet['metadata']['labels']['visible'] = "false" 19 | with open(filePath, 'w') as fileOut: 20 | yaml.dump(fastClusterImageSet, fileOut, default_flow_style=False) 21 | print(" (Channel changed)", end='') 22 | 23 | # Place the YAML into the correct channel 24 | channelPath = "clusterImageSets/" + channel + "/" + version + "/" 25 | channelImage = filePath.replace("releases", channel, 1) 26 | if not os.path.isfile(channelImage): 27 | # Deal with a scenario that the directory does not exist 28 | if not os.path.isdir(channelPath): 29 | logging.info(" (Create directory: " + channelPath + ")") 30 | os.mkdir(channelPath) 31 | with open(channelImage, 'w') as fileOut: 32 | yaml.dump(fastClusterImageSet, fileOut, default_flow_style=False) 33 | print(" (Published to " + channel + " channel)", end='') 34 | else: 35 | print(" (SKIPPED)") 36 | # If the clusterImageSet yaml file is not found, do nothing 37 | else: 38 | print(" (SKIPPED)") 39 | # Change the channel label is found 40 | 41 | # Configure the logs 42 | logLevel = logging.INFO 43 | if os.environ.get("DEBUG") == "true": 44 | logLevel = logging.DEBUG 45 | logging.basicConfig(format='%(asctime)s-%(levelname)s - %(message)s',level=logLevel) 46 | 47 | BRANCH = os.environ.get("TARGET_BRANCH") 48 | VERSIONS = get_support_version.get_support_version(BRANCH) 49 | 50 | if len(VERSIONS)==0: 51 | print(">>ERROR<< Make sure the VERSIONS is configured\n") 52 | sys.exit(2) 53 | 54 | CHANNELS = ["fast", "stable"] 55 | for version in VERSIONS: 56 | for channel in CHANNELS: 57 | channelUrl="https://raw.githubusercontent.com/openshift/cincinnati-graph-data/master/channels/" + channel + "-" + version + ".yaml" 58 | logging.info("Checking for " + channel + " version of OpenShift " + version + " from Cincinnati\n " + channelUrl) 59 | resp = requests.get(channelUrl) 60 | if resp.status_code != 200: 61 | # There was a problem 62 | if resp.status_code == 404: 63 | logging.warning('FileNotFound: GET ' + channelUrl + ' {}'.format(resp.status_code)) 64 | continue 65 | else: 66 | raise ValueError('GET ' + channelUrl + ' {}'.format(resp.status_code)) 67 | 68 | # Obtain the channel YAML file from the Cincinnati repository in github 69 | images = yaml.load(resp.text, Loader=yaml.SafeLoader) 70 | foundVersion = False 71 | for imageTag in images['versions']: 72 | # Check an make sure the tag matches the version we're working on 73 | if imageTag.startswith(version): 74 | foundVersion = True 75 | print(" Looking for "+ channel + " release image: " + imageTag, end='') 76 | 77 | # Change the channel label is found 78 | filePath="clusterImageSets/releases/" + version + "/img"+imageTag+"-x86_64.yaml" 79 | MoveToChannel(filePath, channel) 80 | # Handle the multi arch image 81 | filePath="clusterImageSets/releases/" + version + "/img"+imageTag+"-multi.yaml" 82 | MoveToChannel(filePath, channel) 83 | 84 | if not foundVersion: 85 | logging.info(" No release images found matching " + version + " in versions: " + str(images['versions'])) 86 | logging.info("Done!") 87 | -------------------------------------------------------------------------------- /tooling/prune.py: -------------------------------------------------------------------------------- 1 | import sys 2 | import os 3 | from distutils.version import LooseVersion 4 | import get_support_version 5 | import shutil 6 | 7 | BRANCH = os.environ.get("TARGET_BRANCH") 8 | VERSIONS = get_support_version.get_support_version(BRANCH) 9 | 10 | if (len(sys.argv) != 3): 11 | print("Command example: python prune.py \n If COUNT_TO_KEEP is 3, at most, three latest versions will remain\n") 12 | sys.exit(1) 13 | 14 | keep = int(sys.argv[1]) + 1 # Now that we keep 1 invisible image, we must account for it in pruning 15 | path = sys.argv[2] 16 | 17 | if not os.path.isdir(path): 18 | print(">>ERROR<< Provide a valid path to prune\n") 19 | sys.exit(2) 20 | 21 | versionMap = {} 22 | for version in VERSIONS: 23 | prunePath = path + "/" + version 24 | print("\nSupporting path: " + prunePath) 25 | versionMap[prunePath] = "" 26 | 27 | filesDirs = os.listdir(path) 28 | for fileDir in filesDirs: 29 | curDir = path + "/" + fileDir 30 | if curDir in versionMap: 31 | print("Leaving : " + curDir) 32 | else: 33 | print("Removing: " + curDir) 34 | shutil.rmtree(curDir) 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /tooling/setup-env.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo "Configure global user information:" 3 | 4 | if [ "$TRAVIS" == "true" ]; then 5 | git config --global user.email "$BOT_EMAIL" 6 | git config --global user.name "BOT-RHACM Hive Open Shift releases" 7 | fi 8 | 9 | python3 -m pip install requests 10 | python3 -m pip install pyyaml 11 | #tooling/gitrepo-clone-hive-test.sh --------------------------------------------------------------------------------