summaryrefslogtreecommitdiffstats
path: root/share/scripts/curl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updating default url to download images from in curl container create script.Daniel Baumann2017-07-211-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting typo in comment in curl container create script.Daniel Baumann2017-07-021-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming cnt.auto to cnt.container-server in order to split functionality of ↵Daniel Baumann2017-06-291-0/+5
| | | | | | 'binding container to a specific host system' from 'starting container at system boot'. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for bind-ro nspawn option for read-only bind mounts.Daniel Baumann2017-04-031-1/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating year in copyright information for 2017.Daniel Baumann2017-01-041-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Enabling pre and post hooks in container create scripts.Daniel Baumann2016-12-111-0/+19
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming too generic internal getopt variables to avoid possible collisions ↵Daniel Baumann2016-11-251-3/+3
| | | | | | in the future. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding sha512 verification to curl container create script.Daniel Baumann2016-11-221-0/+25
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using https by default in container-images.sh example script.Daniel Baumann2016-11-221-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Changing cache directory in curl create script from ↵Daniel Baumann2016-11-221-1/+1
| | | | | | /var/cache/container-tools/curl to /var/cache/container-tools/images. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding --clean option to curl container create script to remove downloaded ↵Daniel Baumann2016-11-221-2/+14
| | | | | | tarball from cache after successfull container creation. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using curl with --fail option to abort in case of server/url errors.Daniel Baumann2016-11-221-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding runtime detection for http2 option in curl create script.Daniel Baumann2016-11-221-1/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding initial curl container create script.Daniel Baumann2016-11-121-0/+187
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>