feat(ci): update ci-essentials images to version 0.0.4 in pipeline and Dockerfile

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-07 00:38:39 +08:00
parent 2368af6f4f
commit 797cdf538b
2 changed files with 4 additions and 4 deletions

View File

@ -329,7 +329,7 @@ spec:
containers: [ containers: [
containerTemplate( containerTemplate(
name: 'semantic-releasing', name: 'semantic-releasing',
image: 'freeleaps/ci-essentials:0.0.3', image: 'freeleaps/ci-essentials:0.0.4',
ttyEnabled: true, ttyEnabled: true,
command: 'sleep', command: 'sleep',
args: 'infinity' args: 'infinity'
@ -600,7 +600,7 @@ spec:
containers: [ containers: [
containerTemplate( containerTemplate(
name: "argo-app-version-updater", name: "argo-app-version-updater",
image: "freeleaps/ci-essentials:0.0.3", image: "freeleaps/ci-essentials:0.0.4",
ttyEnabled: true, ttyEnabled: true,
command: 'sleep', command: 'sleep',
args: 'infinity' args: 'infinity'
@ -673,7 +673,7 @@ spec:
effect: "NoSchedule" effect: "NoSchedule"
containers: containers:
- name: commit-message-linter - name: commit-message-linter
image: docker.io/freeleaps/ci-essentials:0.0.3 image: docker.io/freeleaps/ci-essentials:0.0.4
command: command:
- cat - cat
tty: true tty: true

View File

@ -42,7 +42,7 @@ RUN mkdir -p "$NVM_DIR"; \
bash \ bash \
; \ ; \
source $NVM_DIR/nvm.sh; \ source $NVM_DIR/nvm.sh; \
nvm install v22.14.0 --latest-npm \ nvm install v22.14.0 --latest-npm; \
ln -s $NVM_DIR/versions/node/v22.14.0/bin/node /usr/local/bin/node; \ ln -s $NVM_DIR/versions/node/v22.14.0/bin/node /usr/local/bin/node; \
ln -s $NVM_DIR/versions/node/v22.14.0/bin/npm /usr/local/bin/npm; \ ln -s $NVM_DIR/versions/node/v22.14.0/bin/npm /usr/local/bin/npm; \
ln -s $NVM_DIR/versions/node/v22.14.0/bin/npx /usr/local/bin/npx ln -s $NVM_DIR/versions/node/v22.14.0/bin/npx /usr/local/bin/npx