mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
bug(zfspv): not able to deploy on rancher with ZFS 0.8.
The ZFS 0.8 has dependency on libcrypto.so.1.1 which in turn requires GLIBC_2.25 supported by the system. Changed the docker image to 18:04 as 16:04 has glibc version 2.23. Also updated the README with the supported system details. Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
eee591257c
commit
b33542eee2
3 changed files with 18 additions and 19 deletions
|
|
@ -3,9 +3,9 @@
|
|||
# volume-mgmt releases.
|
||||
#
|
||||
|
||||
FROM ubuntu:16.04
|
||||
FROM ubuntu:18.04
|
||||
RUN apt-get update; exit 0
|
||||
RUN apt-get -y install rsyslog
|
||||
RUN apt-get -y install rsyslog libssl-dev
|
||||
#RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY zfs-driver /usr/local/bin/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue