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: README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,6 @@ Right now the "std" edition also installs `qemu-aarch64` and configures it via `
34
34
35
35
The "k3s" edition is the same as "ci" plus `k3s` pre-installed. This is still subject to change.
36
36
37
-
### Rancher Desktop: rd
38
-
39
-
The "rd" edition includes additional components for Rancher Desktop. These can change randomly to match particular RD releases (or just experiments) and should not be relied on by other applications.
40
-
41
37
## Architecture
42
38
43
39
This repo supports the generation of images for different architectures.
@@ -51,33 +47,33 @@ Note that this repo includes the [Alpine aports](https://github.com/alpinelinux/
51
47
git submodule update --init
52
48
```
53
49
54
-
The examples show the default values for `ALPINE_VERSION=3.14.3 EDITION=std`, `ARCH` defaults to the OS architecture `uname -m`.
50
+
The examples show the default values for `ALPINE_VERSION=3.20.3 EDITION=std`, `ARCH` defaults to the OS architecture `uname -m`.
55
51
The options need to be specified only to select non-default setting.
56
52
57
53
### Build the builder
58
54
59
55
The ISO builder will be created inside a docker image. You can specify the Alpine version used to create it:
60
56
61
57
```
62
-
make mkimage ALPINE_VERSION=3.14.3
58
+
make mkimage ALPINE_VERSION=3.20.3
63
59
```
64
60
65
61
### Build the ISO
66
62
67
63
This docker image can then be used to create ISO images that will be stored under `./iso`:
0 commit comments