Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-27docker-common: add 22.03 GnuPGP and usign keysPetr Štetiar
So we can somehow validate the source binaries. Signed-off-by: Petr Štetiar <ynezz@true.cz>
2021-02-21add 21.02 signing keysPaul Spooren
Keys where added to the official keyring: https://git.openwrt.org/?p=keyring.git;a=summary Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-05-21allow defining of key folder variablePaul Spooren
This allows to overwrite GNUPGHOME and USIGNHOME for local testing. Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-12-10docker-common: add 18.06 usign keyPaul Spooren
Without the key verification may fail as both usign and pgp is used when signatures are available. Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-12-04add "GP key for 18.06 release builds" keyPaul Spooren
This key is used for the more recnet 18.06 releses and currently missing. Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-12-04docker-common: verify usign sha256 sumsPaul Spooren
This was added to packages.git CI before[0]. Use -c instead of --check as alpine does not support to longer version. [0]: https://github.com/openwrt/packages/commit/eb5a9990edb91c3b30a636353d85499cf53d5653 Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-11-07fixup prebuild deploy containerPaul Spooren
define USIGNHOME and GNUPGHOME to store the keys Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-09-20split TARGETS in stacks of 10Paul Spooren
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>
2019-08-17use GNUHOME to use ./gpgPaul Spooren
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>
2019-08-15docker-common: remove login as it's done by CIPaul Spooren
This makes more sense as local users wouldn't use this function anyway. Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-08-08CI: add gitlab-ci.yml config filePaul Spooren
Eventually this CI could move to GitLab, so start with some testing. Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-08-01refactor to common/download/upload scriptsPaul Spooren
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>
2019-07-13fixup: remove braces on wildcard file namesPaul Spooren
This was done to make shellcheck happy, however resulted in broken images. Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-07-10Apply shellcheck recommendationsPaul Spooren
Just for good style. Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-07-09initPaul Spooren
Initial push to use openwrtorg. Generatres rootfs, sdk and imagebuilder for now. Signed-off-by: Paul Spooren <mail@aparcar.org>