Building untrusted container images safely at scale
1 Telstrom90 2 6/26/2025, 6:22:05 PM depot.dev ↗
Comments (2)
adastra22 · 3h ago
I'm confused--what's the security risk in building a container?
Telstrom90 · 2h ago
You're running untrusted code. Every RUN command in a user's Dockerfile is executed during build, which means you're executing arbitrary commands from strangers on your own infrastructure. If you're not isolating that properly, it's a security risk.