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