File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
build-kernel :
10
10
runs-on : ubuntu-latest
11
11
container :
12
- image : docker:26 .1.3
12
+ image : docker:27 .1.2
13
13
env :
14
14
DOCKER_DRIVER : overlay2
15
15
DOCKER_TLS_CERTDIR : " "
43
43
needs : build-kernel
44
44
runs-on : ubuntu-latest
45
45
container :
46
- image : docker:26 .1.3
46
+ image : docker:27 .1.2
47
47
env :
48
48
DOCKER_DRIVER : overlay2
49
49
DOCKER_TLS_CERTDIR : " "
57
57
run : |
58
58
apk add git wget docker curl make
59
59
mkdir -p out
60
- wget https://github.com/linuxkit/linuxkit/releases/download/v1.2 .0/linuxkit-linux-amd64
60
+ wget https://github.com/linuxkit/linuxkit/releases/download/v1.5 .0/linuxkit-linux-amd64
61
61
chmod +x linuxkit-linux-amd64
62
62
./linuxkit-linux-amd64 build --format kernel+initrd --name core --dir out core.yml
63
63
- name : Generate pre-release
Original file line number Diff line number Diff line change 1
- FROM docker:26 .1.3
1
+ FROM docker:27 .1.2
2
2
3
3
RUN \
4
4
mkdir /image
5
5
COPY . /image/
6
6
RUN \
7
7
apk add bash git wget docker curl make && \
8
8
cd /image && \
9
- wget https://github.com/linuxkit/linuxkit/releases/download/v1.0.1 /linuxkit-linux-amd64 && \
10
- wget https://github.com/linuxkit/linuxkit/releases/download/v1.0.1 /linuxkit-darwin-amd64 && \
9
+ wget https://github.com/linuxkit/linuxkit/releases/download/v1.5.0 /linuxkit-linux-amd64 && \
10
+ wget https://github.com/linuxkit/linuxkit/releases/download/v1.5.0 /linuxkit-darwin-amd64 && \
11
11
mkdir -p out/core
12
12
You can’t perform that action at this time.
0 commit comments