Skip to content

Commit 11fad69

Browse files
committed
update all images to Alpine 3.15
The [alpine-chroot-install] upgrade is needed for [this commit] where the Alpine 3.15 signing keys are added to the known key list. Gotcha to be aware of: The go ssh library may have trouble connecting to the new version of openssh-server in Alpine 3.15 unless this line is added to the `sshd_config`: PubkeyAcceptedAlgorithms +ssh-rsa See golang/go#49952 . Noticed with [k0sctl] and the [make build_cluster] target. [alpine-chroot-install]: https://github.com/alpinelinux/alpine-chroot-install [k0sctl]: https://github.com/k0sproject/k0sctl [make build_cluster]: https://github.com/bfritz/homelab-bootstrap/blob/v0.0.3/k0s/Makefile#L52-L53 [this commit]: alpinelinux/alpine-chroot-install@d4ab61f
1 parent f26e2a3 commit 11fad69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export ACI_REPO := https://github.com/alpinelinux/alpine-chroot-install.git
2-
export ACI_TAG := v0.13.0
3-
export ALPINE_VERSION := 3.14
2+
export ACI_TAG := v0.13.2
3+
export ALPINE_VERSION := 3.15
44
export APORTS_REPO := https://github.com/alpinelinux/aports.git
55
export BUILD_USER := imagebuilder
66
export WORK_DIR := bootstrap

0 commit comments

Comments
 (0)