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
{{ message }}
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13-22Lines changed: 13 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,28 +29,19 @@ docker run --rm --privileged --volume .:/isogenerator/output -e VERSION=39 -e IM
29
29
## Customizing
30
30
The following variables can be used to customize the create image.
31
31
32
-
- ARCH
33
-
Architecture for image to build
34
-
Default Value: x86_64
35
-
- VERSION
36
-
Fedora version of installer to build
37
-
Default Value: 39
38
-
- IMAGE_REPO
39
-
Repository containing the source container image
40
-
Default Value: ghcr.io/ublue-os
41
-
- IMAGE_NAME
42
-
Name of the source container image
43
-
Default Value: base-main
44
-
- IMAGE_TAG
45
-
Tag of the source container image
46
-
Default Value: *VERSION*
47
-
- VARIANT
48
-
Source container variant
49
-
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
Available options for VARIANT can be found by running `dnf provides system-release`.
44
+
Variant will be the third item in the package name. Example: `fedora-release-kinoite-39-34.noarch` will be kinoite
54
45
55
46
## VSCode Dev Container
56
47
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.
0 commit comments