Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit a524fb9

Browse files
committed
pin the legacy alpine tag at 3.15 and 1.1.2 glclient
1 parent 3651cb2 commit a524fb9

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,9 @@ RUN \
8080
RUN \
8181
echo "**** grab source ****" && \
8282
mkdir -p /gclient && \
83-
if [ -z ${GCLIENT_RELEASE+x} ]; then \
84-
GCLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/gclient/releases/latest" \
85-
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
86-
fi && \
8783
curl -o \
8884
/tmp/gclient.tar.gz -L \
89-
"https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE}.tar.gz" && \
85+
"https://github.com/linuxserver/gclient/archive/1.1.2.tar.gz" && \
9086
tar xf \
9187
/tmp/gclient.tar.gz -C \
9288
/gclient/ --strip-components=1

Dockerfile.aarch64

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,9 @@ RUN \
8080
RUN \
8181
echo "**** grab source ****" && \
8282
mkdir -p /gclient && \
83-
if [ -z ${GCLIENT_RELEASE+x} ]; then \
84-
GCLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/gclient/releases/latest" \
85-
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
86-
fi && \
8783
curl -o \
8884
/tmp/gclient.tar.gz -L \
89-
"https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE}.tar.gz" && \
85+
"https://github.com/linuxserver/gclient/archive/1.1.2.tar.gz" && \
9086
tar xf \
9187
/tmp/gclient.tar.gz -C \
9288
/gclient/ --strip-components=1

Dockerfile.armhf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,9 @@ RUN \
8080
RUN \
8181
echo "**** grab source ****" && \
8282
mkdir -p /gclient && \
83-
if [ -z ${GCLIENT_RELEASE+x} ]; then \
84-
GCLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/gclient/releases/latest" \
85-
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
86-
fi && \
8783
curl -o \
8884
/tmp/gclient.tar.gz -L \
89-
"https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE}.tar.gz" && \
85+
"https://github.com/linuxserver/gclient/archive/1.1.2.tar.gz" && \
9086
tar xf \
9187
/tmp/gclient.tar.gz -C \
9288
/gclient/ --strip-components=1

0 commit comments

Comments
 (0)