mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-25 20:44:37 -05:00
OS images: use "ref", "stream" and "version"
Switch azure default region to west us Update find-image script to work with new API spec Add version for every os image build generate measurements: Use new API paths CLI: config fetch measurements: Use image short versions to fetch measurements CLI: allows shortnames to specify image in config Image build pipeline: Change paths to contain "ref" and "stream"
This commit is contained in:
parent
4795fe9695
commit
4a8ebfd921
28 changed files with 554 additions and 249 deletions
|
|
@ -22,7 +22,7 @@ With `cdbg` and `yq` installed in your path:
|
|||
|
||||
1. Run `constellation config generate` to create a new default configuration
|
||||
|
||||
2. Locate the latest debugd images by running `hack/find-image/find-image.sh`
|
||||
2. Locate the latest debugd images by running `hack/find-image/find-image.sh --ref main --stream debug`
|
||||
|
||||
3. Modify the `constellation-conf.yaml` to use an image with the debugd already included and add required firewall rules:
|
||||
|
||||
|
|
@ -83,7 +83,3 @@ For QEMU, the credentials for Opensearch must be parsed via the info flag as wel
|
|||
Remember to use single quotes for the password.
|
||||
|
||||
You will also need to increase the memory size of QEMU to 4GB.
|
||||
|
||||
### debugd images
|
||||
|
||||
For a full list of image naming conventions and how to retreive them check [image version documentation](/.github/docs/README.md#image-versions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue