Daniel J Walsh
Daniel J Walsh
Yes that is what I would expect.
When I originally looked at this, it looked like imagebuilder and buildah were setup to allow the override on a per RUN bases. I guess if you were overly cautious...
PR: https://github.com/openshift/imagebuilder/pull/237 was the first step to allow this. In the Docker/Buildkit world this is the --insecure flag.
@giuseppe PTAL When running the buidlah container it might work better if you run it with the `build` user (--user build).
@giuseppe did you ever get a chance to check this out?
Well first you would need to add support for --link in https://github.com/openshift/imagebuilder I believe. @flouthoc Could you help @CypherpunkSamurai contribute.
One issue with removing the inode is it prevents the use of readonly containers. I think Docker has two overlays mounted. The intermediate overlay is for changes it makes.
It should be changed to irc.libera.chat But it might be best to change the line to: ``` For general questions and discussion, please use the IRC #podman channel on irc.libera.chat....
@flouthoc PTAL
@nalind @vrothberg @flouthoc @mtrmac @giuseppe any idea on this one?