Allen Wittenauer created YETUS-833:
--------------------------------------

             Summary: start-build-env is failing
                 Key: YETUS-833
                 URL: https://issues.apache.org/jira/browse/YETUS-833
             Project: Yetus
          Issue Type: Bug
            Reporter: Allen Wittenauer


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

{code}
$ 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"
            ],
...
{code}

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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to