Skip to content

Commit 7400d6d

Browse files
committed
Update README.md docker pull command
Signed-off-by: Andrew Chen <[email protected]> Signed-off-by: chenopis <[email protected]>
1 parent 747bd53 commit 7400d6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The product documentation portal can be found at: https://docs.nvidia.com/datace
88
## Building the Container
99

1010
This step is optional if your only goal is to build the documentation.
11-
As an alternative to building the container, you can run `docker pull ghcr.io/nvidia/cloud-native-docs:4`.
11+
As an alternative to building the container, you can run `docker pull ghcr.io/nvidia/cloud-native-docs:0.5.1`.
1212

1313
Refer to <https://gitlab.com/nvidia/cloud-native/cnt-docs/container_registry> to find the most recent tag.
1414

@@ -59,7 +59,7 @@ If you are using WSL on Windows, the URL looks like <file://wsl.localhost/Ubuntu
5959
More information about the `repo docs` command is available from
6060
<http://omniverse-docs.s3-website-us-east-1.amazonaws.com/repo_docs/0.20.3/index.html>.
6161

62-
Also, the Github CI for this project builds the documentation on every merge into the default branch (`main`).
62+
The GitHub CI for this project builds the documentation on every merge into the default branch (`main`).
6363
The documentation from the current default branch (`main`) is available at <https://docs.nvidia.com/datacenter/cloud-native/>.
6464
Documentation in the default branch is under development and unstable.
6565

@@ -184,7 +184,7 @@ Only tags are published to docs.nvidia.com.
184184

185185
For a "do over," push a tag like `gpu-operator-v25.10-2`.
186186

187-
Always tag the openshift docset and for each new gpu-operator docset release.
187+
Always tag the openshift docset for each new gpu-operator docset release.
188188

189189
1. Push the tag to the repository.
190190

@@ -206,7 +206,7 @@ If the commit message includes `/not-latest`, then only the documentation in the
206206

207207
1. Update `.github/workflows/docs-build.yaml` and increment the `env.TAG` value.
208208

209-
1. Update `.gitlab-ci.yml` and set the same value--prefixed by `ghcr.io...`--in the `variables.BUILDER_IMAGE` field.
209+
1. Update `.gitlab-ci.yml` and set the same value (prefixed by `ghcr.io...`) in the `variables.BUILDER_IMAGE` field.
210210

211211
1. Optional: [Build the container and docs](#building-the-container) locally and confirm the update works as intended.
212212

@@ -218,7 +218,7 @@ If the commit message includes `/not-latest`, then only the documentation in the
218218
1. After you merge the pull request, the `docs-build.yaml` action detects that the newly incremented `env.TAG`
219219
container is not in the registry, builds the container with that tag and pushes it to the GitHub registry.
220220

221-
When you tag a commit to publish, Github CI pulls image from the `variables.BUILDER_IMAGE` value,
221+
When you tag a commit to publish, GitHub CI pulls image from the `variables.BUILDER_IMAGE` value,
222222
builds the documentation, and that HTML is delivered to docs.nvidia.com.
223223

224224
## License and Contributing

0 commit comments

Comments
 (0)