From f043ef99e898b1bb704aa7855f4ccae9a8564107 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 12 Sep 2021 08:49:37 +0200 Subject: [PATCH] Remove orphaned args --- proxy-sqlite3/ol/Dockerfile | 2 -- web-service/rhel/Dockerfile | 1 - 2 files changed, 3 deletions(-) diff --git a/proxy-sqlite3/ol/Dockerfile b/proxy-sqlite3/ol/Dockerfile index c6da81679..62c868375 100644 --- a/proxy-sqlite3/ol/Dockerfile +++ b/proxy-sqlite3/ol/Dockerfile @@ -9,8 +9,6 @@ LABEL org.opencontainers.image.title="Zabbix proxy (SQLite3)" \ STOPSIGNAL SIGTERM -ENV TINI_VERSION=v0.19.0 - COPY ["conf/etc/yum.repos.d/oracle-epel-ol8.repo", "/etc/yum.repos.d/oracle-epel-ol8.repo"] RUN set -eux && \ diff --git a/web-service/rhel/Dockerfile b/web-service/rhel/Dockerfile index b2c74656b..70aa9dcb2 100644 --- a/web-service/rhel/Dockerfile +++ b/web-service/rhel/Dockerfile @@ -7,7 +7,6 @@ ARG ZBX_VERSION=${MAJOR_VERSION} ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} -ENV TINI_VERSION=v0.19.0 LABEL name="zabbix/zabbix-web-service-trunk" \ maintainer="alexey.pustovalov@zabbix.com" \