You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/08/12 20:43:05 UTC

[GitHub] [cloudstack] tetra12 commented on pull request #5310: Support docker builds for ubuntu 20.04

tetra12 commented on pull request #5310:
URL: https://github.com/apache/cloudstack/pull/5310#issuecomment-897954272


   This PR allows to use the latest NodeJS, Maven and Python2 deps, which are NOT present in the 20.04 (focal) apt repo.
   
   That's why I had to remove some dependencies from rules, since the packager won't detect custom installation for Node, Maven and Python.
   
   I assume this will not be an issue for those, who wanna build `*.deb` locally, since build flow will yield an error downstream if any deps are missing.
   
   Docker image simplifies building CloudStack and gives a single immutable image, which can used locally, for testing, CI, CD, etc
   
   To build `deb` files for Ubuntu 20.04, run this:
   `docker run -v $PWD/cloudstack:/mnt/build/cloudstack tampler/cs-deb:2004 /usr/local/bin/docker-entrypoint.sh`


-- 
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@cloudstack.apache.org

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