deno_docker icon indicating copy to clipboard operation
deno_docker copied to clipboard

Update alpine image to Alpine Linux 3.15

Open danopia opened this issue 3 years ago • 4 comments
trafficstars

This moves from an 8-month-old base to a 4-month-old base.

Fixes #197

Note that Alpine Linux 3.14 introduced use of the faccessat2 syscall, which caused some incompatibilities with Docker versions before Docker 20.10.0 when running particular programs such as ruby or make. More details in the changelog.

danopia avatar May 16 '22 20:05 danopia

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 16 '22 20:05 CLAassistant

3.16 is now released: https://alpinelinux.org/posts/Alpine-3.16.0-released.html and avilable https://hub.docker.com/r/frolvlad/alpine-glibc/tags as well.

captn3m0 avatar May 25 '22 14:05 captn3m0

3.16 is now released

Thanks, updated PR.

danopia avatar May 25 '22 14:05 danopia

Error relocating /tini: __fprintf_chk: symbol not found

Looks like there's going to be some further work for Alpine 3.16, I'll revert this PR 🥲 thanks CI

danopia avatar May 25 '22 14:05 danopia

Closing in favour of #262

crowlKats avatar Jan 12 '23 22:01 crowlKats