Skip to content

Commit 35e6847

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 6a59e8d commit 35e6847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
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)