Uploaded image for project: 'Yetus'
  1. Yetus
  2. YETUS-833

start-build-env is failing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.10.0
    • build
    • None

    Description

      From the way it appears, the apache/yetus-base image is getting the last RUN statement treated as a CMD statement:

      $ docker inspect  apache/yetus-build-501:master
      ...
                  "Cmd": [
                      "/bin/bash",
                      "-o",
                      "pipefail",
                      "-c",
                      "apt-get -q update     && apt-get -q install --no-install-recommends -y nodejs npm     && apt-get clean     && rm -rf /var/lib/apt/lists/* &&     ln -s /usr/bin/nodejs /usr/bin/node &&     npm install -g npm@latest &&     npm install -g jshint"
                  ],
      ...
      

      This might be a bug with hub.docker.com.

      Attachments

        1. YETUS-833.00.patch
          3 kB
          Allen Wittenauer
        2. YETUS-833.01.patch
          3 kB
          Allen Wittenauer

        Activity

          People

            aw Allen Wittenauer
            aw Allen Wittenauer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: