You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Guodong Xu (Jira)" <ji...@apache.org> on 2019/09/17 07:04:00 UTC

[jira] [Created] (BIGTOP-3224) missing mvn in bigtop/slaves:1.4.0-debian-9

Guodong Xu created BIGTOP-3224:
----------------------------------

             Summary: missing mvn in bigtop/slaves:1.4.0-debian-9
                 Key: BIGTOP-3224
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3224
             Project: Bigtop
          Issue Type: Bug
          Components: docker
    Affects Versions: 1.4.0
            Reporter: Guodong Xu


In bigtop/slaves:1.4.0-debian-9 image generated for docker hub,  there is no 'mvn'.

Procedure to reproduce the issue:

1. docker pull bigtop/slaves:1.4.0-debian-9

2. docker run --rm -u jenkins --workdir /ws -v ${PWD}:/ws -it bigtop/slaves:1.4.0-debian-9 bash -l

3. inside the container, run:

jenkins@c1ffde810ca0:/ws$ . /etc/profile.d/bigtop.sh

jenkins@c1ffde810ca0:/ws$ which mvn

jenkins@c1ffde810ca0:/ws$ mvn 
bash: mvn: command not found

 

Expected result should be:

$ which mvn
/usr/local/maven/bin/mvn



--
This message was sent by Atlassian Jira
(v8.3.2#803003)