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

Commit e19d25c

Browse files
committed
need to pin focal builds to old gclient version
1 parent 7851258 commit e19d25c

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
@@ -81,13 +81,9 @@ RUN \
8181
RUN \
8282
echo "**** grab source ****" && \
8383
mkdir -p /gclient && \
84-
if [ -z ${GCLIENT_RELEASE+x} ]; then \
85-
GCLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/gclient/releases/latest" \
86-
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
87-
fi && \
8884
curl -o \
8985
/tmp/gclient.tar.gz -L \
90-
"https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE}.tar.gz" && \
86+
"https://github.com/linuxserver/gclient/archive/1.1.2.tar.gz" && \
9187
tar xf \
9288
/tmp/gclient.tar.gz -C \
9389
/gclient/ --strip-components=1

Dockerfile.aarch64

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

Dockerfile.armhf

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

0 commit comments

Comments
 (0)