[
https://issues.apache.org/jira/browse/YETUS-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer reassigned YETUS-833:
--------------------------------------
Assignee: Allen Wittenauer
> start-build-env is failing
> --------------------------
>
> Key: YETUS-833
> URL: https://issues.apache.org/jira/browse/YETUS-833
> Project: Yetus
> Issue Type: Bug
> Components: build
> Reporter: Allen Wittenauer
> Assignee: Allen Wittenauer
> Priority: Major
> Attachments: YETUS-833.00.patch
>
>
> 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)