Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 343 Bytes

File metadata and controls

12 lines (11 loc) · 343 Bytes

Requirements

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

  • git
  • tar
  • kustomize

Build and publish the image

Customize the push command to publish in your own repository:

 docker build -t quay.io/orchestrator/ubi9-pipeline:latest .
 docker push quay.io/orchestrator/ubi9-pipeline:latest