chore: Remove unused build scripts
All checks were successful
images-build-and-push / build (., debian-12.dockerfile, xdu/debian:bookworm
, debian-12) (push) Successful in 54s
images-build-and-push / build (., debian.dockerfile, xdu/debian:latest
xdu/debian:trixie
, debian) (push) Successful in 40s
images-build-and-push / build (., ffmpeg-debian.dockerfile, xdu/ffmpeg:debian
xdu/ffmpeg:latest
, ffmpeg) (push) Successful in 44s
images-build-and-push / build (., ubuntu.dockerfile, xdu/ubuntu:latest
xdu/ubuntu:25.10
, ubuntu) (push) Successful in 42s
All checks were successful
images-build-and-push / build (., debian-12.dockerfile, xdu/debian:bookworm
, debian-12) (push) Successful in 54s
images-build-and-push / build (., debian.dockerfile, xdu/debian:latest
xdu/debian:trixie
, debian) (push) Successful in 40s
images-build-and-push / build (., ffmpeg-debian.dockerfile, xdu/ffmpeg:debian
xdu/ffmpeg:latest
, ffmpeg) (push) Successful in 44s
images-build-and-push / build (., ubuntu.dockerfile, xdu/ubuntu:latest
xdu/ubuntu:25.10
, ubuntu) (push) Successful in 42s
This commit is contained in:
13
debian.sh
13
debian.sh
@@ -1,13 +0,0 @@
|
||||
#!/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
|
||||
podman push 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
|
||||
@@ -1,9 +0,0 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
podman build -t reg.xd.xkm.be/xdu/ffmpeg:debian -t reg.xd.xkm.be/xdu/ffmpeg:latest -f ffmpeg-debian.dockerfile
|
||||
|
||||
podman push reg.xd.xkm.be/xdu/ffmpeg:debian
|
||||
podman push reg.xd.xkm.be/xdu/ffmpeg:latest
|
||||
|
||||
Reference in New Issue
Block a user