https://github.com/mettleci/mcix-system-version
MCIX System Version — Retrieve details on the MCIX container providing DataStage CI/CD capabilities for IBM Software Hub (Cloud Pak) (from system/version)
https://github.com/mettleci/mcix-system-version
github-actions mcix system
Last synced: 20 days ago
JSON representation
MCIX System Version — Retrieve details on the MCIX container providing DataStage CI/CD capabilities for IBM Software Hub (Cloud Pak) (from system/version)
- Host: GitHub
- URL: https://github.com/mettleci/mcix-system-version
- Owner: MettleCI
- Created: 2026-03-04T12:44:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-06-09T11:46:39.000Z (25 days ago)
- Last Synced: 2026-06-09T13:23:52.513Z (25 days ago)
- Topics: github-actions, mcix, system
- Language: Shell
- Homepage: https://mcix-system-version.mettleci.io
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCIX System Version GitHub Action
Reports the MCIX toolset version available in the container.
# MCIX System Version
> [!CAUTION]
> This action is provided as a **technology preview** which may change, break, or disappear at any point and without warning.
Retrieve details on the MCIX container providing DataStage CI/CD capabilities for IBM Software Hub (Cloud Pak)
> Namespace: `system`
> Action: `version`
> Usage: `${{ github.repository }}/system/version@v1`
... where `v1` is the version of the action you wish to use.
---
## 🚀 Usage
Minimal example:
```yaml
jobs:
system-version:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Run MCIX System Version
id: system-version
uses: ${{ github.repository }}/system/version@v1
with:
# container-registry:
# image-name:
# image-tag:
# registry-user:
# registry-api-key:
# additional-args:
```
---
## 🔧 Inputs
| Name | Required | Default | Description |
| --- | --- | --- | --- |
| `container-registry` | ❌ | | The path of the container registry, eg "icr.io" |
| `image-name` | ❌ | | The namespace and name of the MCIX container image providing this task |
| `image-tag` | ❌ | | The tag of the MCIX container image providing this task |
| `registry-user` | ❌ | | Username for sourcing the image from a private container registry |
| `registry-api-key` | ❌ | | API Key for sourcing the image from a private container registry |
| `additional-args` | ❌ | | Additional raw arguments to append to the mcix command |
---
## 📤 Outputs
| Name | Description |
| --- | --- |
| `return-code` | The return code of the command |
---
## 🧱 Implementation details
- `runs.using`: `composite`
---
## 🧩 Notes
- The sections above are auto-generated from `action.yml`.
- To edit this documentation, update `action.yml` (name/description/inputs/outputs).
## 📚 More information
See https://nextgen.mettleci.io/mettleci-cli/system-namespace/#system-version