Scripts in this repo are Unlicensed .
Third-party components have own licenses.
DISCLAIMER: BADGES BELOW DO NOT REFLECT THE STATE OF THE DEPENDENCIES IN THE CONTAINER
The software in this repo builds a set of packages from prebuilt binaries of Oracle (TM) GraalVM. The licenses of the software is available by official links and are also included into the packages.
Artifacts of CI builds can be used as a repo for apt.
export ARTIFACTS_PATH=https://kolanich.gitlab.io/GraalVM_deb_packages_CI
export KEY_FINGERPRINT=898bad1e937da3e70035b48a27805fb291a720d1
curl -o public.gpg $ARTIFACTS_PATH/public.gpg
apt-key add public.gpg
echo deb [arch=amd64,signed-by=$KEY_FINGERPRINT] $ARTIFACTS_PATH/repo cosmic contrib >> /etc/apt/sources.list.d/graal_KOLANICH.list
apt update
-
generate a GPG private key
-
export it
gpg --no-default-keyring --keyring ./kr.gpg --export-secret-key 91a720d1 | base64 -w0 > ./private.gpg.b64
-w0
is mandatory.
- paste it into GitLab protected environment variable
GPG_KEY