From 6f0c2898269b21259b0c0ed2d13376a9d0952968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 7 Dec 2020 11:28:49 +0100 Subject: [PATCH] testing lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- Dockerfile | 3 +++ containers/zammad-elasticsearch/Dockerfile | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4708c9b..fb4ffd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,3 +10,6 @@ LABEL org.label-schema.build-date="$BUILD_DATE" \ org.label-schema.vendor="Zammad" \ org.label-schema.schema-version="3.6.0" \ org.label-schema.docker.cmd="sysctl -w vm.max_map_count=262144;docker-compose up" + + +testlint \ No newline at end of file diff --git a/containers/zammad-elasticsearch/Dockerfile b/containers/zammad-elasticsearch/Dockerfile index a5d5cc0..1c968f2 100644 --- a/containers/zammad-elasticsearch/Dockerfile +++ b/containers/zammad-elasticsearch/Dockerfile @@ -15,3 +15,5 @@ LABEL org.label-schema.build-date="$BUILD_DATE" \ SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"] RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment + +testlint \ No newline at end of file