summaryrefslogtreecommitdiff
path: root/Dockerfile.centos
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-11 21:40:30 +0200
committerGitHub <noreply@github.com>2019-06-11 21:40:30 +0200
commitf8a84fdcff12fdc150bb303d0004d5ba0cd6087b (patch)
tree5628def27288b40542087e444a824e100cd3ab80 /Dockerfile.centos
parentc385f33cdf5e480b4c3f03227989cd56563d9cc0 (diff)
parent8baa897356d1c48044c8e38ac08ec89919082339 (diff)
downloadpodman-f8a84fdcff12fdc150bb303d0004d5ba0cd6087b.tar.gz
podman-f8a84fdcff12fdc150bb303d0004d5ba0cd6087b.tar.bz2
podman-f8a84fdcff12fdc150bb303d0004d5ba0cd6087b.zip
Merge pull request #3261 from cevich/no_buildah
Remove source-built buildah from CI
Diffstat (limited to 'Dockerfile.centos')
-rw-r--r--Dockerfile.centos8
1 files changed, 0 insertions, 8 deletions
diff --git a/Dockerfile.centos b/Dockerfile.centos
index 159449c63..c1d93d5d3 100644
--- a/Dockerfile.centos
+++ b/Dockerfile.centos
@@ -38,14 +38,6 @@ RUN set -x \
&& cp bin/* /usr/libexec/cni \
&& rm -rf "$GOPATH"
-# Install buildah
-RUN set -x \
- && export GOPATH=/go \
- && git clone https://github.com/containers/buildah "$GOPATH/src/github.com/containers/buildah" \
- && cd "$GOPATH/src/github.com/containers/buildah" \
- && make \
- && make install
-
# Install ginkgo
RUN set -x \
&& export GOPATH=/go \