ARGvsENV- breaking changes / image change notifications
- how are images signed (docker-library/official-images#1516)
- move more items from https://github.com/docker-library/official-images#readme over here
ONBUILD(docker-library/official-images#2076)VOLUME; why we use it, when to use it, why we recommend it, and why you shouldn't use a database without it (docker-library/official-images#2437 (comment), docker-library/postgres#1319 (comment))- why did
xxximage change? (nginx/docker-nginx#307 (comment), docker-library/python#372 (comment), etc) - why doesn't image Y include tool X? it's really useful to me! (docker-library/golang#250 (comment), docker-library/docker#56)
- why not store
Dockerfilein the main repo? (COPY . ..., getsentry/docker-sentry#208 (comment), docker-library/official-images#6240 (comment)) - Why not Ubuntu, CentOS, ClefOS, etc? (docker-library/python#61 (comment))
- why order tags from most specific to least
- Windows Nano Server > 2016
SOURCE_DATE_EPOCH: docker-library/httpd#266 (comment)- process supervisor: docker-library/official-images#17310 (comment)
- Docker media types inside OCI index: caddyserver/caddy-docker#376 (comment), docker-library/python#953 (comment)
- schema1 images: https://github.com/tianon/oci-schema1, docker-library/mysql#1096 (comment)
- arch-specific namespaces: docker-library/official-images#17896 (comment)
kdevtmpfsi/ "malware found in image": docker-library/postgres#1307 (comment), docker-library/postgres#1054 (comment)- media types: "(OCI) v1" vs "(Docker) v2": docker-library/postgres#1329 (comment), docker-library/official-images#14938 (comment), docker-library/python#936 (comment)
- empty indexes/lists/images ("no matching manifest" / build system often pushes tags before builds are complete): docker-library/golang#550 (comment), docker-library/official-images#16625 (comment), debuerreotype/docker-debian-artifacts#243 (comment)
- "immutable tags" / content-addressable digests: docker-library/official-images#12277 (comment), docker-library/cassandra#288 (comment)
- why would X.Y and X.Y.Z tags not be the same? docker-library/python#1111 (comment)
LABEL: docker-library/official-images#3540 (comment)