Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Tiny image import fix #553

Merged
merged 1 commit into from
Mar 16, 2020
Merged

Commits on Mar 5, 2020

  1. Tiny image import fix

    When an image is very small, filesystem creation using mkfs fails due to
    not enough space. This adds a minimum base image size that's used when
    the image is too small.
    
    Also, fixes the /etc/resolv.conf symlink error when there's no /etc
    directory in the image filesystem. /etc dir is created as part of the
    import step if it doesn't exists.
    
    Adds an e2e test for this fix using hello-world docker container image
    which is tiny and lacks /etc dir.
    darkowlzz committed Mar 5, 2020
    2 Configuration menu
    Copy the full SHA
    b083ebd View commit details
    Browse the repository at this point in the history