You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/manifest.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Tools
2
2
3
-
Tools are located under the `tools/` subdirectory. Each tool directory must have `manifest.yaml` and `Dockerfile.template`. The `post_install.sh` file is optional.
3
+
Tools are located under the `tools/` subdirectory. Each tool directory must have `manifest.yaml` and `Dockerfile.template`..
4
4
5
5
Template files are located in `@template/`.
6
6
@@ -71,10 +71,9 @@ The `Dockerfile.template` file is used to create the `Dockerfile` by appending [
71
71
72
72
## Reference of variables
73
73
74
-
The following variables are available in `Dockerfile.template` or `post_install.sh`
74
+
The following variables are available in `Dockerfile.template`:
75
75
76
76
- `arch`- system architecture (`x86_64` or `aarch64`)
77
77
- `alt_arch`- alternative name for system architecture (`amd64` or `arm64`)
78
78
- `prefix`- used to install into a subdirectory (empty by default)
79
-
- `target`- installation directory (defaults to `${prefix}/usr/local`)
80
79
- `uniget_contrib`- XXX (defaults to `${prefix}/var/lib/uniget/contrib`)
0 commit comments