We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37287ca + 8421a3a commit 1640515Copy full SHA for 1640515
wercker.yml
@@ -52,8 +52,10 @@ build:
52
- script:
53
name: Remove things we do not want in the Docker image in order to reduce size of image
54
code: |
55
- yum -y remove tar gzip
+ rpm -e --nodeps tar
56
+ rpm -e --nodeps gzip
57
yum clean all
58
+ rm -rf /var/cache/yum
59
# push the image to quay.io using the GIT branch as the tag
60
# this image needs to be available to the integration-test pipeline for testing
61
- internal/docker-push:
0 commit comments