mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-22 05:42:54 +00:00
rework test image (#185)
use scheduler image as base after dockerize round also execute some other commands clean up test containers after run switch kopano-admin to listing users (also more helpful when debugging) comment kopano-cli for the moment
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
FROM alpine:3.9
|
||||
|
||||
ENV DOCKERIZE_VERSION v0.6.1
|
||||
|
||||
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
|
||||
&& tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
|
||||
&& rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz
|
||||
ARG docker_repo=zokradonh
|
||||
FROM ${docker_repo}/kopano_scheduler
|
||||
|
||||
COPY test.sh /start.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user