TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Write a Good Dockerfile in 19 “Easy” Steps

5 pointsby codefingerabout 4 years ago

1 comment

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