platform · inferred from evidence
cgr.dev
Container registry hosting the Chainguard nginx image.
- 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