Remove "v"-Prefix for $ALPINE_BRANCH Environment Variable (#1)
* Remove "v"-Prefix for $ALPINE_BRANCH Environment Variable This allows usage of Alpine Branches like "edge" * Add "v" notation * Add prefix as described in README.md * Update Links in README Co-authored-by: Benjamin Böhmke <benjamin@boehmke.net>
This commit is contained in:
@@ -57,7 +57,7 @@ builder.
|
||||
|
||||
| Variable | Default Value | Description |
|
||||
| --------------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------- |
|
||||
| ALPINE_BRANCH | 3.11 | [Alpine Branch](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases) to use for image |
|
||||
| ALPINE_BRANCH | v3.11 | [Alpine Branch](https://alpinelinux.org/releases) to use for image |
|
||||
| ALPINE_MIRROR | http://dl-cdn.alpinelinux.org/alpine | Mirror used for package download |
|
||||
| CUSTOM_IMAGE_SCRIPT | image.sh | Name of script for image customizations (relative to input dir) |
|
||||
| DEFAULT_DROPBEAR_ENABLED | true | True to enable SSH server by default |
|
||||
|
||||
Reference in New Issue
Block a user