Docker Image
This section covers documentation on the docker image of the downscaler.
Verifying the Cosign Signature
The Docker Image gets built and signed in the Docker build workflow.
Public Key:
cosign.pub
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEgei36FSIhT8a9lOHs1Sem5KvmrT+
Xi2EcyjLvaJzqu5n0TiygGeO4ZcU30A1PQv6xoI0xBxpyZAw7XeqzrRDOQ==
-----END PUBLIC KEY-----
Basic local verification:
cosign verify --key cosign.pub --insecure-ignore-tlog ghcr.io/caas-team/gokubedownscaler:latest
See the Cosign documentation for more information.