You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mnemonic.apache.org by GitBox <gi...@apache.org> on 2022/08/19 03:04:56 UTC

[GitHub] [mnemonic] yzz127 commented on a diff in pull request #307: MNEMONIC-757: Dev docker base image ubuntu version outdated and causi…

yzz127 commented on code in PR #307:
URL: https://github.com/apache/mnemonic/pull/307#discussion_r949760266


##########
docker/docker-Ubuntu/Dockerfile:
##########
@@ -15,13 +15,13 @@
 # limitations under the License.
 #
 
-FROM ubuntu:21.10
+FROM ubuntu:22.04
 LABEL maintainer="Yanhui Zhao (yanhui.zhao@outlook.com)"
 
 RUN apt-get -y update && apt-get install -y software-properties-common && add-apt-repository ppa:openjdk-r/ppa && apt-get -y update && \
     apt-get install -y openjdk-17-jdk cmake check git pkg-config autoconf man build-essential gcc g++ uuid-dev pandoc devscripts flex doxygen maven
 
-RUN apt-get install -y libndctl-dev libpmem-dev libvmem-dev libpmemobj-dev libmemkind-dev
+RUN apt-get install -y libndctl-dev libpmem-dev libpmemobj-dev libmemkind-dev

Review Comment:
   libvmem-dev is not available on 22.04, so it temporary work around is to build from source. Please see other changes in this PR. Thanks!



-- 
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: dev-unsubscribe@mnemonic.apache.org

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