local-server (d37c4c2)
Installation
docker pull novit.tech/direktil/local-server:d37c4c2sha256:8c3e9cac11fcc4111d23715284ebe556fe0db0b4bce6868b4a564b21d6d2fc85
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1769990400' |
| 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 wireguard-tools && apt-get clean # buildkit |
| COPY /bin/dkl /bin/dls /bin/ # buildkit |
| COPY /src/dist/ /bin/ # buildkit |