yosifkit

Results 313 comments of yosifkit

I am on board with deprecating the tags that don't specify a PostgreSQL version, but perhaps users need more lead time and direction than just the tags no longer existing...

From the failing CI: ```console Invalid 'FROM' + 'Architectures' combinations detected: - elasticsearch:9.0.0-beta1 (FROM docker.elastic.co/ubi9/ubi-minimal:latest) -- completely unsupported base! - logstash:9.0.0-beta1 (FROM docker.elastic.co/ubi8/ubi-minimal:latest) [amd64, arm64v8] Read https://github.com/docker-library/official-images#multiple-architectures for more details....

Closing in favor of https://github.com/docker-library/official-images/pull/18692

The workflow uses the `docker-library/bashbrew` action that we maintain in the Docker Official Images, we do need to do some updates there, but it is only used test builds periodically...

I think all of the Alpine-based images do have `riscv64` builds (https://github.com/nginx/docker-nginx/pull/898). I would guess that once [Debian Trixie](https://wiki.debian.org/DebianTrixie) is released and the Debian-based Nginx images are built on top...

This isn't really specific to `amd64` as you get the same "bad" match to the 32bit fallbacks if you provide an unknown variant like `v9` with `arm64`. ```console $ docker...

Some of the Pi's are an `arm32v6` chip, but Debian doesn't have an `arm32v6` architecture. It is either `armel` (`arm32v5`) or `armhf` (`arm32v7`).

```diff +riscv64 ``` Ooooh, `alpine:3.20` lets us add `riscv64` which hasn't been available since https://github.com/docker-library/official-images/pull/13978 (caused by https://github.com/docker-library/official-images/pull/13950#issuecomment-1412111952).

> 2024/06/12 16:31:02 [notice] 9#9: unknown process 12 exited with code 0 That sounds like another process was running in the container and exited. Did you `docker exec` something that...

Apologies, I was waiting for a follow up to https://github.com/docker-library/official-images/pull/16754#issuecomment-2147455473. Once the conversations here are resolved we can merge this PR, and the updated image will be published.