forked from containers/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
begin: when provided file doesn't look like an ACI, it's a rootfs tar…
…ball This commit modifies begin such that after a local file has been given to acbuild and it's been extracted, acbuild will check for the existence of a manifest and a rootfs. If either is missing, it's assumed that the tarball acbuild just extracted is the rootfs for the container, and it will move the files into the rootfs directory and create an empty manifest.
- Loading branch information
Derek Gonyeo
authored and
Derek Gonyeo
committed
Mar 21, 2016
1 parent
e3c6add
commit aa4da67
Showing
2 changed files
with
49 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters