mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-22 05:42:54 +00:00
Enforce .editorconfig by running eclint (#213)
* tune .editorconfig for the existing files * fix reported linting issues * travis: switch language to node_js to be able to run npm * travis: build on ubuntu bionic
This commit is contained in:
+5
-5
@@ -16,11 +16,11 @@ LABEL maintainer=az@zok.xyz \
|
||||
org.label-schema.schema-version="1.0"
|
||||
|
||||
RUN apk add --no-cache \
|
||||
jq \
|
||||
moreutils \
|
||||
openssl \
|
||||
py-pip \
|
||||
&& pip install yq==2.7.2
|
||||
jq \
|
||||
moreutils \
|
||||
openssl \
|
||||
py-pip \
|
||||
&& pip install yq==2.7.2
|
||||
|
||||
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 \
|
||||
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
# Kopano Konnect image
|
||||
|
||||
[](https://microbadger.com/images/zokradonh/kopano_konnect "Microbadger size/labels") [](https://microbadger.com/images/zokradonh/kopano_konnect "Microbadger version")
|
||||
|
||||
# Kopano Konnect image
|
||||
|
||||
[](https://microbadger.com/images/zokradonh/kopano_konnect "Microbadger size/labels") [](https://microbadger.com/images/zokradonh/kopano_konnect "Microbadger version")
|
||||
|
||||
Image to run [Kopano Konnect](https://github.com/kopano-dev/konnect). Takes the [official image](https://cloud.docker.com/u/kopano/repository/docker/kopano/konnectd) and extends it for automatic configuration.
|
||||
Reference in New Issue
Block a user