Merge pull request #1086 from justincormack/new-containerd

Shift to development track containerd
This commit is contained in:
Justin Cormack
2017-01-24 17:50:45 +00:00
committed by GitHub
14 changed files with 132 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ RUN cp /usr/lib/gummiboot/linuxx64.efi.stub . && \
# create a ISO with a EFI boot partition
RUN mkdir -p iso && \
dd if=/dev/zero of=iso/efi.raw bs=1024 count=70000 && \
dd if=/dev/zero of=iso/efi.raw bs=1024 count=78000 && \
mkfs.vfat iso/efi.raw
RUN echo "mtools_skip_check=1" >> /etc/mtools.conf && \