File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
10
10
env :
11
- ALPINE_VERSION : 3.20 .3
11
+ ALPINE_VERSION : 3.21 .3
12
12
DOCKER_BUILDKIT : 1
13
13
14
14
jobs :
Original file line number Diff line number Diff line change 1
- ALPINE_VERSION ?= 3.20 .3
1
+ ALPINE_VERSION ?= 3.21 .3
2
2
REPO_VERSION ?= $(shell echo "$(ALPINE_VERSION ) " | sed -E 's/^([0-9]+\.[0-9]+) .*/v\1/')
3
3
GIT_TAG ?= $(shell echo "v$(ALPINE_VERSION ) " | sed 's/^vedge$$/origin\/master/')
4
4
BUILD_ID ?= $(shell git describe --tags)
Original file line number Diff line number Diff line change @@ -47,33 +47,33 @@ Note that this repo includes the [Alpine aports](https://github.com/alpinelinux/
47
47
git submodule update --init
48
48
```
49
49
50
- The examples show the default values for ` ALPINE_VERSION=3.20 .3 EDITION=std ` , ` ARCH ` defaults to the OS architecture ` uname -m ` .
50
+ The examples show the default values for ` ALPINE_VERSION=3.21 .3 EDITION=std ` , ` ARCH ` defaults to the OS architecture ` uname -m ` .
51
51
The options need to be specified only to select non-default setting.
52
52
53
53
### Build the builder
54
54
55
55
The ISO builder will be created inside a docker image. You can specify the Alpine version used to create it:
56
56
57
57
```
58
- make mkimage ALPINE_VERSION=3.20 .3
58
+ make mkimage ALPINE_VERSION=3.21 .3
59
59
```
60
60
61
61
### Build the ISO
62
62
63
63
This docker image can then be used to create ISO images that will be stored under ` ./iso ` :
64
64
65
65
```
66
- make iso ALPINE_VERSION=3.20 .3 EDITION=std
66
+ make iso ALPINE_VERSION=3.21 .3 EDITION=std
67
67
```
68
68
69
69
### Run the ISO with qemu
70
70
71
71
```
72
- make run ALPINE_VERSION=3.20 .3 EDITION=std
72
+ make run ALPINE_VERSION=3.21 .3 EDITION=std
73
73
```
74
74
75
75
### Run the ISO with Lima
76
76
77
77
```
78
- make lima ALPINE_VERSION=3.20 .3 EDITION=std
78
+ make lima ALPINE_VERSION=3.21 .3 EDITION=std
79
79
```
You can’t perform that action at this time.
0 commit comments