aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/build
blob: f071a5d1c78e3157c0913605a776435c6ed0377c (plain) (blame)
1
2
3
4
5
6
#!/bin/zsh
set -eax
IMG="${IMG:-"docker.io/memdmp/cgit:${TAG:-"local-build"}"}"
! podman container exists cgit >/dev/null 2>/dev/null || podman container rm cgit
! podman image exists "$IMG" >/dev/null 2>/dev/null || podman image rm "$IMG"
podman build -t "$IMG" .