Files
debian-base/docker-runner/Dockerfile
fithwum 312c285f4c
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
test build info update & changelog 6
2025-07-09 13:05:13 -07:00

4 lines
92 B
Docker

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