You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/05/21 17:09:34 UTC

[GitHub] [activemq-artemis] zekeoptimo opened a new pull request #3144: ARTEMIS-2773 Dockerfile Improvements

zekeoptimo opened a new pull request #3144:
URL: https://github.com/apache/activemq-artemis/pull/3144


   The current Dockerfile based on openjdk:8 does not build due to an unavailable version of libaio1 specified. It explicitly references version 0.3.110-3 of libaio1 however, it appears that 0.3.112-3 is the current stable version and when attempting to build the Dockerfile the following error occurs:
   
   ```
   Step 9/20 : RUN groupadd -g 1000 -r artemis && useradd -r -u 1000 -g artemis artemis && apt-get -qq -o=Dpkg::Use-Pty=0 update && apt-get -qq -o=Dpkg::Use-Pty=0 install -y --no-install-recommends libaio1=0.3.110-3 && rm -rf /var/lib/apt/lists/*
    ---> Running in f56ff568c477
   E: Version '0.3.110-3' for 'libaio1' was not found
   ``` 
   
   In addition, I received this error attempting to run prepare-docker.sh:
   
   `cp: cannot stat './{Dockerfile-centos,Dockerfile-ubuntu,docker-run.sh}': No such file or directory`
    
   Finally, the Dockerfile states it is Ubuntu, when in fact openjdk:8 is now Debian, so the names of the scripts and the readme should reflect this.
    


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [activemq-artemis] clebertsuconic commented on pull request #3144: ARTEMIS-2773 Dockerfile Improvements

Posted by GitBox <gi...@apache.org>.
clebertsuconic commented on pull request #3144:
URL: https://github.com/apache/activemq-artemis/pull/3144#issuecomment-632299088


   I made one little ammend to the commit name before pushing. Take a look on master just for future PRs.
   
   Thanks a lot.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [activemq-artemis] asfgit closed pull request #3144: ARTEMIS-2773 Dockerfile Improvements

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #3144:
URL: https://github.com/apache/activemq-artemis/pull/3144


   


----------------------------------------------------------------
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:
users@infra.apache.org