Tools docker image that contains number of CLIs that can be executed as container:
- OC
- RHOAS
- ODO
docker run -ti --rm --name rhoas-devsandbox --entrypoint /bin/bash quay.io/rhoas/tools
Repository provides number of scripts for testing kafka topics and service account creation See ./scripts for more information
A new version of quay.io/rhoas/tools
will be published to Quay upon a new release of the rhoas CLI.
In the event that this does not happen for some reason, you can easily trigger the workflow directly from the GitHub UI.
- Navigate to the Actions > Build and Push Container section of this repo.
- Click Run workflow and enter the rhoas CLI release version you wish to publish the new image for (version should be prefixed with
v
). - Click Run workflow (green button) and the image will be built and then published to quay.io/rhoas/tools (this will take a few minutes so go make yourself a coffee while you wait).