-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make buildah --no-pivot default, using env var
Needed for doing "podman build" (uses buildah) when running on rootfs. This environment variable has the same affect as DOCKER_RAMDISK does.
- Loading branch information
1 parent
572713c
commit fb0a6f4
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# BUILDAH_NOPIVOT=true disables pivot_root in Buildah, using MS_MOVE instead. | ||
# (Buildah is used by Podman for building container images using a Dockerfile) | ||
export BUILDAH_NOPIVOT=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters