#494 Run docker prune before building the image in the JJ
Merged 4 years ago by gnaponie. Opened 4 years ago by gnaponie.
gnaponie/freshmaker prune  into  master

file modified
+1
@@ -144,6 +144,7 @@ 

           * the rules in PEP440. But Docker does not let us have + in the tag

           * name, so let's munge it here. */

          appversion = appversion.replace('+', '-')

+         sh 'docker image prune -a -f'

          docker.withRegistry(

                  'https://docker-registry.upshift.redhat.com/',

                  'factory2-upshift-registry-token') {

rebased onto fae22d7027793dc242f9b56276d6355fc95e6adc

4 years ago

rebased onto 99046ca

4 years ago

Pull-Request has been merged by gnaponie

4 years ago