From f1aa00df87a8874b8231116e2439e4a3bbb45796 Mon Sep 17 00:00:00 2001 From: andream16 Date: Mon, 16 Sep 2024 12:44:07 +0100 Subject: [PATCH] Making sure that the example make publish-component-containers highlights that we need to specify a specific DRACON_VERSION. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index d4b4a57c7..2b6206902 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -165,7 +165,7 @@ cluster, but make sure that you replace the URL with the registry URL that you are using, if you are using something else: ```bash -make publish-component-containers CONTAINER_REPO=localhost:5000/ocurity/dracon +make publish-component-containers CONTAINER_REPO=localhost:5000/ocurity/dracon DRACON_VERSION=0.39.0 ``` *\*Notice that the repo we are using is slightly different from the