|
|
|
|
|
by lolinder
653 days ago
|
|
> They are the exact equivalent of shipping a developer's laptop off to the datacenter and replicating it as a production image. If you're building your containers on a developer laptop and then pushing them to the registry from there, yes. You can also not do that and instead have all builds happen on a CI server that isn't ever touched directly by anyone, like you should really be doing to build any artifact that gets deployed to production, container or otherwise. |
|