chiark / gitweb /
import: add support for pulling raw tar balls as containers
authorLennart Poettering <lennart@poettering.net>
Tue, 20 Jan 2015 00:36:11 +0000 (01:36 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 20 Jan 2015 14:06:58 +0000 (15:06 +0100)
commit56ebfaf1ca185a93ffb372b6e1a1fa3a957d93cd
tree247317cdedacfbbc7771e450076e91f08c8ce115
parenta2e0337875addaf08225fbf9b231435ba12a88b5
import: add support for pulling raw tar balls as containers

Ubuntu provides their cloud images optionally as tarball, hence also
support downloading those.
Makefile.am
src/import/import-dkr.c
src/import/import-job.c [new file with mode: 0644]
src/import/import-job.h [new file with mode: 0644]
src/import/import-raw.c
src/import/import-tar.c [new file with mode: 0644]
src/import/import-tar.h [new file with mode: 0644]
src/import/import-util.c [new file with mode: 0644]
src/import/import-util.h [new file with mode: 0644]
src/import/import.c