mirror of
https://github.com/containers/podman.git
synced 2025-09-25 15:55:32 +08:00

Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.32.3 to 1.32.5. - [Release notes](https://github.com/containers/storage/releases) - [Changelog](https://github.com/containers/storage/blob/main/docs/containers-storage-changes.md) - [Commits](https://github.com/containers/storage/compare/v1.32.3...v1.32.5) --- updated-dependencies: - dependency-name: github.com/containers/storage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
931 B
931 B
Development Plan
Development goals for Buildah
-
Integration into Kubernetes and potentially other tools. The biggest requirement for this is to be able run Buildah within a standard linux container without SYS_ADMIN privileges. This would allow Buildah to run non-privileged containers inside of Kubernetes, so you could distribute your container workloads.
-
Integration with User Namespace, Podman has this already and the goal is to get
buildah bud
andbuildah run
to be able to run its containers in a usernamespace to give the builder better security isolation from the host. -
Buildah
buildah bud
command's goal is to have feature parity with other OCI image and container build systems. -
Addressing issues from the community as reported in the Issues page.