yosifkit

Results 317 comments of yosifkit

Your comment is correct (https://github.com/haskell/docker-haskell/pull/132#issuecomment-2226938657). Debian Buster images should be removed or moved to a new base since Buster is end of life (https://github.com/docker-library/official-images/pull/17091#issuecomment-2201099734).

Closing since we've already migrated to Node 20 (https://github.com/docker-library/ghost/pull/425) and have dropped the architectures that don't have prebuilt sharp/vips modules (https://github.com/docker-library/ghost/pull/456).

Closing in favor of anonymous volume opt-out in Docker (https://github.com/moby/moby/issues/43190). `VOLUME` is the way for image authors to designate which directories should be persisted when users want persistence.

The Apache httpd that we use comes from Debian's packages, so they would have to incorporate/backport patches to address these vulnerabilities. As it turns out, there is an update available,...

See https://github.com/debuerreotype/docker-debian-artifacts/issues/223#issuecomment-2218679099 with the note that the comment was made a week ago, so the next Debian rebuild would be likely sometime next week or possibly the week after at...

> 2024-05-10T10:53:12.119773190Z 2024-05-10T10:53:12.119706Z 0 [Warning] [MY-010001] [Server] Can't create thread to handle bootstrap (errno: 1) That sounds like `libseccomp`; try with `--security-opt seccomp=unconfined`. If it works, then Docker, runc, and...

`8.1` was the first "innovation" release and is no longer updated (it was superseded by 8.2 and then 8.3 and now 8.4). After `8.0` we stopped publishing Debian based images...

This sounds like https://gitlab.alpinelinux.org/alpine/ca-certificates/-/issues/6 and so was fixed by https://github.com/docker-library/official-images/pull/18206 and the resulting rebuild of all Docker Official Images `FROM alpine:*`.

It looks like that architecture is failing to build. It seems that `libstdc++` in Debian Buster on `arm32v7` is not new enough for this new binary. `amd64` has the same...

Downloading and comparing `amd64` vs `arm32v7`: ```console root@5136a785168b:/# strings node-v20.0.0-linux-x64/bin/node | grep -e '^GLIBCXX_3.4.' GLIBCXX_3.4.14 GLIBCXX_3.4.18 GLIBCXX_3.4.9 GLIBCXX_3.4.15 GLIBCXX_3.4.20 GLIBCXX_3.4.11 GLIBCXX_3.4.21 root@5136a785168b:/# strings node-v20.0.0-linux-armv7l/bin/node | grep -e '^GLIBCXX_3.4.' GLIBCXX_3.4.14 GLIBCXX_3.4.18...