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

image.push throws HTTP 404 response body: invalid character

    XMLWordPrintable

Details

    Description

      docker.withRegistry('https://hub.docker.com', 'xxxxxx') {
        buildImage.push();
      }

       

      96748c3cae14: Preparing
      272b6ebaebc6: Preparing
      bcc68314b3ac: Preparing
      e319e2355095: Preparing
      06a41993c188: Preparing
      b9da92eb5509: Preparing
      0e08b8ceddd1: Preparing
      216eddd97acc: Preparing
      c47d9b229ca4: Preparing
      b9da92eb5509: Waiting
      0e08b8ceddd1: Waiting
      216eddd97acc: Waiting
      c47d9b229ca4: Waiting
      error parsing HTTP 404 response body: invalid character '<' looking for beginning of value: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"

      Attachments

        Activity

          This error appears when you connect to your registry on the wrong URL or port, for example when you try to connect to the UI (usually you will have a different port for the backend) or when you use a proxy / reverse proxy.

          konzertheld Christian Gredig added a comment - This error appears when you connect to your registry on the wrong URL or port, for example when you try to connect to the UI (usually you will have a different port for the backend) or when you use a proxy / reverse proxy.
          jglick Jesse Glick added a comment -

          Most likely a user error.

          jglick Jesse Glick added a comment - Most likely a user error.

          People

            Unassigned Unassigned
            yuvaraj yuva raj
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: