Skip to content

Commit

Permalink
add the public key for the chainguard-private packages; probably need…
Browse files Browse the repository at this point in the history
…s a better file name in due course (#21800)

* add the public key for the chainguard-private packages; probably needs a
better file name in due course

* add chainguard keys

* removed latest key, no longer needed
  • Loading branch information
dustinkirkland authored Jun 22, 2024
1 parent 0387c69 commit 631f8a2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
8 changes: 3 additions & 5 deletions chainguard-keys.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: chainguard-keys
version: 1
version: 2
epoch: 5
description: "Chainguard public keys"
copyright:
Expand All @@ -15,13 +15,11 @@ pipeline:
- name: Install
runs: |
mkdir -p "${{targets.destdir}}"/etc/apk/keys
install -m644 chainguard-extras.rsa.pub "${{targets.destdir}}"/etc/apk/keys
install -m644 chainguard-enterprise.rsa.pub "${{targets.destdir}}"/etc/apk/keys
install -m644 *.pub "${{targets.destdir}}"/etc/apk/keys/
for i in x86_64 aarch64; do
mkdir -p "${{targets.destdir}}"/usr/share/apk/keys/${i}
install -m644 chainguard-extras.rsa.pub "${{targets.destdir}}"/usr/share/apk/keys/${i}/chainguard-extras.rsa.pub
install -m644 chainguard-enterprise.rsa.pub "${{targets.destdir}}"/usr/share/apk/keys/${i}/chainguard-enterprise.rsa.pub
install -m644 *.pub "${{targets.destdir}}"/usr/share/apk/keys/${i}/
done
update:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
-----BEGIN PUBLIC KEY-----
MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAnuH20LnWxNl54a7mjSb5
PmJssMelKeFQUDfzWZSTwCfFpBHRFq4KLWcUByqtmKphXLRMLjy0xR4xux7oh8n2
CLP1NBt6d5skqaqHNFW24BO0ThrXUbwZ6jCAI0s2xSBaEPMea4Ipn2hmqZLwox6C
qLGbEsbtRrkKXHva4jqFCX8h8ThwdQuKCEfr/nSk5IV+fn1Uoo8WK89cMUxlj1NB
B5rdeJCcVaNlZTt2/Zw917BY+tjodWovbIGtqvnflOa5R28R+Q6bBh9oCDvkR6IU
38NyT7szld5QgD9ebl5sNOFwk4mJdCNdi1wK9kSrBM7D8YEsStmawezpfvhwV55S
QJpjuo6zJab25RAzcZoj+YhpBSl91QNRaKK3x5RlqW93tBCtpDjfpNqEHgyzHjc1
4N46SQBU1NamkYBStTwMluc56lwmmWdKfnZXU0vULxQjCyBBeNSpsz8joyO60htD
G52ieJ+NIqCEX7ikabWGCUfvAtEXDDDmo17JTyNSarziEfBImEtTOt8P93V6nRr7
Dz1fWKQC1pv9eFn1aS2TK50hWEgKpB+lmTf/j8UGawAWHQFND1ndDqNaJnVP/DqR
6dt7krjlrDVEGq4s3GJabYADKxh0vXt1J4gef07dfEtEa6Aj9hikVyv3bQMeqtMK
k/o1spotQWzE9+rffQfaUl8CAwEAAQ==
-----END PUBLIC KEY-----

0 comments on commit 631f8a2

Please sign in to comment.