Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 1aec2f6

Browse files
authored
update gh runner to 2.302.2 (#59)
1 parent b6a4d7d commit 1aec2f6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV GH_RUNNER_WORKDIR="/home/$USERNAME"
1818
ENV GH_KANIKO_WORKDIR="/kaniko/workspace"
1919

2020
# https://github.com/actions/runner/releases
21-
ENV GH_RUNNER_VERSION=2.300.2
21+
ENV GH_RUNNER_VERSION=2.302.0
2222
ENV GH_RUNNER_LABELS=ubuntu-20.04
2323

2424
# https://github.com/fullstack-devops/awesome-ci/releases

images/maven-adopt-8-ng/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ RUN export ARCH=$(/helper-scripts/translate-aarch.sh a-short) \
2626
&& wget -q https://get.helm.sh/helm-v${HELM_VERSION}-linux-${ARCH}.tar.gz -O - | tar -xzO linux-${ARCH}/helm > /usr/local/bin/helm \
2727
&& chmod +x /usr/local/bin/helm
2828

29-
RUN mkdir -p /home/${USERNAME}/.m2/ \
30-
&& chown -R $USERNAME /home/$USERNAME
31-
3229
# install npm tools: yarn
3330
ENV NPM_CONFIG_LOGLEVEL=warn NG_CLI_ANALYTICS=false
3431
RUN npm install --location=global yarn pnpm @angular/cli@15 \
3532
&& npm cache clean --force
33+
34+
RUN mkdir -p /home/${USERNAME}/.m2/ \
35+
&& chown -R $USERNAME /home/$USERNAME
3636

3737
USER $USERNAME
3838

images/ng-cli-karma/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ RUN export ARCH=$(/helper-scripts/translate-aarch.sh a-short) \
3131
&& wget -q https://get.helm.sh/helm-v${HELM_VERSION}-linux-${ARCH}.tar.gz -O - | tar -xzO linux-${ARCH}/helm > /usr/local/bin/helm \
3232
&& chmod +x /usr/local/bin/helm
3333

34-
RUN chown -R $USERNAME /home/$USERNAME
35-
3634
# install npm tools: yarn
3735
ENV NPM_CONFIG_LOGLEVEL=warn NG_CLI_ANALYTICS=false
3836
RUN npm install --location=global yarn pnpm @angular/cli@15 \
3937
&& npm cache clean --force
4038

39+
RUN chown -R $USERNAME /home/$USERNAME
40+
4141
USER $USERNAME
4242

4343
# install helm plugins helm push, appr && diff

0 commit comments

Comments
 (0)