logoalt Hacker News

hiddewyesterday at 11:37 AM0 repliesview on HN

> For stuff like security keys you should typically add them as build args, not as content in the image.

Do not use build arguments for anything secret. The values are committed into the image layers.