File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and `openfast` added. The image built by this `Dockerfile` can be customised at
8
8
9
9
## Image registry
10
10
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 ) .
12
12
13
13
## Build arguments
14
14
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
25
25
``` shell
26
26
# Run from the root of this repository.
27
27
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 ' .
29
29
```
30
30
31
31
** NOTE:** This version of the ` Dockerfile ` is only available in v3.5.3 and up of this repository. To build earlier
You can’t perform that action at this time.
0 commit comments