Skip to content

Upload artifacts to private rekor

In the previous section, we uploaded artifacts to public rekor. For some reason, you can't use public rekor instances because you have sensitive information. For this case, it's possible to spin up our own instance of rekor.

git clone https://github.com/sigstore/rekor.git
cd rekor
docker-compose up

rekor-private-docker-compose-start

The docker-compose has to start multiple services like redis, mysql, trillan signer, trillian server & rekor server. So, it will take a while to spin up. The service exposes port 3000. Be patient.

The same commands from upload artifacts to public rekor can be used with an additional parameter,--rekor_server to the rekor-cli.


Last update: 2022-11-19 14:24:26
Created: 2022-11-19 06:59:59