File tree Expand file tree Collapse file tree 7 files changed +6
-14
lines changed Expand file tree Collapse file tree 7 files changed +6
-14
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.18 .0
11
+ ALPINE_VERSION : 3.19 .0
12
12
DOCKER_BUILDKIT : 1
13
13
14
14
jobs :
17
17
timeout-minutes : 60
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 1
23
23
submodules : recursive
Original file line number Diff line number Diff line change 1
- ALPINE_VERSION ?= 3.18 .0
1
+ ALPINE_VERSION ?= 3.19 .0
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 @@ -22,7 +22,6 @@ ${DOCKER} run --rm \
22
22
-v " ${PWD} /qemu-${QEMU_VERSION} -copying:/home/build/qemu-copying:ro" \
23
23
-v " ${PWD} /cri-dockerd-${CRI_DOCKERD_VERSION} -${ARCH} :/home/build/cri-dockerd.tar.gz:ro" \
24
24
-v " ${PWD} /cri-dockerd-${CRI_DOCKERD_VERSION} -${ARCH} .LICENSE:/home/build/cri-dockerd.license:ro" \
25
- -v " ${PWD} /sshd.pam:/home/build/sshd.pam:ro" \
26
25
$( env | grep ^LIMA_ | xargs -n 1 printf -- ' -e %s ' ) \
27
26
-e " LIMA_REPO_VERSION=${REPO_VERSION} " \
28
27
-e " LIMA_BUILD_ID=${BUILD_ID} " \
Original file line number Diff line number Diff line change 44
44
mkdir -p " $tmp " /etc/apk
45
45
makefile root:root 0644 " $tmp " /etc/apk/world << EOF
46
46
alpine-base
47
- openssh-server-pam
47
+ openssh-server
48
48
EOF
49
49
50
50
rc_add devfs sysinit
99
99
100
100
rc_add lima-overlay default
101
101
102
- mkdir -p " $tmp " /etc/pam.d
103
- cp /home/build/sshd.pam " ${tmp} /etc/pam.d/sshd"
104
-
105
102
if [ " ${LIMA_INSTALL_LIMA_INIT} " == " true" ]; then
106
103
rc_add lima-init default
107
104
rc_add lima-init-local default
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ profile_lima() {
13
13
kernel_cmdline=" console=hvc0 console=tty0 console=ttyS0,115200"
14
14
syslinux_serial=" 0 115200"
15
15
apkovl=" genapkovl-lima.sh"
16
- apks=" $apks openssh-server-pam "
16
+ apks=" $apks openssh-server"
17
17
if [ " ${LIMA_INSTALL_CA_CERTIFICATES} " == " true" ]; then
18
18
apks=" $apks ca-certificates"
19
19
fi
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments