Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 381 Bytes

File metadata and controls

17 lines (12 loc) · 381 Bytes

UBI HAproxy Containerimage

Available at https://quay.io/repository/openshift-examples/ubi-haproxy?tab=tags

Deploy

TBD

Build

export VERSION=$(date +"%Y%m%dT%H%M%S")
export IMAGE=quay.io/openshift-examples/ubi-haproxy:$VERSION
podman manifest rm ${IMAGE}
podman build --platform linux/amd64,linux/arm64  --manifest ${IMAGE}  .
podman manifest push ${IMAGE}