This repository was archived by the owner on Feb 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV GH_RUNNER_WORKDIR="/home/$USERNAME"
1818ENV 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
2222ENV GH_RUNNER_LABELS=ubuntu-20.04
2323
2424# https://github.com/fullstack-devops/awesome-ci/releases
Original file line number Diff line number Diff 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
3330ENV NPM_CONFIG_LOGLEVEL=warn NG_CLI_ANALYTICS=false
3431RUN 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
3737USER $USERNAME
3838
Original file line number Diff line number Diff 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
3735ENV NPM_CONFIG_LOGLEVEL=warn NG_CLI_ANALYTICS=false
3836RUN npm install --location=global yarn pnpm @angular/cli@15 \
3937 && npm cache clean --force
4038
39+ RUN chown -R $USERNAME /home/$USERNAME
40+
4141USER $USERNAME
4242
4343# install helm plugins helm push, appr && diff
You can’t perform that action at this time.
0 commit comments