Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
Write a Good Dockerfile in 19 “Easy” Steps
(opens in new tab)
(jkutner.github.io)
5 points
codefinger
4y ago
1 comments
Share
Write a Good Dockerfile in 19 “Easy” Steps | Better HN
1 comments
default
newest
oldest
sneak
4y 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