https://github.com/redhat-developer/app-services-tools
Set of tools used in demos, workshops and product videos
https://github.com/redhat-developer/app-services-tools
app-services rhoas
Last synced: about 1 year ago
JSON representation
Set of tools used in demos, workshops and product videos
- Host: GitHub
- URL: https://github.com/redhat-developer/app-services-tools
- Owner: redhat-developer
- Created: 2021-09-07T19:26:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T19:38:00.000Z (about 4 years ago)
- Last Synced: 2025-06-05T05:30:27.478Z (about 1 year ago)
- Topics: app-services, rhoas
- Language: Shell
- Homepage:
- Size: 100 MB
- Stars: 1
- Watchers: 20
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rhoas-tools-image
Tools docker image that contains number of CLIs that can be executed as container:
- OC
- RHOAS
- ODO
## Running image
```shell
docker run -ti --rm --name rhoas-devsandbox --entrypoint /bin/bash quay.io/rhoas/tools
```
## Support scripts
Repository provides number of scripts for testing kafka topics and service account creation
See [./scripts](./scripts) for more information
## Running the release workflow manually
A new version of `quay.io/rhoas/tools` will be published to [Quay](https://quay.io/repository/rhoas/tools) 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.
1. Navigate to the [**Actions > Build and Push Container**](https://github.com/redhat-developer/app-services-tools/actions/workflows/build.yaml) section of this repo.
2. Click **Run workflow** and enter the rhoas CLI release version you wish to publish the new image for (version should be prefixed with `v`).
3. Click **Run workflow** (green button) and the image will be built and then published to [quay.io/rhoas/tools](https://quay.io/repository/rhoas/tools) (this will take a few minutes so go make yourself a coffee while you wait).
