Skip to content

Latest commit

 

History

History
executable file
·
10 lines (8 loc) · 228 Bytes

File metadata and controls

executable file
·
10 lines (8 loc) · 228 Bytes

ubi-squid

Build

export VERSION=$(date +%Y%m%d%H%M)
export IMAGE="quay.io/stormshift/ubi-squid:${VERSION}"
podman build --platform linux/amd64,linux/arm64  --manifest ${IMAGE}  .
podman manifest push ${IMAGE}