This was added to packages.git CI before[0].
Use -c instead of --check as alpine does not support to longer version.
[0]: eb5a9990ed
Signed-off-by: Paul Spooren <mail@aparcar.org>
ImageBuilder/SDKs are build for each target + master & 19.07-snapshot
branch. This is to much for most CI runners, this separates the job and
also allows running it in parrallel if more workers are available.
Also add PGP key for 19.07 release builds.
Introduce $CI_COMMIT_REF_SLUG for testing.
Introduce $SKIP_ROOTFS for older builds not supporting docker images.
Signed-off-by: Paul Spooren <mail@aparcar.org>
This prevents mixing of keys when running the scripts locally for
testing, the same is done for the using keys.
Signed-off-by: Paul Spooren <mail@aparcar.org>
docker-download.sh - Downloads FILE_DOWNLOAD from FILE_HOST and verifies
docker-upload.sh - Uploads the created docker images to docker.io
Signed-off-by: Paul Spooren <mail@aparcar.org>