Skip to content

Add redhat.com/openshift-install#47741

Merged
suzuki-shunsuke merged 3 commits into
aquaproj:mainfrom
tuxtof:feat/openshift/installer
Feb 3, 2026
Merged

Add redhat.com/openshift-install#47741
suzuki-shunsuke merged 3 commits into
aquaproj:mainfrom
tuxtof:feat/openshift/installer

Conversation

@tuxtof

@tuxtof tuxtof commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

redhat.com/openshift-install - Install an OpenShift 4.x cluster

Check List

Description

This pull request adds support for managing the OpenShift Installer package via the package registry. The main changes involve introducing the necessary configuration to fetch, verify, and describe the openshift-install binary for both macOS and Linux environments.

OpenShift Installer package integration:

  • Added pkgs/openshift/installer/pkg.yaml to define the use of the openshift/installer@4.20.12 package.
  • Added pkgs/openshift/installer/registry.yaml with metadata and download instructions for the openshift-install binary, including URL templates, supported environments, file replacements, and checksum validation.
  • Updated the main registry.yaml to register the OpenShift Installer package, specifying its download, environment support, and checksum verification.

@suzuki-shunsuke

Copy link
Copy Markdown
Member

Thank you for your contribution!

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Feb 2, 2026
@suzuki-shunsuke suzuki-shunsuke added this to the v4.465.0 milestone Feb 2, 2026
- type: http
repo_owner: openshift
repo_name: installer
url: https://mirror.openshift.com/pub/openshift-v4/{{.Arch}}/clients/ocp/{{trimV .Version}}/openshift-install-{{.OS}}.tar.gz

@suzuki-shunsuke suzuki-shunsuke Feb 2, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://mirror.openshift.com/pub/
It supports v3, v4, and v5.

Image

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, the url includes openshift-v5 but versions are v4. Interesting.

https://mirror.openshift.com/pub/openshift-v5/amd64/clients/ocp/

Image

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is only v4 supproted today

@suzuki-shunsuke

suzuki-shunsuke commented Feb 2, 2026

Copy link
Copy Markdown
Member

The version of openshift-install is different from GitHub Releases of openshift/installer.

https://github.com/openshift/installer/releases

This is a problem because

  • aqua g and aqua up commands retrieve versions from GitHub
  • aqua-renovate-config retrieves versions from GitHub
$ aqua g openshift/installer
- name: openshift/installer@v0.91.0

@suzuki-shunsuke suzuki-shunsuke removed this from the v4.465.0 milestone Feb 2, 2026
@tuxtof

tuxtof commented Feb 2, 2026

Copy link
Copy Markdown
Contributor Author

The version of openshift-install is different from GitHub Releases of openshift/installer.

https://github.com/openshift/installer/releases

This is a problem because

  • aqua g and aqua up commands retrieve versions from GitHub
  • aqua-renovate-config retrieves versions from GitHub
$ aqua g openshift/installer
- name: openshift/installer@v0.91.0

there is no real version tracking from github today for this tools, how do you manage this kind of usecase ?

@suzuki-shunsuke

Copy link
Copy Markdown
Member

there is no real version tracking from github today for this tools, how do you manage this kind of usecase ?

This is very edge case.
My idea is to change the package name to redhat.com/openshift-install or something like that.

112baf8

By this change,

  • aqua g and aqua up can't retrieve versions. You need to fix version yourself
    • This prevents wrong versions from being retrieved from GitHub Releases
$ aqua g redhat.com/openshift-install
- name: redhat.com/openshift-install
  version: '[SET PACKAGE VERSION]'
  • aqua-renovate-config can't update versions
    • This prevents versions from being updated mistakenly by Renovate

@suzuki-shunsuke suzuki-shunsuke changed the title Feat: add openshift/installer Add redhat.com/openshift-install Feb 3, 2026
@suzuki-shunsuke suzuki-shunsuke added this to the v4.465.1 milestone Feb 3, 2026
@suzuki-shunsuke suzuki-shunsuke merged commit 4b79006 into aquaproj:main Feb 3, 2026
17 checks passed
@github-project-automation github-project-automation Bot moved this to Done in main Feb 3, 2026
@suzuki-shunsuke

