doc: copy variant description from action
This commit is contained in:
parent
0a69cfe2e9
commit
d4eb37fc5f
|
@ -42,11 +42,12 @@ The following variables can be used to customize the create image.
|
||||||
Tag of the source container image
|
Tag of the source container image
|
||||||
Default Value: *VERSION*
|
Default Value: *VERSION*
|
||||||
- VARIANT
|
- VARIANT
|
||||||
Source container variant
|
Source container variant
|
||||||
Silverblue
|
Source container variant. Available options can be found by running `dnf provides system-release`. Variant will be the third item in the package name. Example: `fedora-release-kinoite-39-34.noarch` will be kinonite
|
||||||
|
Default Value: Silverblue
|
||||||
- WEB_UI
|
- WEB_UI
|
||||||
Enable Anaconda WebUI
|
Enable Anaconda WebUI
|
||||||
false
|
Default Value: false
|
||||||
|
|
||||||
## VSCode Dev Container
|
## VSCode Dev Container
|
||||||
There is a dev container configuration provided for development. By default it will use the existing container image available at `ghcr.io/ublue-os/isogenerator`, however, you can have it build a new image by editing `.devcontainer/devcontainer.json` and replacing `image` with `build`. `Ctrl+/` can be used to comment and uncomment blocks of code within VSCode.
|
There is a dev container configuration provided for development. By default it will use the existing container image available at `ghcr.io/ublue-os/isogenerator`, however, you can have it build a new image by editing `.devcontainer/devcontainer.json` and replacing `image` with `build`. `Ctrl+/` can be used to comment and uncomment blocks of code within VSCode.
|
||||||
|
@ -89,4 +90,4 @@ Build a new image
|
||||||
"shutdownAction": "stopContainer",
|
"shutdownAction": "stopContainer",
|
||||||
"privileged": true
|
"privileged": true
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue