This image may serve as a volume to other docker images.
The vmlinuz and initrd files were created by:
sudo apt-get install debootstrap initramfs-tools && \
mkdir -p ~/tftpboot ~/tftpimages && \
debootstrap stable ~/tftpboot http://ftp.us.debian.org/debian && \
sed 's/MODULES=.*$/MODULES=netboot/' -i ~/tftpboot/etc/initramfs-tools/initramfs.conf && \
echo "BOOT=nfs" >> ~/tftpboot/etc/initramfs-tools/initramfs.conf && \
chroot ~/tftpboot update-initramfs -u && \
cp /tftpboot/boot/initrd.img-*-amd64 ~/tftpimages && \
cp /tftpboot/boot/vmlinuz-*-amd64 ~/tftpimages
docker build -f Dockerfile.singlestage -t lnls/debian-base-image .
docker build -t lnls/debian-base-image .
Content type
Image
Digest
Size
57.6 MB
Last updated
over 6 years ago
docker pull lnls/debian-base-image