Skip to content

Commit 997d1b0

Browse files
HunterGerlachthepetk
authored andcommitted
Switch example from using ImageNameSelector to ImageName
Signed-off-by: Hunter Gerlach <[email protected]>
1 parent a0bc065 commit 997d1b0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: libs/docs/src/docs/2.2.1/innerloop-vs-outerloop.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,14 @@ The component and commands here allow the developer to build, run, debug, and te
182182
### Procedure
183183

184184
1. Add an image component to define the image building process
185-
1. Label your image tag with `imageNameSelector`
185+
1. Label your image tag with `imageName`
186186
2. Define your `dockerfile` with your file path, build context and if your build requires root privileges
187187

188188
```yaml
189189
components:
190190
- name: outerloop-build
191191
image:
192-
imageNameSelector: landingpage-image:latest
192+
imageName: landingpage-image:latest
193193
dockerfile:
194194
uri: docker/Dockerfile
195195
buildContext: .
@@ -212,7 +212,7 @@ The component and commands here allow the developer to build, run, debug, and te
212212
components:
213213
- name: outerloop-build
214214
image:
215-
imageNameSelector: landingpage-image:latest
215+
imageName: landingpage-image:latest
216216
dockerfile:
217217
uri: docker/Dockerfile
218218
buildContext: .
@@ -261,7 +261,7 @@ metadata:
261261
components:
262262
- name: outerloop-build
263263
image:
264-
imageNameSelector: landingpage-image:latest
264+
imageName: landingpage-image:latest
265265
dockerfile:
266266
uri: docker/Dockerfile
267267
buildContext: .

Diff for: libs/docs/src/docs/2.2.2/innerloop-vs-outerloop.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,14 @@ The component and commands here allow the developer to build, run, debug, and te
182182
### Procedure
183183

184184
1. Add an image component to define the image building process
185-
1. Label your image tag with `imageNameSelector`
185+
1. Label your image tag with `imageName`
186186
2. Define your `dockerfile` with your file path, build context and if your build requires root privileges
187187

188188
```yaml
189189
components:
190190
- name: outerloop-build
191191
image:
192-
imageNameSelector: landingpage-image:latest
192+
imageName: landingpage-image:latest
193193
dockerfile:
194194
uri: docker/Dockerfile
195195
buildContext: .
@@ -212,7 +212,7 @@ The component and commands here allow the developer to build, run, debug, and te
212212
components:
213213
- name: outerloop-build
214214
image:
215-
imageNameSelector: landingpage-image:latest
215+
imageName: landingpage-image:latest
216216
dockerfile:
217217
uri: docker/Dockerfile
218218
buildContext: .
@@ -261,7 +261,7 @@ metadata:
261261
components:
262262
- name: outerloop-build
263263
image:
264-
imageNameSelector: landingpage-image:latest
264+
imageName: landingpage-image:latest
265265
dockerfile:
266266
uri: docker/Dockerfile
267267
buildContext: .

0 commit comments

Comments
 (0)