Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-34403

docker build fails if Dockerfile pip-installs simplejson

XMLWordPrintable

      When using a Dockerfile, if docker build output contains "Successfully built" in stdout of some
      layer, that unrelated output will be taken as image id.

      Happens with a Dockerfile containing `RUN pip install simplejson`, for
      example.

      pip install outputs
      {{Successfully built simplejson
      }}

      And docker outputs

      {{Successfully built cb74fa59e071
      }}

            jonhermansen Jon Hermansen
            fungusakafungus Ilya Margolin
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: