From 704b5843c2bd165477d9b1f534d18b3eca854e9a Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 17 Apr 2018 08:32:38 -0400 Subject: [PATCH 1/2] temporary fix for yum issue --- wercker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wercker.yml b/wercker.yml index 6495f12fd9d..2804c00d859 100644 --- a/wercker.yml +++ b/wercker.yml @@ -52,7 +52,8 @@ build: - script: name: Remove things we do not want in the Docker image in order to reduce size of image code: | - yum -y remove tar gzip + rpm -e --nodeps tar + rpm -e --nodeps gzip yum clean all # push the image to quay.io using the GIT branch as the tag # this image needs to be available to the integration-test pipeline for testing From 4ef8d3e6dd71ca1eb9895d1d7504c00eddfec02a Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 17 Apr 2018 08:35:20 -0400 Subject: [PATCH 2/2] temporary fix for yum issue --- wercker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/wercker.yml b/wercker.yml index 2804c00d859..e3c5c9c3ccc 100644 --- a/wercker.yml +++ b/wercker.yml @@ -55,6 +55,7 @@ build: rpm -e --nodeps tar rpm -e --nodeps gzip yum clean all + rm -rf /var/cache/yum # push the image to quay.io using the GIT branch as the tag # this image needs to be available to the integration-test pipeline for testing - internal/docker-push: