Skip to content
Snippets Groups Projects
Commit b9a78110 authored by Jeffrey Smith II's avatar Jeffrey Smith II
Browse files

chore: new build

parent c9bf62aa
No related branches found
No related tags found
No related merge requests found
......@@ -30,12 +30,9 @@ RUN set -eux && \
wget --no-verbose https://dl.influxdata.com/influxdb/releases/influxdb2-client-${INFLUX_CLI_VERSION}-linux-${ARCH}.tar.gz && \
export GNUPGHOME="$(mktemp -d)" && \
echo "disable-ipv6" >> $GNUPGHOME/dirmngr.conf && \
gpg --keyserver keys.openpgp.org --recv-keys 8C2D403D3C3BDB81A4C27C883C3E4B7317FFE40A && \
gpg --batch --verify influxdb2-client-${INFLUX_CLI_VERSION}-linux-${ARCH}.tar.gz.asc influxdb2-client-${INFLUX_CLI_VERSION}-linux-${ARCH}.tar.gz && \
tar xzf influxdb2-client-${INFLUX_CLI_VERSION}-linux-${ARCH}.tar.gz && \
cp influxdb2-client-${INFLUX_CLI_VERSION}-linux-${ARCH}/influx /usr/local/bin/influx && \
gpgconf --kill all && \
rm -rf "$GNUPGHOME" influxdb2.key influxdb2-client-${INFLUX_CLI_VERSION}-linux-${ARCH}* && \
rm -rf influxdb2-client-${INFLUX_CLI_VERSION}-linux-${ARCH}* && \
influx version
# Create standard directories expected by the entry-point.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment