mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 07:43:47 +01:00
Minor design changes
This commit is contained in:
parent
5f443844fd
commit
4d13676760
@ -46,7 +46,7 @@ RUN set -eux && \
|
||||
openipmi-libs \
|
||||
pcre \
|
||||
sqlite-libs \
|
||||
unixodbc
|
||||
unixodbc" && \
|
||||
apk add \
|
||||
--no-cache \
|
||||
--clean-protected \
|
||||
|
@ -47,6 +47,7 @@ RUN set -eux && \
|
||||
php7.4-xml \
|
||||
supervisor" && \
|
||||
INSTALL_TEMP_PKGS="gpg \
|
||||
ca-certificates \
|
||||
dirmngr \
|
||||
gpg-agent" && \
|
||||
apt-get -y update && \
|
||||
@ -119,8 +120,10 @@ RUN set -eux && \
|
||||
chgrp -R 0 /var/lib/php/session/ && \
|
||||
chmod -R g=u /var/lib/php/session/ && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y \
|
||||
purge \
|
||||
${INSTALL_TEMP_PKGS} && \
|
||||
purge \
|
||||
gpg \
|
||||
dirmngr \
|
||||
gpg-agent && \
|
||||
apt-get -y autoremove && \
|
||||
apt-get -y clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
@ -43,7 +43,7 @@ RUN set -eux && \
|
||||
php-ldap \
|
||||
php-mbstring \
|
||||
php-pgsql \
|
||||
php-xml
|
||||
php-xml \
|
||||
postgresql \
|
||||
supervisor" && \
|
||||
dnf -y install epel-release && \
|
||||
|
@ -43,7 +43,7 @@ RUN set -eux && \
|
||||
php-ldap \
|
||||
php-mbstring \
|
||||
php-pgsql \
|
||||
php-xml
|
||||
php-xml \
|
||||
postgresql \
|
||||
supervisor" && \
|
||||
microdnf -y module enable php:7.4 && \
|
||||
|
@ -47,6 +47,7 @@ RUN set -eux && \
|
||||
postgresql-client \
|
||||
supervisor" && \
|
||||
INSTALL_TEMP_PKGS="gpg \
|
||||
ca-certificates \
|
||||
dirmngr \
|
||||
gpg-agent" && \
|
||||
apt-get -y update && \
|
||||
@ -119,8 +120,10 @@ RUN set -eux && \
|
||||
chgrp -R 0 /var/lib/php/session/ && \
|
||||
chmod -R g=u /var/lib/php/session/ && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y \
|
||||
purge \
|
||||
${INSTALL_TEMP_PKGS} && \
|
||||
purge \
|
||||
gpg \
|
||||
dirmngr \
|
||||
gpg-agent && \
|
||||
apt-get -y autoremove && \
|
||||
apt-get -y clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
@ -26,6 +26,8 @@ services:
|
||||
args:
|
||||
BUILD_BASE_IMAGE: zabbix-build-base:alpine-local
|
||||
image: zabbix-build-sqlite3:alpine-local
|
||||
profiles:
|
||||
- all
|
||||
depends_on:
|
||||
- zabbix-build-base
|
||||
|
||||
|
@ -26,6 +26,8 @@ services:
|
||||
args:
|
||||
BUILD_BASE_IMAGE: zabbix-build-base:alpine-local
|
||||
image: zabbix-build-mysql:alpine-local
|
||||
profiles:
|
||||
- all
|
||||
depends_on:
|
||||
- zabbix-build-base
|
||||
|
||||
@ -37,6 +39,8 @@ services:
|
||||
args:
|
||||
BUILD_BASE_IMAGE: zabbix-build-base:alpine-local
|
||||
image: zabbix-build-sqlite3:alpine-local
|
||||
profiles:
|
||||
- all
|
||||
depends_on:
|
||||
- zabbix-build-base
|
||||
|
||||
|
@ -26,6 +26,8 @@ services:
|
||||
args:
|
||||
BUILD_BASE_IMAGE: zabbix-build-base:centos-local
|
||||
image: zabbix-build-sqlite3:centos-local
|
||||
profiles:
|
||||
- all
|
||||
depends_on:
|
||||
- zabbix-build-base
|
||||
|
||||
|
@ -26,6 +26,8 @@ services:
|
||||
args:
|
||||
BUILD_BASE_IMAGE: zabbix-build-base:centos-local
|
||||
image: zabbix-build-mysql:centos-local
|
||||
profiles:
|
||||
- all
|
||||
depends_on:
|
||||
- zabbix-build-base
|
||||
|
||||
@ -37,6 +39,8 @@ services:
|
||||
args:
|
||||
BUILD_BASE_IMAGE: zabbix-build-base:centos-local
|
||||
image: zabbix-build-sqlite3:centos-local
|
||||
profiles:
|
||||
- all
|
||||
depends_on:
|
||||
- zabbix-build-base
|
||||
|
||||
|
@ -26,6 +26,8 @@ services:
|
||||
args:
|
||||
BUILD_BASE_IMAGE: zabbix-build-base:ol-local
|
||||
image: zabbix-build-sqlite3:ol-local
|
||||
profiles:
|
||||
- all
|
||||
depends_on:
|
||||
- zabbix-build-base
|
||||
|
||||
|
@ -26,6 +26,8 @@ services:
|
||||
args:
|
||||
BUILD_BASE_IMAGE: zabbix-build-base:ol-local
|
||||
image: zabbix-build-mysql:ol-local
|
||||
profiles:
|
||||
- all
|
||||
depends_on:
|
||||
- zabbix-build-base
|
||||
|
||||
@ -37,6 +39,8 @@ services:
|
||||
args:
|
||||
BUILD_BASE_IMAGE: zabbix-build-base:ol-local
|
||||
image: zabbix-build-sqlite3:ol-local
|
||||
profiles:
|
||||
- all
|
||||
depends_on:
|
||||
- zabbix-build-base
|
||||
|
||||
|
@ -26,6 +26,8 @@ services:
|
||||
args:
|
||||
BUILD_BASE_IMAGE: zabbix-build-base:ubuntu-local
|
||||
image: zabbix-build-sqlite3:ubuntu-local
|
||||
profiles:
|
||||
- all
|
||||
depends_on:
|
||||
- zabbix-build-base
|
||||
|
||||
|
@ -26,6 +26,8 @@ services:
|
||||
args:
|
||||
BUILD_BASE_IMAGE: zabbix-build-base:ubuntu-local
|
||||
image: zabbix-build-mysql:ubuntu-local
|
||||
profiles:
|
||||
- all
|
||||
depends_on:
|
||||
- zabbix-build-base
|
||||
|
||||
@ -37,6 +39,8 @@ services:
|
||||
args:
|
||||
BUILD_BASE_IMAGE: zabbix-build-base:ubuntu-local
|
||||
image: zabbix-build-sqlite3:ubuntu-local
|
||||
profiles:
|
||||
- all
|
||||
depends_on:
|
||||
- zabbix-build-base
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user