[修改]调整了Prometheus与opcua exporter的dockerfile路径,修正了confd模版

This commit is contained in:
makotocc0107
2024-09-11 11:11:05 +08:00
committed by Coding
parent 0021d2da26
commit c2794f29ee
5 changed files with 33 additions and 5 deletions

View File

@@ -47,6 +47,10 @@ RUN dnf update -y && \
RUN curl -fsSL https://github.com/abtreece/confd/releases/download/v0.20.0/confd-v0.20.0-linux-amd64.tar.gz | tar -xz -C /usr/local/bin && \
chmod +x /usr/local/bin/confd
RUN mkdir /etc/opcua
COPY ./confd/ /etc/confd/
COPY ./supervisord/ /etc/supervisord/
COPY --from=build /app/build/opcua_exporter /usr/local/bin