local-server (5fa3679)
Installation
docker pull novit.tech/direktil/local-server:5fa3679
sha256:a4f752c689b79fb7c56d9cdd969247612059ae9f22cb65cc6d448cc65859165d
Image Layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000' |
ENTRYPOINT ["/bin/dkl-local-server"] |
ENV _uncache=1 |
RUN /bin/sh -c apt-get update && yes |apt-get install -y genisoimage gdisk dosfstools util-linux udev binutils systemd grub2 grub-pc-bin grub-efi-amd64-bin ca-certificates curl openssh-client qemu-utils && apt-get clean # buildkit |
COPY /bin/dkl /bin/dls /bin/ # buildkit |
COPY /src/dist/ /bin/ # buildkit |