This container images extends a basic UBI 9 image with the required tools:
gittarkustomizejqyqknkubectl
Customize the push command to publish in your own repository:
podman build --platform='linux/amd64' -t quay.io/$USER/ubi9-pipeline:latest .
podman push quay.io/$USER/ubi9-pipeline:latestWhen the Dockerfile is changed and merged, a workflow is triggered to build and publish the image.