mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-19 04:24:39 -04:00
image: add version and debug field to lookup table (#682)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
e67f65709f
commit
8004edcc14
4 changed files with 70 additions and 20 deletions
|
@ -92,6 +92,8 @@ s3://<BUCKET-NAME>/constellation/v1/images/<IMAGE-VERSION-UID>.json
|
|||
|
||||
```json
|
||||
{
|
||||
"version": "<IMAGE-VERSION-UID>",
|
||||
"debug": true,
|
||||
"aws": {
|
||||
"us-east-1": "ami-123",
|
||||
"us-west-2": "ami-456",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue