-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bookworm-20241223-slim | ||
FROM debian:bookworm-20250113-slim | ||
LABEL authors="eric2369" | ||
|
||
RUN apt-get update \ | ||
|
@@ -9,10 +9,10 @@ ARG TARGETPLATFORM | |
RUN set -eux; \ | ||
case "${TARGETPLATFORM}" in \ | ||
"linux/amd64") \ | ||
URL="https://nodejs.org/dist/v22.12.0/node-v22.12.0-linux-x64.tar.xz"; \ | ||
URL="https://nodejs.org/dist/v22.13.0/node-v22.13.0-linux-x64.tar.xz"; \ | ||
;; \ | ||
"linux/arm64") \ | ||
URL="https://nodejs.org/dist/v22.12.0/node-v22.12.0-linux-arm64.tar.xz"; \ | ||
URL="https://nodejs.org/dist/v22.13.0/node-v22.13.0-linux-arm64.tar.xz"; \ | ||
;; \ | ||
*) \ | ||
echo "Unsupported platform: ${TARGETPLATFORM}"; \ | ||
|
@@ -21,12 +21,12 @@ RUN set -eux; \ | |
esac; \ | ||
curl "${URL}" --location | tar --extract --xz --directory=/usr/local --strip-components=1 | ||
|
||
RUN npm install [email protected].2 [email protected] @salesforce/cli@2.70.7 -g \ | ||
RUN npm install [email protected].3 [email protected] @salesforce/cli@2.72.21 -g \ | ||
&& npm cache clean --force | ||
|
||
RUN mkdir -p /root/.config/sf \ | ||
&& echo '["sfdx-git-delta"]' > /root/.config/sf/unsignedPluginAllowList.json \ | ||
&& sf plugins install sfdx-git-delta@5.52.0 \ | ||
&& sf plugins install sfdx-git-delta@6.1.1 \ | ||
&& npm cache clean --force | ||
|
||
RUN apt-get update \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bookworm-20241223-slim | ||
FROM debian:bookworm-20250113-slim | ||
LABEL authors="eric2369" | ||
|
||
RUN apt-get update \ | ||
|
@@ -9,10 +9,10 @@ ARG TARGETPLATFORM | |
RUN set -eux; \ | ||
case "${TARGETPLATFORM}" in \ | ||
"linux/amd64") \ | ||
URL="https://nodejs.org/dist/v22.12.0/node-v22.12.0-linux-x64.tar.xz"; \ | ||
URL="https://nodejs.org/dist/v22.13.0/node-v22.13.0-linux-x64.tar.xz"; \ | ||
;; \ | ||
"linux/arm64") \ | ||
URL="https://nodejs.org/dist/v22.12.0/node-v22.12.0-linux-arm64.tar.xz"; \ | ||
URL="https://nodejs.org/dist/v22.13.0/node-v22.13.0-linux-arm64.tar.xz"; \ | ||
;; \ | ||
*) \ | ||
echo "Unsupported platform: ${TARGETPLATFORM}"; \ | ||
|
@@ -21,12 +21,12 @@ RUN set -eux; \ | |
esac; \ | ||
curl "${URL}" --location | tar --extract --xz --directory=/usr/local --strip-components=1 | ||
|
||
RUN npm install [email protected].2 [email protected] @salesforce/cli@2.70.7 -g \ | ||
RUN npm install [email protected].3 [email protected] @salesforce/cli@2.72.21 -g \ | ||
&& npm cache clean --force | ||
|
||
RUN mkdir -p /root/.config/sf \ | ||
&& echo '["sfdx-git-delta"]' > /root/.config/sf/unsignedPluginAllowList.json \ | ||
&& sf plugins install sfdx-git-delta@5.52.0 \ | ||
&& sf plugins install sfdx-git-delta@6.1.1 \ | ||
&& npm cache clean --force | ||
|
||
ENTRYPOINT ["/usr/bin/dumb-init", "--"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters