You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/09/11 09:34:08 UTC

[GitHub] [bookkeeper] Shoothzj opened a new pull request, #3483: Migrate Dockerfile from centos to ubuntu

Shoothzj opened a new pull request, #3483:
URL: https://github.com/apache/bookkeeper/pull/3483

   ### Motivation
   centos is not maintained anymore, switch to ubuntu
   
   ### Changes
   - migrate from centos to ubuntu
   - use python3 instead of python2
   - Bump bookkeeper version from 4.12.1 to latest 4.15.1


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bookkeeper] Shoothzj commented on pull request #3483: Migrate Dockerfile from centos to ubuntu

Posted by GitBox <gi...@apache.org>.
Shoothzj commented on PR #3483:
URL: https://github.com/apache/bookkeeper/pull/3483#issuecomment-1243356484

   @merlimat @nicoloboschi @eolivelli @hangc0276 PTAL


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bookkeeper] lhotari commented on pull request #3483: Migrate Dockerfile from centos to ubuntu

Posted by GitBox <gi...@apache.org>.
lhotari commented on PR #3483:
URL: https://github.com/apache/bookkeeper/pull/3483#issuecomment-1246447047

   Putting compilers in a production docker image isn't usually recommended. There shouldn't be any need to add gcc and g++.
   
   See https://github.com/apache/pulsar/pull/14093 . When installing python3 and pip3, the way to prevent installing compilers is to use `apt-get -y install --no-install-recommends python3 python3-pip` for the installation. 
   
   Blog post which explains the need to use `--no-install-recommends` when creating docker images: https://ubuntu.com/blog/we-reduced-our-docker-images-by-60-with-no-install-recommends
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bookkeeper] zymap commented on pull request #3483: Migrate Dockerfile from centos to ubuntu

Posted by GitBox <gi...@apache.org>.
zymap commented on PR #3483:
URL: https://github.com/apache/bookkeeper/pull/3483#issuecomment-1246164109

   I think we need to make the docker file changes apply to other branches.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bookkeeper] eolivelli merged pull request #3483: Migrate Dockerfile from centos to ubuntu

Posted by GitBox <gi...@apache.org>.
eolivelli merged PR #3483:
URL: https://github.com/apache/bookkeeper/pull/3483


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org