We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d05a5ea + 2dda23a commit 9badda3Copy full SHA for 9badda3
kapacitor/1.6/alpine/Dockerfile
@@ -20,9 +20,7 @@ RUN set -ex && \
20
gpg --batch --verify kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
21
mkdir -p /usr/src && \
22
tar -C /usr/src -xzf kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
23
- rm -f /usr/src/kapacitor-*/kapacitor.conf && \
24
- chmod +x /usr/src/kapacitor-*/* && \
25
- cp -a /usr/src/kapacitor-*/* /usr/bin/ && \
+ cp -ar /usr/src/kapacitor-*/* / && \
26
gpgconf --kill all && \
27
rm -rf *.tar.gz* /usr/src /root/.gnupg && \
28
apk del .build-deps
0 commit comments