Skip to content

Commit

Permalink
Merge pull request #1245 from alesstimec/rock-ca-certs
Browse files Browse the repository at this point in the history
CA certs for the ROCK.
  • Loading branch information
alesstimec authored Jun 21, 2024
2 parents c0d845a + 17099e2 commit 9f83aa7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions rocks/jimm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,17 @@ services:
kill-delay: 10s

parts:
ca-certs:
plugin: nil
overlay-packages: [ca-certificates]
builder:
plugin: go # https://canonical-craft-parts--694.com.readthedocs.build/en/694/common/craft-parts/reference/plugins/go_plugin.html
after:
- ca-certs
source: .
source-type: local
build-snaps:
- go/1.22/stable
- go/1.22/stable
build-packages:
- git
- make
Expand All @@ -53,6 +58,4 @@ parts:
# Copied for the charm to collect and apply, not this container itself
mkdir -p $CRAFT_PART_INSTALL/root/openfga/
cp ./openfga/authorisation_model.json $CRAFT_PART_INSTALL/root/openfga/authorisation_model.json
stage-packages:
- ca-certificates

0 comments on commit 9f83aa7

Please sign in to comment.