use local artifact repository

This commit is contained in:
Hyatt 2022-01-16 15:14:53 -06:00
parent e0a7380c3d
commit 8dcc1a0fc5
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache curl jq && \\
VER=\$(curl --silent "https://api.github.com/repos/gorcon/rcon-cli/releases/latest" | jq -r '.tag_name' | sed -r 's/v//') && \\ VER=\$(curl --silent "https://api.github.com/repos/gorcon/rcon-cli/releases/latest" | jq -r '.tag_name' | sed -r 's/v//') && \\
curl --silent \\ curl --silent \\
--location \\ --location \\
"https://github.com/gorcon/rcon-cli/releases/download/v\${VER}/rcon-\${VER}-amd64_linux.tar.gz" \\ "https://nexus.c.test-chamber-13.lan/repository/github-releases/gorcon/rcon-cli/releases/download/v\${VER}/rcon-\${VER}-amd64_linux.tar.gz" \\
| \\ | \\
tar -z -x -C /tmp -f - && \\ tar -z -x -C /tmp -f - && \\
cp /tmp/rcon-\${VER}-amd64_linux/rcon "/tmp/rcon" cp /tmp/rcon-\${VER}-amd64_linux/rcon "/tmp/rcon"