From 8428599845372a8f0519d325790cfd0e1b5f4c4b Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sat, 13 Jul 2019 03:47:30 +0300 Subject: [PATCH] Remove orphaned information about SVN --- proxy-mysql/alpine/Dockerfile | 1 - server-mysql/ubuntu/Dockerfile | 1 - web-apache-pgsql/centos/Dockerfile | 2 +- zabbix-appliance/alpine/Dockerfile | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/proxy-mysql/alpine/Dockerfile b/proxy-mysql/alpine/Dockerfile index 739652eac..81bbef730 100644 --- a/proxy-mysql/alpine/Dockerfile +++ b/proxy-mysql/alpine/Dockerfile @@ -80,7 +80,6 @@ RUN set -eux && \ net-snmp-dev \ openipmi-dev \ openldap-dev \ - subversion \ unixodbc-dev \ alpine-sdk && \ cd /tmp/ && \ diff --git a/server-mysql/ubuntu/Dockerfile b/server-mysql/ubuntu/Dockerfile index 8b37058ff..a6439362c 100644 --- a/server-mysql/ubuntu/Dockerfile +++ b/server-mysql/ubuntu/Dockerfile @@ -161,7 +161,6 @@ RUN set -eux && \ unixodbc-dev && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ rm -rf /var/lib/apt/lists/* && \ - rm -rf /root/.subversion && \ chmod +x /sbin/tini EXPOSE 10051/TCP diff --git a/web-apache-pgsql/centos/Dockerfile b/web-apache-pgsql/centos/Dockerfile index a24c87360..4fa320668 100644 --- a/web-apache-pgsql/centos/Dockerfile +++ b/web-apache-pgsql/centos/Dockerfile @@ -35,7 +35,7 @@ ARG YUM_FLAGS_PERSISTENT="${YUM_FLAGS_COMMON}" ARG MAJOR_VERSION=master ARG ZBX_VERSION=${MAJOR_VERSION} -ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/ +ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \ ZBX_TYPE=frontend ZBX_DB_TYPE=postgresql ZBX_OPT_TYPE=apache diff --git a/zabbix-appliance/alpine/Dockerfile b/zabbix-appliance/alpine/Dockerfile index 1235488e9..36c3a412f 100644 --- a/zabbix-appliance/alpine/Dockerfile +++ b/zabbix-appliance/alpine/Dockerfile @@ -102,7 +102,6 @@ RUN set -eux && \ openipmi-dev \ openjdk8 \ openldap-dev \ - subversion \ unixodbc-dev && \ cd /tmp/ && \ git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \