From 78e319afe5da4f985c38f1f8ce61bb7e5de1a883 Mon Sep 17 00:00:00 2001 From: sinav Date: Sun, 23 Jun 2024 20:27:48 +0300 Subject: [PATCH] wip --- zabbix-agent2/Dockerfile | 4 ++-- zabbix-agent2/{ => rootfs}/run.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename zabbix-agent2/{ => rootfs}/run.sh (100%) diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index 2bb55e6..1900d17 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -21,8 +21,8 @@ STOPSIGNAL SIGTERM COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_agent2", "/usr/sbin/zabbix_agent2"] COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/conf/zabbix_agentd.conf", "/etc/zabbix/zabbix_agent2.conf"] -COPY run.sh /run.sh -# COPY rootfs / +# COPY run.sh /run.sh +COPY rootfs / RUN set -eux && \ INSTALL_PKGS="bash \ diff --git a/zabbix-agent2/run.sh b/zabbix-agent2/rootfs/run.sh similarity index 100% rename from zabbix-agent2/run.sh rename to zabbix-agent2/rootfs/run.sh