summaryrefslogtreecommitdiff
path: root/contrib/gate/Dockerfile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-04 10:48:41 +0200
committerGitHub <noreply@github.com>2020-06-04 10:48:41 +0200
commitd6e70c6df9ab9bf768efa69ba29601b64721ffd1 (patch)
treec7286b7f1572e01104737beb13b7a0fccbd18284 /contrib/gate/Dockerfile
parent1f8c509fafb4ce41970c4f28ed55daec459c7520 (diff)
parent545aef7d9bd48b268222540ef7c5ffbf8b02ea6e (diff)
downloadpodman-d6e70c6df9ab9bf768efa69ba29601b64721ffd1.tar.gz
podman-d6e70c6df9ab9bf768efa69ba29601b64721ffd1.tar.bz2
podman-d6e70c6df9ab9bf768efa69ba29601b64721ffd1.zip
Merge pull request #6487 from rhatdan/VENDOR
Vendor in container/storage v1.20.2
Diffstat (limited to 'contrib/gate/Dockerfile')
-rw-r--r--contrib/gate/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gate/Dockerfile b/contrib/gate/Dockerfile
index f86709b00..657b5accf 100644
--- a/contrib/gate/Dockerfile
+++ b/contrib/gate/Dockerfile
@@ -13,7 +13,7 @@ COPY . $GOSRC
# Note: adding conmon and crun so podman command checks will work
RUN dnf -y install \
$(grep "^[^#]" $GOSRC/contrib/dependencies.txt) diffutils containers-common fuse-overlayfs conmon crun runc --exclude container-selinux; \
- sed -i -e 's|^#mount_program|mount_program|g' /etc/containers/storage.conf \
+ sed -i -e 's|^#mount_program|mount_program|g' -e 's/# size.*/skip_mount_home = "true"/g' /etc/containers/storage.conf \
&& dnf clean all
# Install dependencies