organization · inferred from evidence
Chainguard
Organization maintaining the wolfi-base and postgres images.
- Chainguard wolfi-base postgres 16 client TLS connection failure openssl
A Postgres 16 client built on cgr.dev/chainguard/wolfi-base fails TLS connections to the server (e.g. Azure Database for PostgreSQL flexible server). The bundled OpenSSL in the client image could not negotiate TLS with the server.
- Chainguard php 8.2-fpm-dev entrypoint wrong directory fails to start
docker run --rm cgr.dev/chainguard/php:8.2-fpm-dev fails immediately because the entrypoint calls a wrong directory, the php-fpm entrypoint path in the image does not exist, so the container exits.
- Chainguard nginx image fails with read-only file system s6-svscan unable to mkdir
Running the Chainguard nginx image with a read-only filesystem fails: docker run -it -p 8080:8080 --read-only --tmpfs /tmp cgr.dev/chainguard/nginx:latest gives s6-svscan: fatal: unable to mkdir .s6-svscan: Read-only file system. Security b