Hacker News new | ask | show | jobs
Write a Good Dockerfile in 19 “Easy” Steps (jkutner.github.io)
5 points by codefinger 1885 days ago
1 comments

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...