Files
debian-base/trixie/Dockerfile
fithwum 1b11e70d2a
All checks were successful
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 9m30s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Successful in 15s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Successful in 25s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Successful in 20s
Update trixie/Dockerfile
2025-07-09 19:44:49 -07:00

4 lines
85 B
Docker

FROM scratch
LABEL maintainer="fithwum"
ADD debian-trixie.tar.bz2 /
CMD ["/bin/bash"]