Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 631 Bytes

File metadata and controls

18 lines (17 loc) · 631 Bytes

Requirements

This container images extends a basic UBI 9 image with the required tools:

  • git
  • tar
  • kustomize
  • jq
  • yq
  • kn
  • kubectl

Build and publish the image

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:latest

A workflow for building the image

When the Dockerfile is changed and merged, a workflow is triggered to build and publish the image.