mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-02 10:35:08 -05:00
hack: rename find-image dir
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
65f7958430
commit
f2b324cb88
@ -34,4 +34,4 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
image=$(./find-image.sh --ref "${ref}" --stream "${stream}")
|
image=$(./find-image.sh --ref "${ref}" --stream "${stream}")
|
||||||
echo "image=${image}" >> "${GITHUB_OUTPUT}"
|
echo "image=${image}" >> "${GITHUB_OUTPUT}"
|
||||||
working-directory: hack/find-image
|
working-directory: hack/api
|
||||||
|
@ -22,7 +22,7 @@ With `cdbg` and `yq` installed in your path:
|
|||||||
|
|
||||||
1. Run `constellation config generate` to create a new default configuration
|
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 --ref main --stream debug`
|
2. Locate the latest debugd images by running `hack/api/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:
|
3. Modify the `constellation-conf.yaml` to use an image with the debugd already included and add required firewall rules:
|
||||||
|
|
||||||
|
@ -148,7 +148,6 @@ function list() {
|
|||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
case ${1-"latest"} in
|
case ${1-"latest"} in
|
||||||
"list")
|
"list")
|
||||||
list
|
list
|
Loading…
x
Reference in New Issue
Block a user