Skip to content

Commit 1ca7ed6

Browse files
committed
docs: update Docs
1 parent f6233f3 commit 1ca7ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ definition file. It will be replaced with the possible values of `build_args.bra
7575

7676
The definition files should also follow a set of rules:
7777

78-
- The bootstrapping should be set to `localimage`, and `{{ BASE_CONTAINER }}` should be used as follows:
78+
- The bootstrapping should be set to `localimage`, and the appropriate build arguments should be used as follows:
7979
```bash
8080
Bootstrap: localimage
81-
From: containers/basic/{{ BASE_CONTAINER }}.sif
81+
From: {{ CONTAINERS_DIR }}/basic/{{ BASE_CONTAINER }}.sif
8282
```
8383
- Even though the build argument for base images will be passed on the command line; it's recommended
8484
to give default values for them in the definition file anyway

0 commit comments

Comments
 (0)