mirror of
https://github.com/friendica/docker
synced 2026-04-16 23:47:46 +02:00
Change update & maintenance process
- Using 2018.05-rc as stable/productionin - Using "update.sh" for creating the environments (single point of change)
This commit is contained in:
parent
1e6852cd9a
commit
b46fae9173
36 changed files with 419 additions and 900 deletions
|
|
@ -1,10 +1,7 @@
|
|||
FROM friendica/server:apache
|
||||
|
||||
ENV AUTOINSTALL true
|
||||
ENV MARIADB_VERSION 10.3
|
||||
|
||||
RUN set -ex; \
|
||||
; \
|
||||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
supervisor \
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
FROM friendica/server:fpm
|
||||
|
||||
ENV AUTOINSTALL true
|
||||
ENV MARIADB_VERSION 10.3
|
||||
|
||||
RUN set -ex; \
|
||||
; \
|
||||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
supervisor \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue