Remove orphaned args

This commit is contained in:
Alexey Pustovalov 2021-09-12 08:49:37 +02:00
parent 8d96c39083
commit f043ef99e8
2 changed files with 0 additions and 3 deletions

View File

@ -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 && \

View File

@ -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" \