-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose invalid for GCR images #1864
Comments
Rekor and CT are two different implementations of transparency logs. CT is specifically for certificates, Rekor records signatures/signing events. Are you using https://github.com/sigstore/rekor/blob/main/docker-compose.yml? Also check out https://github.com/sigstore/helm-charts. |
I also combined it with https://github.com/sigstore/fulcio/blob/main/docker-compose.yml I basically ended up with the following: host 1: search, rekor, CT,
host 2: fulcio, dex, (eventually TUF)
search Dockerfile:
|
Description
Trying to deploy Rekor and Fulcio using gcr images.
image: gcr.io/projectsigstore/rekor-server -- unknown flag --redis_server.password
etc, etc, - setting things up with those two compose files is becoming... interesting. Is the compose setup in rekor or the one in fulcio preferred as far as the certificate transparency mysql setup?
The text was updated successfully, but these errors were encountered: