yosifkit
yosifkit
### Description With `containerd` enabled, `docker buildx build -t repo:tag` (whether using the in-daemon build or a `docker-container` builder), `docker import` and `docker load` fail to preserve an image that...
>``` >E: Unable to locate package libc-client2007e-dev >``` Since the default tags of the `php` images (like `php:8.3-apache` and `php:8.3-fpm`) have moved to Debian Trixie (https://github.com/docker-library/php/pull/1596), the Debian-based `postfixadmin` images...
Thanks @tianon 😜 ```json "created_by": "EXPOSE &{[{{103 0} {103 0}}] }", ``` `oci.dag.dev` renders this as an unescaped `` element when viewing the "pretty printed" version (line or whole history)....
**Link to product page on endoflife.date** https://endoflife.date/elasticsearch https://endoflife.date/logstash https://endoflife.date/kibana **Details of incorrect and correct details you have found** Now that `9.2.x` is out, the `9.0.x` releases for Elasticsearch, Logstash, and...
Sharp `v0.34.2` is the version used by Ghost [v5](https://github.com/TryGhost/Ghost/blob/v5.130.5/yarn.lock#L29335) and [v6](https://github.com/TryGhost/Ghost/blob/v6.3.1/yarn.lock#L30187), hence the version in the link. Fixes https://github.com/docker-library/ghost/issues/453
It should also verify that `GLIBC_TUNABLES glibc.pthread.rseq=0` is still necessary (https://github.com/docker-library/mongo/pull/723) so that we know when to remove it.
https://github.com/docker-library/php/issues/1564#issuecomment-2623026468: > We need to make sure `daemonize = no` is as late as possible, but `listen = 9000` could be higher This should make it easier to override the...
This drops the soon-to-be end of life PHP 8.1 images. It'll be officially end of life on 31 December 2025. This PR is the warning that all images under the...
We currently set the default PHP (`latest` and plain tags) to be one that is supported upstream, but at the same time, we could be a catalyst for pushing a...