democratic_csi/images/democratic-csi/Dockerfile

9 lines
181 B
Docker
Raw Normal View History

2023-08-21 20:16:35 +02:00
ARG CSI_VERSION=1.8.3
FROM docker.io/democraticcsi/democratic-csi:v${CSI_VERSION}
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]