Docker is a security risk? … excuse me, what? Can’t you just, idunno, secure the environment that docker runs in? Use rootless images? Use immutable images?
And, are you asking for something that runs on bare metal? Couldn’t you just install the ISO that the dockerfile uses, then convert the dockerfile logic to an sh script?
yessikg@fedia.io 4 months ago
I imagine you can use Podman instead
quick_snail@feddit.nl 4 months ago
I think that has the same problems, no? Or does podman do signature verification on all the layers it downloads from the container repo?
yessikg@fedia.io 4 months ago
Podman runs rootless by default
quick_snail@feddit.nl 4 months ago
You didnt read what I wrote. The security problem is how it downloads layers. It doesn’t verify them.