Mario Loriedo
Mario Loriedo
The `--security-opt=label=disable` [should work](https://docs.podman.io/en/stable/markdown/podman-build.1.html#security-opt-option) for `podman build` too. Anyway I suppose that in the build scenario you control the mounted folders (i.e. these are temporary folders that you manage, not...
`--security-opt=label=disable` makes `podman` behave like `docker,` which should be easier to maintain. Inspecting the git history, it looks like `disable` was there from the [very beginning](https://github.com/containers/buildah/blob/9516d58c566202c9d60c33fbba5c5323e37c8382/vendor/github.com/opencontainers/runc/libcontainer/label/label_selinux.go#L36) of ~Podman~ Buildah.
I am cross-posting a comment I made in #21813. Hopefully someone here can jump in and help me with this. > I assume the use case involves mounting the content...
I am closing this issue as it appears to be a duplicate of #21813. @schlichtanders feel free to re-open if that's not the case.
> Is this something we can test? I am going to add an e2e test. Converted it back to draft mode.
I have added a new e2e machine test `podman build contexts` in `pkg/machine/e2e/basic_tests.go`. I have also updated `pkg/machine/e2e/README.md` with more instructions to run the tests on windows. There are also...
@containers/podman-maintainers PTAL
> Does this mean Podman will now _just work_ with Dev Containers? I can scarcely contain my excitement! A few clarifications: - This is now merged in main branch and...
cc @elsony @resios