File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 as builder
2+ FROM ghcr.io/trueforge-org/node:24.14.1 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939 as builder
33ARG TARGETARCH
44ARG VENDOR
55ARG VERSION
Original file line number Diff line number Diff line change 11# Base stage - install system dependencies
2- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 AS base
2+ FROM ghcr.io/trueforge-org/node:24.14.1 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939 AS base
33
44USER root
55
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
1+ FROM ghcr.io/trueforge-org/node:24.14.1 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939
22
33# set version label
44ARG VERSION
Original file line number Diff line number Diff line change 11
22
3- FROM ghcr.io/trueforge-org/node:22.22 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 AS builder
3+ FROM ghcr.io/trueforge-org/node:24.14 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939 AS builder
44ARG VERSION
55WORKDIR /tmp
66ENV HOME=/tmp
Original file line number Diff line number Diff line change 11# # Move to our an own container
2- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
2+ FROM ghcr.io/trueforge-org/node:24.14.1 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939
33
44FROM ghcr.io/trueforge-org/ubuntu:24.04@sha256:1685c0f458568fddff62e0fe0f0804de9d13469bd9fc967bc8c7bde606166969
55
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
1+ FROM ghcr.io/trueforge-org/node:24.14.1 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939
22
33# set version label
44ARG VERSION
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
1+ FROM ghcr.io/trueforge-org/node:24.14.1 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939
22
33# set version label
44ARG VERSION
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/node:22.22 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
1+ FROM ghcr.io/trueforge-org/node:24.14 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939
22
33ARG VERSION
44
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
1+ FROM ghcr.io/trueforge-org/node:24.14.1 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939
22
33# set version label
44ARG VERSION
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ ARG TARGETARCH=${TARGETARCH/amd64/x64}
1111
1212ENV HOME=/tmp/nodehome
1313
14- COPY --from=ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 /usr/local/bin/node /usr/local/bin/
15- COPY --from=ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
14+ COPY --from=ghcr.io/trueforge-org/node:24.14.1 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939 /usr/local/bin/node /usr/local/bin/
15+ COPY --from=ghcr.io/trueforge-org/node:24.14.1 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939 /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
1616
17- COPY --from=ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 /YARN_VERSION.txt /YARN_VERSION.txt
18- COPY --from=ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 /opt/ /opthold/
17+ COPY --from=ghcr.io/trueforge-org/node:24.14.1 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939 /YARN_VERSION.txt /YARN_VERSION.txt
18+ COPY --from=ghcr.io/trueforge-org/node:24.14.1 @sha256:7e8918c22a48565f539501f56380c303561b8ed8dd09cbb4bd75977c1a638939 /opt/ /opthold/
1919
2020RUN YARN_VERSION=$(cat /YARN_VERSION.txt) && \
2121 ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm && \
You can’t perform that action at this time.
0 commit comments