mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-16 03:20:48 +01:00
Remove orphaned args
This commit is contained in:
parent
8d96c39083
commit
f043ef99e8
@ -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 && \
|
||||
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user