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"
18
18
ENV GH_KANIKO_WORKDIR="/kaniko/workspace"
19
19
20
20
# https://github.com/actions/runner/releases
21
- ENV GH_RUNNER_VERSION=2.300.2
21
+ ENV GH_RUNNER_VERSION=2.302.0
22
22
ENV GH_RUNNER_LABELS=ubuntu-20.04
23
23
24
24
# 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) \
26
26
&& wget -q https://get.helm.sh/helm-v${HELM_VERSION}-linux-${ARCH}.tar.gz -O - | tar -xzO linux-${ARCH}/helm > /usr/local/bin/helm \
27
27
&& chmod +x /usr/local/bin/helm
28
28
29
- RUN mkdir -p /home/${USERNAME}/.m2/ \
30
- && chown -R $USERNAME /home/$USERNAME
31
-
32
29
# install npm tools: yarn
33
30
ENV NPM_CONFIG_LOGLEVEL=warn NG_CLI_ANALYTICS=false
34
31
RUN npm install --location=global yarn pnpm @angular/cli@15 \
35
32
&& npm cache clean --force
33
+
34
+ RUN mkdir -p /home/${USERNAME}/.m2/ \
35
+ && chown -R $USERNAME /home/$USERNAME
36
36
37
37
USER $USERNAME
38
38
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ RUN export ARCH=$(/helper-scripts/translate-aarch.sh a-short) \
31
31
&& wget -q https://get.helm.sh/helm-v${HELM_VERSION}-linux-${ARCH}.tar.gz -O - | tar -xzO linux-${ARCH}/helm > /usr/local/bin/helm \
32
32
&& chmod +x /usr/local/bin/helm
33
33
34
- RUN chown -R $USERNAME /home/$USERNAME
35
-
36
34
# install npm tools: yarn
37
35
ENV NPM_CONFIG_LOGLEVEL=warn NG_CLI_ANALYTICS=false
38
36
RUN npm install --location=global yarn pnpm @angular/cli@15 \
39
37
&& npm cache clean --force
40
38
39
+ RUN chown -R $USERNAME /home/$USERNAME
40
+
41
41
USER $USERNAME
42
42
43
43
# install helm plugins helm push, appr && diff
You can’t perform that action at this time.
0 commit comments