Skip to content

Commit

Permalink
feat(sdk): Add chainctl and extra packages repository
Browse files Browse the repository at this point in the history
Needed to support retrieving APK tokens within the dev container (we can
only support this with headless, but at least it's something)

Also useful for debugging packages we currently have in extra packages
as previously we'd have to manually add the repo along with the keyring
every time we needed access

Signed-off-by: RJ Sampson <[email protected]>
  • Loading branch information
EyeCantCU committed Sep 24, 2024
1 parent c0f91ad commit 7af0ec5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions images/sdk/configs/latest.apko.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
contents:
repositories:
- https://packages.cgr.dev/extras
keyring:
- https://packages.cgr.dev/extras/chainguard-extras.rsa.pub
packages:
- ca-certificates-bundle
- chainctl
- wolfi-baselayout
- sdk
- grype
Expand Down

0 comments on commit 7af0ec5

Please sign in to comment.