summaryrefslogtreecommitdiff
path: root/Dockerfile.centos
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-06-04 14:09:28 -0400
committerChris Evich <cevich@redhat.com>2019-06-10 12:54:42 -0400
commit1a9accb37973c1d025bd70d0803393a9866cc6f9 (patch)
tree878355ec1d2607aa08e88d6da2dc3b25e88c9707 /Dockerfile.centos
parent901ac2cdd34d24aa5e33b0a0899e273052307b1b (diff)
downloadpodman-1a9accb37973c1d025bd70d0803393a9866cc6f9.tar.gz
podman-1a9accb37973c1d025bd70d0803393a9866cc6f9.tar.bz2
podman-1a9accb37973c1d025bd70d0803393a9866cc6f9.zip
Remove source-built buildah from CI
Signed-off-by: Chris Evich <cevich@redhat.com>
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 \