We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6233f3 commit 1ca7ed6Copy full SHA for 1ca7ed6
docs.md
@@ -75,10 +75,10 @@ definition file. It will be replaced with the possible values of `build_args.bra
75
76
The definition files should also follow a set of rules:
77
78
-- The bootstrapping should be set to `localimage`, and `{{ BASE_CONTAINER }}` should be used as follows:
+- The bootstrapping should be set to `localimage`, and the appropriate build arguments should be used as follows:
79
```bash
80
Bootstrap: localimage
81
-From: containers/basic/{{ BASE_CONTAINER }}.sif
+From: {{ CONTAINERS_DIR }}/basic/{{ BASE_CONTAINER }}.sif
82
```
83
- Even though the build argument for base images will be passed on the command line; it's recommended
84
to give default values for them in the definition file anyway
0 commit comments