[删除]多余的confd删除

This commit is contained in:
2024-09-14 14:06:32 +08:00
committed by Coding
parent ffc4e9a6c1
commit 9243c4a797
5 changed files with 0 additions and 66 deletions

View File

@@ -1,13 +0,0 @@
FROM openeuler/openeuler:24.03
RUN dnf update -y && \
dnf clean all && \
rm -rf /var/cache/dnf/*
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/confd && \
mkdir /data
CMD [ "confd"]