Write a Good Dockerfile in 19 “Easy” Steps
jkutner.github.io
Write a Good Dockerfile in 19 “Easy” Steps
1–2 of 2 posts
Re: Write a Good Dockerfile in 19 “Easy” Steps
#2This misses the most important security step of all: when you specify an exact tag, instead find the hash of the specific image and use that instead, e.g.:
FROM ubuntu@sha256:01234567...