summaryrefslogtreecommitdiffstats
path: root/share/scripts/curl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removing curl container create script until its completly tested.Daniel Baumann2019-03-021-490/+0
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing some dead code in container create scripts.Daniel Baumann2019-02-261-2/+0
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using get.open-infrastructure.net as default URL to get images from in ↵Daniel Baumann2019-02-231-1/+1
| | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming container-tools to compute-tools.Daniel Baumann2019-02-231-11/+13
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating year in copyright notices to 2019.Daniel Baumann2019-02-171-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating year in copyright information for 2018.Daniel Baumann2018-02-181-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding SPDX License Identifiers.Daniel Baumann2017-12-051-0/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding architecture option to curl container create script.Daniel Baumann2017-07-231-4/+19
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding automatic compression detection for downloads in in curl container ↵Daniel Baumann2017-07-231-8/+24
| | | | | | create directory. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding interactive container list in curl container create script.Daniel Baumann2017-07-231-6/+83
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding GPG signature verification for curl container create script.Daniel Baumann2017-07-231-10/+39
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Moving image cache from /var/cache/container-tools/images to ↵Daniel Baumann2017-07-231-1/+1
| | | | | | /var/cache/container-tools/system for consistency. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Passing container name to setup environment in curl container create script.Daniel Baumann2017-07-231-0/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating default filename for download in curl container create script.Daniel Baumann2017-07-231-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding --setup option in curl container create script to manually specify a ↵Daniel Baumann2017-07-231-3/+8
| | | | | | custom setup tarball. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming --image option to --system in curl container create script for ↵Daniel Baumann2017-07-231-14/+14
| | | | | | consistency. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding gzip dependency check in curl container create script for completness ↵Daniel Baumann2017-07-231-1/+12
| | | | | | sake. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Sorting password option handling in curl container create script.Daniel Baumann2017-07-231-6/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for setup tarballs in curl container create script for ↵Daniel Baumann2017-07-231-25/+58
| | | | | | appliance style setup of prebuilt containers. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Reshuffeling checksum handling in curl container create script.Daniel Baumann2017-07-221-18/+26
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adjusting messages output in curl container create script.Daniel Baumann2017-07-221-3/+7
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Reshuffeling curl options handling in curl container create script.Daniel Baumann2017-07-221-4/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Dynamically prefer lzip over xz over gz in curl container create script, ↵Daniel Baumann2017-07-221-1/+11
| | | | | | depending on if required decompressors are already installed on the host system. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding error messages in curl container create script if required ↵Daniel Baumann2017-07-221-0/+12
| | | | decompressors are not installed.
* Making sha512 checksum optional for image downloads in curl container create ↵Daniel Baumann2017-07-221-20/+27
| | | | | | script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating default url to download images from in curl container create script.Daniel Baumann2017-07-221-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting typo in comment in curl container create script.Daniel Baumann2017-07-221-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>