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
4 lines
85 B
Docker
4 lines
85 B
Docker
FROM scratch
|
|
LABEL maintainer="fithwum"
|
|
ADD debian-trixie.tar.bz2 /
|
|
CMD ["/bin/bash"] |