From 997d1b0da5a6ec6bf4e9de915319e730d6cc19a9 Mon Sep 17 00:00:00 2001 From: Hunter Gerlach Date: Fri, 8 Dec 2023 09:57:24 -0500 Subject: [PATCH] Switch example from using ImageNameSelector to ImageName Signed-off-by: Hunter Gerlach --- libs/docs/src/docs/2.2.1/innerloop-vs-outerloop.md | 8 ++++---- libs/docs/src/docs/2.2.2/innerloop-vs-outerloop.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libs/docs/src/docs/2.2.1/innerloop-vs-outerloop.md b/libs/docs/src/docs/2.2.1/innerloop-vs-outerloop.md index 2207f3dc..19da11f9 100644 --- a/libs/docs/src/docs/2.2.1/innerloop-vs-outerloop.md +++ b/libs/docs/src/docs/2.2.1/innerloop-vs-outerloop.md @@ -182,14 +182,14 @@ The component and commands here allow the developer to build, run, debug, and te ### Procedure 1. Add an image component to define the image building process - 1. Label your image tag with `imageNameSelector` + 1. Label your image tag with `imageName` 2. Define your `dockerfile` with your file path, build context and if your build requires root privileges ```yaml components: - name: outerloop-build image: - imageNameSelector: landingpage-image:latest + imageName: landingpage-image:latest dockerfile: uri: docker/Dockerfile buildContext: . @@ -212,7 +212,7 @@ The component and commands here allow the developer to build, run, debug, and te components: - name: outerloop-build image: - imageNameSelector: landingpage-image:latest + imageName: landingpage-image:latest dockerfile: uri: docker/Dockerfile buildContext: . @@ -261,7 +261,7 @@ metadata: components: - name: outerloop-build image: - imageNameSelector: landingpage-image:latest + imageName: landingpage-image:latest dockerfile: uri: docker/Dockerfile buildContext: . diff --git a/libs/docs/src/docs/2.2.2/innerloop-vs-outerloop.md b/libs/docs/src/docs/2.2.2/innerloop-vs-outerloop.md index 2207f3dc..19da11f9 100644 --- a/libs/docs/src/docs/2.2.2/innerloop-vs-outerloop.md +++ b/libs/docs/src/docs/2.2.2/innerloop-vs-outerloop.md @@ -182,14 +182,14 @@ The component and commands here allow the developer to build, run, debug, and te ### Procedure 1. Add an image component to define the image building process - 1. Label your image tag with `imageNameSelector` + 1. Label your image tag with `imageName` 2. Define your `dockerfile` with your file path, build context and if your build requires root privileges ```yaml components: - name: outerloop-build image: - imageNameSelector: landingpage-image:latest + imageName: landingpage-image:latest dockerfile: uri: docker/Dockerfile buildContext: . @@ -212,7 +212,7 @@ The component and commands here allow the developer to build, run, debug, and te components: - name: outerloop-build image: - imageNameSelector: landingpage-image:latest + imageName: landingpage-image:latest dockerfile: uri: docker/Dockerfile buildContext: . @@ -261,7 +261,7 @@ metadata: components: - name: outerloop-build image: - imageNameSelector: landingpage-image:latest + imageName: landingpage-image:latest dockerfile: uri: docker/Dockerfile buildContext: .