Replaced crazymanjinn/zfs-utils base image as it's been 2 years without updates. Changed from Debian to Ubuntu base because it's been easier to tailor, otherwise image is fairly similar
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
FROM crazymanjinn/zfs-utils
|
FROM ubuntu:latest
|
||||||
|
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt-get install -y curl lsb-release
|
||||||
|
RUN apt-get install -y zfs-dkms zfsutils-linux
|
||||||
|
RUN apt-get -y update
|
||||||
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV zfswatcher_package="zfswatcher_0.4.6-1_amd64.deb" \
|
ENV zfswatcher_package="zfswatcher_0.4.6-1_amd64.deb" \
|
||||||
zfswatcher_link="https://github.com/rouben/zfswatcher/releases/download/0.4.6/"
|
zfswatcher_link="https://github.com/rouben/zfswatcher/releases/download/0.4.6/"
|
||||||
|
|||||||
Reference in New Issue
Block a user