Skip to content

Commit c60d1eb

Browse files
committed
kapacitor: remove leading v
1 parent 06080f9 commit c60d1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kapacitor/1.7/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ RUN set -ex && \
1717
done && \
1818
wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc && \
1919
wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
20-
gpg --batch --verify kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
20+
gpg --batch --verify kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
2121
mkdir -p /usr/src && \
22-
tar -C /usr/src -xzf kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
22+
tar -C /usr/src -xzf kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
2323
cp -ar /usr/src/kapacitor-*/* / && \
2424
gpgconf --kill all && \
2525
rm -rf *.tar.gz* /usr/src /root/.gnupg && \

0 commit comments

Comments
 (0)