Skip to content

Commit 51b122e

Browse files
committed
Updates to build instructions example
1 parent d46719a commit 51b122e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/docker/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and `openfast` added. The image built by this `Dockerfile` can be customised at
88

99
## Image registry
1010
Production images of OpenFAST for the `linux/amd64` platform are available on the
11-
[NREL docker hub](https://hub.docker.com/r/nrel/openfast).
11+
[NREL docker hub](https://hub.docker.com/r/nrel/openfast) and OpenFAST's [GitHub Container Registry](https://github.com/OpenFAST/openfast/pkgs/container/openfast).
1212

1313
## Build arguments
1414
Provide any of the following build arguments to customise the image at build time.
@@ -25,7 +25,7 @@ For example, to build OpenFAST v3.5.3 for the `linux/amd64` platform and set `CM
2525
```shell
2626
# Run from the root of this repository.
2727
git checkout v3.5.3
28-
docker build -f share/docker/Dockerfile -t openfast:3.5.3 --platform=linux/amd64 --build-arg=CMAKE_OPTIONS='-DBUILD_TESTING=ON' .
28+
docker build -f share/docker/Dockerfile -t openfast:3.5.3 --platform=linux/amd64 --build-arg=CMAKE_OPTIONS='-DCMAKE_BUILD_TYPE=RELEASE' .
2929
```
3030

3131
**NOTE:** This version of the `Dockerfile` is only available in v3.5.3 and up of this repository. To build earlier

0 commit comments

Comments
 (0)