weizhouapache commented on code in PR #7315:
URL: https://github.com/apache/cloudstack/pull/7315#discussion_r1126381049


##########
packaging/README.md:
##########
@@ -31,7 +31,9 @@ The following commands assume that the CloudStack source is 
present in **/tmp/cl
 
 ``docker run -ti -v /tmp:/src ubuntu:14.04 /bin/bash -c "apt-get update && 
apt-get install -y dpkg-dev python debhelper openjdk-7-jdk genisoimage 
python-mysql.connector maven lsb-release devscripts && 
/src/cloudstack/packaging/build-deb.sh"``
 
-The commands above will generate Ubuntu 14.04 and 16.04 packages which you 
will find in */tmp* on your system after the build succeeds.

Review Comment:
   @kiranchavala 
   it would be better to use
   ```
   docker run -ti -v /tmp:/src ubuntu:22.04 /bin/bash -c \
   "apt-get update && \
   apt-get install -y software-properties-common && \
   apt-add-repository universe --yes \
   ...
   ```



-- 
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: [email protected]

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

Reply via email to