Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Write a Good Dockerfile in 19 “Easy” Steps
(opens in new tab)
(jkutner.github.io)
5 points
codefinger
5y ago
1 comments
Save
Share
1 comments
1 comments · 1 top-level
top
newest
oldest
sneak
5y 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.:
FROM ubuntu@sha256:01234567...
j
/
k
navigate · click thread line to collapse