TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Write a Good Dockerfile in 19 “Easy” Steps
5 points
by
codefinger
about 4 years ago
1 comment
sneak
about 4 years ago
This 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.:<p><pre><code> FROM ubuntu@sha256:01234567...</code></pre>