Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-13 | import: make sure we don't mangle file ownerships with the local passwd ↵ | Lennart Poettering | |
database when untarring | |||
2015-01-08 | import: also set NOCOW for gpt disk images | Lennart Poettering | |
Given the write patterns on disk images, we better should turn COW off for them. In particular as the file systems used inside the disk images should do their own data integrity checks anyway and we don't need multiple layers of it. | |||
2014-12-31 | import: fix mem-leak in CurlGlue | David Herrmann | |
Make sure to actually free the underlying object in CurlGlue unref. | |||
2014-12-26 | import: make image root directory configurable, instead of hardcoding ↵ | Lennart Poettering | |
/var/lib/container | |||
2014-12-26 | import: properly remove pre-existing images if --force is used | Lennart Poettering | |
2014-12-26 | import: beef up gpt importer to optionally make writable copy of read-only ↵ | Lennart Poettering | |
vendor image | |||
2014-12-26 | import: minor improvements to dkr importer | Lennart Poettering | |
2014-12-25 | machined: beef up machined image listing with creation/modification times of ↵ | Lennart Poettering | |
subvolumes We make use of the btrfs subvol crtime for this, and for gpt images of a manually managed xattr, if we can. | |||
2014-12-25 | import: prefer usec_t over time_t | Lennart Poettering | |
2014-12-24 | import: add a new "pull-gpt" verb for downloading GPT disk images from the ↵ | Lennart Poettering | |
internet | |||
2014-12-24 | import: three minor fixes | Lennart Poettering | |
2014-12-24 | import: print friendly error messages on errors | Lennart Poettering | |
2014-12-24 | import: remember when we were finished importing | Lennart Poettering | |
2014-12-24 | import: make the dkr import URL a part of the import object, not the import ↵ | Lennart Poettering | |
name object | |||
2014-12-23 | import: fix compiler warning | Lennart Poettering | |
2014-12-23 | import: rename 'poll-dck' to 'pull-dkr' | Lennart Poettering | |
I figure "pull-dck" is not a good name, given that one could certainly read the verb in a way that might be funny for 16year-olds. ;-) Also, don't hardcode the index URL to use, make it runtime and configure time configurable instead. | |||
2014-12-19 | import: Verb[] array can be static, too | Lennart Poettering | |
2014-12-19 | import: dck - fix curl error handling | Tom Gundersen | |
2014-12-19 | import: add new minimal tool "systemd-import" for pulling down foreign ↵ | Lennart Poettering | |
containers and install them locally This adds a simply but powerful tool for downloading container images from the most popular container solution used today. Use it like this: # systemd-import pull-dck mattdm/fedora # systemd-nspawn -M fedora This will donwload the layers for "mattdm/fedora", and make them available locally as /var/lib/container/fedora. The tool is pretty complete, as long as it's only about pulling down images, or updating them. Pushing or searching is not supported yet. |