Skip to content

Commit

Permalink
label should have double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
seblucas committed Dec 7, 2017
1 parent 248d496 commit 2ef72f8
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion alpine-ansible/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM seblucas/alpine-python2:2.7.13
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"
LABEL Description="Ansible"

ARG ANSIBLE_VERSION=2.3.1.0
Expand Down
2 changes: 1 addition & 1 deletion alpine-cifs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.6
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"
LABEL Description="CIFS docker image"

COPY mountFreebox.sh /usr/bin/mountFreebox.sh
Expand Down
2 changes: 1 addition & 1 deletion alpine-homeassistant/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM seblucas/alpine-python3:3.6.1
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"
LABEL Description="Home Assistant"

RUN mkdir /data && \
Expand Down
2 changes: 1 addition & 1 deletion alpine-minidlna/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.6
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"

# install minidlna
RUN echo '@community http://nl.alpinelinux.org/alpine/v3.6/community' >> /etc/apk/repositories && \
Expand Down
2 changes: 1 addition & 1 deletion alpine-mosquitto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.6
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"
LABEL Description="MQTT docker image"

RUN apk --no-cache add \
Expand Down
2 changes: 1 addition & 1 deletion alpine-mqttwarn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.6
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"
LABEL Description="mqttwarn image"

RUN apk --no-cache --update add \
Expand Down
2 changes: 1 addition & 1 deletion alpine-nginx-php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM seblucas/alpine-nginx:1.4
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"
LABEL Description="Nginx/grav docker image"

RUN echo '@community http://nl.alpinelinux.org/alpine/v3.6/community' >> /etc/apk/repositories && \
Expand Down
2 changes: 1 addition & 1 deletion alpine-nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.6
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"
LABEL Description="Nginx docker image"

RUN apk --no-cache add \
Expand Down
2 changes: 1 addition & 1 deletion alpine-nzbget/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.6
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"
LABEL Description="Nzbget"

RUN apk add --no-cache --update curl p7zip unrar && \
Expand Down
2 changes: 1 addition & 1 deletion alpine-plowdown/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.6
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"
LABEL Description="Plowdown docker image"

RUN apk --no-cache --update add \
Expand Down
2 changes: 1 addition & 1 deletion alpine-python2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.6
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"
LABEL Description="python2 image"

ARG TIMEZONE=Europe/Paris
Expand Down
2 changes: 1 addition & 1 deletion alpine-python3-cron/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM seblucas/alpine-python3:3.6.1
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"
LABEL Description="python3 / cron image"

COPY runCron.sh /bin/runCron.sh
Expand Down
2 changes: 1 addition & 1 deletion alpine-python3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.6
LABEL maintainer=Sebastien Lucas <[email protected]>
LABEL maintainer="Sebastien Lucas <[email protected]>"
LABEL Description="python3 image"

ARG TIMEZONE=Europe/Paris
Expand Down

0 comments on commit 2ef72f8

Please sign in to comment.