local-server (7d51aec)
Installation
docker pull novit.tech/direktil/local-server:7d51aecsha256:d828020ebb5c68cf1782bdef9ea6c64b6c6e3c72c93ea677e2f80a6b83c77730
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1768176000' |
| 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 |