Skip to content
This repository was archived by the owner on Jan 24, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clouder/images/backup-bup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]

RUN apk add --update --no-cache supervisor ncftp python git openssh-client \
Expand Down
2 changes: 1 addition & 1 deletion clouder/images/nginx-data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]

RUN mkdir /etc/nginx
Expand Down
2 changes: 1 addition & 1 deletion clouder/images/nginx-exec/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]

RUN apk add --update --no-cache nginx openssl
Expand Down
2 changes: 1 addition & 1 deletion clouder_template_dns/images/bind-data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]

RUN mkdir -p /etc/bind
Expand Down
2 changes: 1 addition & 1 deletion clouder_template_dns/images/bind-exec/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]

RUN apk add --update bind
Expand Down
2 changes: 1 addition & 1 deletion clouder_template_mail/images/postfix-data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]

RUN mkdir /etc/postfix
Expand Down
2 changes: 1 addition & 1 deletion clouder_template_mail/images/postfix-exec/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]


Expand Down
2 changes: 1 addition & 1 deletion clouder_template_mail/images/spamassassin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]

RUN apk add --update spamassassin
Expand Down
2 changes: 1 addition & 1 deletion clouder_template_odoo/images/odoo-data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]

# create the odoo user
Expand Down
2 changes: 1 addition & 1 deletion clouder_template_odoo/images/odoo-exec/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]

#RUN touch /tmp/odoo-exec
Expand Down
2 changes: 1 addition & 1 deletion clouder_template_odoo/images/odoo-ssh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]

RUN touch /tmp/odoo-ssh
Expand Down
2 changes: 1 addition & 1 deletion clouder_template_odoo/images/odoo9-files/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]

RUN apk add --update git
Expand Down
2 changes: 1 addition & 1 deletion clouder_template_postgres/images/postgres-data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yannickburon/clouder:base
FROM clouder/base:3.4
MAINTAINER Yannick Buron [email protected]

RUN mkdir /var/lib/postgresql
Expand Down