Copy link
Copy Markdown
Member

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 6, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | minor | `v4.464.0` → `v4.466.1` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary>

### [`v4.466.1`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.466.1)

[Compare Source](aquaproj/aqua-registry@v4.466.0...v4.466.1)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.466.1) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.466.1) | <aquaproj/aqua-registry@v4.466.0...v4.466.1>

#### Fixes

[#&#8203;48194](aquaproj/aqua-registry#48194) Re-scaffold gogs/gogs
[#&#8203;48191](aquaproj/aqua-registry#48191) flux-iac/tofu-controller/tfctl: Fix cosign config
[#&#8203;48190](aquaproj/aqua-registry#48190) yaml/yamlscript: Fix supported\_envs at 0.2.9
[#&#8203;48182](aquaproj/aqua-registry#48182) uutils/coreutils: support coreutils 0.6.0

### [`v4.466.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.466.0)

[Compare Source](aquaproj/aqua-registry@v4.465.0...v4.466.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.466.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.466.0) | <aquaproj/aqua-registry@v4.465.0...v4.466.0>

#### 🎉 New Packages

[#&#8203;47741](aquaproj/aqua-registry#47741) [redhat.com/openshift-install](https://github.com/openshift/installer) - Install an OpenShift 4.x cluster [@&#8203;tuxtof](https://github.com/tuxtof)
[#&#8203;48049](aquaproj/aqua-registry#48049) [chainloop-dev/chainloop](https://github.com/chainloop-dev/chainloop) - SDLC evidence store and policy engine for your Software Supply Chain attestations, SBOMs, VEX, SARIF, QA reports, and more [@&#8203;joonas](https://github.com/joonas)

### [`v4.465.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.465.0)

[Compare Source](aquaproj/aqua-registry@v4.464.0...v4.465.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.465.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.465.0) | <aquaproj/aqua-registry@v4.464.0...v4.465.0>

#### 🎉 New Packages

[#&#8203;47986](aquaproj/aqua-registry#47986) [autobrr/mkbrr](https://github.com/autobrr/mkbrr): mkbrr is a tool to create, modify and inspect torrent files. Fast
[#&#8203;47686](aquaproj/aqua-registry#47686) [dodobrands/Peekie](https://github.com/dodobrands/Peekie) — a Swift CLI tool for parsing Xcode `.xcresult` files with support for XCTest and Swift Testing frameworks [@&#8203;AllDmeat](https://github.com/AllDmeat)
[#&#8203;47636](aquaproj/aqua-registry#47636) [carthage-software/mago](https://github.com/carthage-software/mago) - Mago is a toolchain for PHP that aims to provide a set of tools to help developers write better code [@&#8203;scop](https://github.com/scop)
[#&#8203;47719](aquaproj/aqua-registry#47719) [str4d/age-plugin-yubikey](https://github.com/str4d/age-plugin-yubikey) - YubiKey plugin for age [@&#8203;Ash258](https://github.com/Ash258)
[#&#8203;47958](aquaproj/aqua-registry#47958) [grpc/grpc-java/protoc-gen-grpc-java](https://github.com/grpc/grpc-java) - The Java gRPC implementation. HTTP/2 based RPC [@&#8203;altaiezior](https://github.com/altaiezior)

#### Security

[#&#8203;47634](aquaproj/aqua-registry#47634) golangci/golangci-lint: GitHub artifact attestations config [@&#8203;scop](https://github.com/scop)
[#&#8203;47765](aquaproj/aqua-registry#47765) siderolabs/talos: cosign config [@&#8203;scop](https://github.com/scop)

#### Fixes

[#&#8203;47901](aquaproj/aqua-registry#47901) rust-cross/cargo-zigbuild: Support v0.21.5 or later [@&#8203;takumin](https://github.com/takumin)
[#&#8203;47978](aquaproj/aqua-registry#47978) biomejs/biome: Support Windows

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants