Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
proxy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
school
proxy
Commits
9a56eb40
Verified
Commit
9a56eb40
authored
1 week ago
by
Benjamin LEGROS
Browse files
Options
Downloads
Patches
Plain Diff
build node-yarn 22_4
parent
6a44e050
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#109295
failed
1 week ago
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
node-yarn/20_4/Dockerfile
+2
-0
2 additions, 0 deletions
node-yarn/20_4/Dockerfile
node-yarn/22_4/Dockerfile
+7
-0
7 additions, 0 deletions
node-yarn/22_4/Dockerfile
with
10 additions
and
0 deletions
.gitlab-ci.yml
+
1
−
0
View file @
9a56eb40
...
...
@@ -83,6 +83,7 @@ build_node_yarn:
-
export
-
echo "{\"auths\":{\"$CI_REGISTRY\":{\"auth\":\"$(echo -n ${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD} | base64)\"}}}" > /kaniko/.docker/config.json
-
/kaniko/executor --context $CI_PROJECT_DIR/node-yarn/20_4 --dockerfile $CI_PROJECT_DIR/node-yarn/20_4/Dockerfile --destination ${NODE_YARN_IMAGE}:20-yarn4
-
/kaniko/executor --context $CI_PROJECT_DIR/node-yarn/22_4 --dockerfile $CI_PROJECT_DIR/node-yarn/22_4/Dockerfile --destination ${NODE_YARN_IMAGE}:22-yarn4
only
:
-
main
...
...
This diff is collapsed.
Click to expand it.
node-yarn/20_4/Dockerfile
+
2
−
0
View file @
9a56eb40
...
...
@@ -3,3 +3,5 @@ FROM node:20-bookworm-slim
ENV
YARN_VERSION=4.4.1
RUN
corepack
enable
&&
yarn
set
version
"
$YARN_VERSION
"
RUN
apt-get
install
git
-y
This diff is collapsed.
Click to expand it.
node-yarn/22_4/Dockerfile
0 → 100644
+
7
−
0
View file @
9a56eb40
FROM
node:22-bookworm-slim
ENV
YARN_VERSION=4.4.1
RUN
corepack
enable
&&
yarn
set
version
"
$YARN_VERSION
"
RUN
apt-get
install
git
-y
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment