Skip to content

Commit 602e0d8

Browse files
committed
metal3 tips: fix hard-coded versions
(cherry picked from commit a81b56a)
1 parent 8f52d45 commit 602e0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asciidoc/tips/metal3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ How to get the UUIDs you need:
118118
now in the output files you should have the UUIDs that you can use in your configuration.
119119

120120
3. Alternatively, if you don't use OpenSUSE or SLES, you can use the nmc through the Edge Image Builder container image:
121-
`podman run -it --rm -v $(pwd):/path/to/your/config:Z --entrypoint=/usr/bin/nmc registry.suse.com/edge/3.3/edge-image-builder:1.2.1 generate --confi
121+
`podman run -it --rm -v $(pwd):/path/to/your/config:Z --entrypoint=/usr/bin/nmc registry.suse.com/edge/{version-edge-registry}/edge-image-builder:{version-eib} generate --confi
122122
g-dir /path/to/your/config --output-dir /where/you/want/it`
123123

124124
== `BareMetalHost` selection and Cluster association

0 commit comments

Comments
 (0)