Tianon Gravi

Results 1522 comments of Tianon Gravi

For this PR, the easy mode might be something like `git fetch https://github.com/docker-library/official-images.git HEAD: && git reset --hard FETCH_HEAD && git cherry-pick 4d57a65b0c1d8c18325e8955538e0e18373c140e && git push --force` (since 4d57a65b0c1d8c18325e8955538e0e18373c140e is...

I think it would be useful if we could reproduce the failure (https://github.com/docker-library/ghost/issues/453#issuecomment-3403773603) before we merge the fix, so we can be sure this really does fix it. :sweat_smile:

Thanks for reaching out first! :heart: I think I'd prefer to see `FROM scratch`, ideally `COPY --from=clickhouse:x.y.z`. :eyes: (`busybox:glibc` isn't actually intended for this use case, although it _is_ a...

Yep, that's exactly how the system is designed to work (except across all images in the program, not just within a single repository). :eyes: See https://github.com/docker-library/tomcat/blob/99b7e90b0a58c8cf2990958971c8adac3c6a4f57/11.0/jre21/temurin-noble/Dockerfile#L22 for an example of...

That's a choice that's up to you -- we generally avoid it because it means the image is slightly harder to use with roughly the same end-result (for example, that...

(converted to draft so we don't accidentally merge before https://github.com/TimWolla/docker-adminer/pull/216 is reviewed / included)

Looking at the latest version of the `python:alpine3.21` tag, it appears to have zero? 🤔 Is it possible you have an outdated link? https://hub.docker.com/layers/library/python/alpine3.21/images/sha256-819d87d5cee7a93d6ad250094d749210b33274de0b51192a1b96a49bf8a64f45 (tag-specific links to Docker Hub aren't...

In PostgreSQL 17, the volume and `PGDATA` are both on `/var/lib/postgresql/data`. In 18+, `PGDATA` gets set to `/var/lib/postgresql/PG_MAJOR/docker` and the volume path goes down a level to `/var/lib/postgresql`, better matching...

Git is in the default (non-slim) variants of the images via https://hub.docker.com/_/buildpack-deps (not because we added it explicitly), so I think you'd probably be better off trying to make a...

Hmm, I can't seem to reproduce -- maybe seccomp or something? ```console $ docker run --rm --pull=always python:3.13-alpine apk update 3.13-alpine: Pulling from library/python Digest: sha256:9ba6d8cbebf0fb6546ae71f2a1c14f6ffd2fdab83af7fa5669734ef30ad48844 Status: Image is up...