sekikn opened a new pull request #673:
URL: https://github.com/apache/bigtop/pull/673


   I confirmed that newly built bigtop/puppet image with this PR has the ps 
command, as follows:
   
   ```
   $ docker run -it debian:10 ps  # The original Debian 10 image doesn't have 
the ps command
   docker: Error response from daemon: OCI runtime create failed: 
container_linux.go:349: starting container process caused "exec: \"ps\": 
executable file not found in $PATH": unknown.
   ERRO[0000] error waiting for container: context canceled 
   $ cd docker/bigtop-puppet
   $ ./build.sh trunk-debian-10
   
   (snip)
   
   Successfully built ad86d3a95f32
   Successfully tagged bigtop/puppet:trunk-debian-10
   ++ rm -f Dockerfile puppetize.sh
   $ docker run -it bigtop/puppet:trunk-debian-10 ps  # Confirm successful 
installation
     PID TTY          TIME CMD
       1 pts/0    00:00:00 ps
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to