File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ALPINE_VERSION ?= 3.21.3
1+ ALPINE_VERSION ?= 3.22.2
22REPO_VERSION ?= $(shell echo "$(ALPINE_VERSION ) " | sed -E 's/^([0-9]+\.[0-9]+) .*/v\1/')
33GIT_TAG ?= $(shell echo "v$(ALPINE_VERSION ) " | sed 's/^vedge$$/origin\/master/')
44BUILD_ID ?= $(shell git describe --tags)
Original file line number Diff line number Diff line change @@ -51,33 +51,33 @@ Note that this repo includes the [Alpine aports](https://github.com/alpinelinux/
5151git submodule update --init
5252```
5353
54- The examples show the default values for ` ALPINE_VERSION=3.21.3 EDITION=std ` , ` ARCH ` defaults to the OS architecture ` uname -m ` .
54+ The examples show the default values for ` ALPINE_VERSION=3.22.2 EDITION=std ` , ` ARCH ` defaults to the OS architecture ` uname -m ` .
5555The options need to be specified only to select non-default setting.
5656
5757### Build the builder
5858
5959The ISO builder will be created inside a docker image. You can specify the Alpine version used to create it:
6060
6161```
62- make mkimage ALPINE_VERSION=3.21.3
62+ make mkimage ALPINE_VERSION=3.22.2
6363```
6464
6565### Build the ISO
6666
6767This docker image can then be used to create ISO images that will be stored under ` ./iso ` :
6868
6969```
70- make iso ALPINE_VERSION=3.21.3 EDITION=std
70+ make iso ALPINE_VERSION=3.22.2 EDITION=std
7171```
7272
7373### Run the ISO with qemu
7474
7575```
76- make run ALPINE_VERSION=3.21.3 EDITION=std
76+ make run ALPINE_VERSION=3.22.2 EDITION=std
7777```
7878
7979### Run the ISO with Lima
8080
8181```
82- make lima ALPINE_VERSION=3.21.3 EDITION=std
82+ make lima ALPINE_VERSION=3.22.2 EDITION=std
8383```
You can’t perform that action at this time.
0 commit comments