Skip to content

Instantly share code, notes, and snippets.

@aweiteka
Created August 12, 2016 19:56
Show Gist options
  • Save aweiteka/8279d9f23e172dd5e070dbf9456259b3 to your computer and use it in GitHub Desktop.
Save aweiteka/8279d9f23e172dd5e070dbf9456259b3 to your computer and use it in GitHub Desktop.
Sigstore Dockerfiles
# build as sigstore:auxiliary
FROM scratch
LABEL sigstore-url="sigstore.redhat.com:8443" \
pubkey-id="2fa658e0: Red Hat, Inc. (auxiliary key) <[email protected]>" \
pubkey-fingerprint="43A6 E49C 4A38 F4BE 9ABF 2A53 4568 9C88 2FA6 58E0" \
pubkey-download-url="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x45689C882FA658E0"
# build as sigstore:latest
FROM scratch
LABEL sigstore-url="sigstore.redhat.com:8443" \
pubkey-id="fd431d51: Red Hat, Inc. (release key 2) <[email protected]>" \
pubkey-fingerprint="567E 347A D004 4ADE 55BA 8A5F 199E 2F91 FD43 1D51" \
pubkey-download-url="https://www.redhat.com/security/data/fd431d51.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment