yosifkit
yosifkit
This is the same as https://github.com/docker-library/python/issues/837, so fix is https://github.com/docker-library/python/issues/837#issuecomment-1599640563: "update `libseccomp` and `docker` on the host running the containers"
With that information, I'd vote to only drop `arm32v7` from the Node.js 20 images on `buster`. On the other hand, the next stable release of Debian is "soon" (`bookworm` is...
I'd guess that adjusting the [`node:-alpine`](https://github.com/docker-library/docs/tree/d50026429b4ebdb3d24d27f372103c2a26bc44af/node#nodeversion-alpine) section would be a useful place to put it. This is generated from a generic template, but can be overridden like we do [in...
That looks like https://github.com/npm/cli/issues/6684#issuecomment-1932473284; so, the fix is to update `npm` to at least `10.3.0`. I verified that `npm start` failed to forward the signals (and `node server.js` worked), but...
That sounds like a GitHub failure. I have seen many scripts scraping GitHub get weird/inconsistent results over time. I'm not sure how you are scraping versions, but I think we've...
:confused: `tini` doesn't have a `-F` option: ```console $ tini -vvv -F ./package.json rails server -b '0.0.0.0' tini: invalid option -- 'F' tini (tini version 0.19.0) Usage: tini [OPTIONS] PROGRAM...
I am unable to reproduce; the current `latest` (aka `1.36.0`) works fine: ```console $ docker run -it --rm busybox Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 205dae5015e7:...
We don't do anything to remove this particular dependency. Our [installation process](https://github.com/docker-library/ruby/blob/b45b591a6285cec31be6f08551478e9d38d4fe46/3.3/bookworm/Dockerfile#L59-L94) is fairly straightforward; as far as I know, any rubygems dependency changes would have been changes in Ruby...
``` In file included from ../vendor/abseil-cpp/absl/base/internal/low_level_alloc.cc:26: ../vendor/abseil-cpp/absl/base/internal/direct_mmap.h:75:25: error: 'off64_t' has not been declared 75 | off64_t offset) noexcept { | ^~~~~~~ ``` I think https://github.com/abseil/abseil-cpp/issues/1473 (https://github.com/abseil/abseil-cpp/commit/4500c2fada4e952037c59bd65e8be1ba0b29f21e) is the fix for...
Unfortunately, this would conflict with Debian's `python3` package that can easily come in as a dependency of another installed package (and would then be the wrong `python3` for that package).