use local artifact repository
This commit is contained in:
parent
e0a7380c3d
commit
8dcc1a0fc5
@ -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"
|
||||||
|
Reference in New Issue
Block a user