add build sh
This commit is contained in:
12
debian.sh
Executable file
12
debian.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
podman build -t reg.xd.xkm.be/xdu/debian:latest -t reg.xd.xkm.be/xdu/debian:trixie -f debian.dockerfile
|
||||
|
||||
podman push reg.xd.xkm.be/xdu/debian:latest reg.xd.xkm.be/xdu/debian:trixie
|
||||
|
||||
|
||||
podman build -t reg.xd.xkm.be/xdu/debian:bookworm -f debian-12.dockerfile
|
||||
|
||||
podman push reg.xd.xkm.be/xdu/debian:bookworm
|
||||
Reference in New Issue
Block a user