-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|