import: add support for pulling raw tar balls as containers

System Internals / systemd - Lennart Poettering [poettering.net] - 20 January 2015 08:06 UTC

Ubuntu provides their cloud images optionally as tarball, hence also support downloading those.

56ebfaf import: add support for pulling raw tar balls as containers
Makefile.am | 6 +
src/import/import-dkr.c | 2 +-
src/import/import-job.c | 629 ++++++++++++++++++++++++++++++++++++++++++++++
src/import/import-job.h | 101 ++++++++
src/import/import-raw.c | 14 +-
src/import/import-tar.c | 296 ++++++++++++++++++++++
src/import/import-tar.h | 36 +++
src/import/import-util.c | 201 +++++++++++++++
src/import/import-util.h | 31 +++
src/import/import.c | 152 ++++++++++-
10 files changed, 1450 insertions(+), 18 deletions(-)

Upstream: github.com


  • Share