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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
school
proxy
Commits
7c6bc6c8
Verified
Commit
7c6bc6c8
authored
1 month ago
by
Benjamin LEGROS
Browse files
Options
Downloads
Patches
Plain Diff
Test graalvm image
parent
518b46fa
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#99989
failed
1 month ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-0
17 additions, 0 deletions
.gitlab-ci.yml
with
17 additions
and
0 deletions
.gitlab-ci.yml
+
17
−
0
View file @
7c6bc6c8
...
@@ -11,6 +11,9 @@ variables:
...
@@ -11,6 +11,9 @@ variables:
ECLIPSE_TEMURIN_IMAGE_NAME
:
"
eclipse-temurin"
ECLIPSE_TEMURIN_IMAGE_NAME
:
"
eclipse-temurin"
ECLIPSE_TEMURIN_IMAGE
:
$CI_REGISTRY_IMAGE/$ECLIPSE_TEMURIN_IMAGE_NAME
ECLIPSE_TEMURIN_IMAGE
:
$CI_REGISTRY_IMAGE/$ECLIPSE_TEMURIN_IMAGE_NAME
MAVEN_GRAALVM_IMAGE_NAME
:
"
maven-graalvm"
MAVEN_GRAALVM_IMAGE
:
$CI_REGISTRY_IMAGE/$MAVEN_GRAALVM_IMAGE_NAME
NODE_IMAGE_NAME
:
"
node"
NODE_IMAGE_NAME
:
"
node"
NODE_IMAGE
:
$CI_REGISTRY_IMAGE/$NODE_IMAGE_NAME
NODE_IMAGE
:
$CI_REGISTRY_IMAGE/$NODE_IMAGE_NAME
...
@@ -36,6 +39,20 @@ build_eclipse_temurin:
...
@@ -36,6 +39,20 @@ build_eclipse_temurin:
only
:
only
:
-
main
-
main
build_graalvm
:
stage
:
build
image
:
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
tags
:
-
docker
script
:
-
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/maven-graalvm --dockerfile $CI_PROJECT_DIR/maven-graalvm/Dockerfile --destination ${MAVEN_GRAALVM_IMAGE}:21
only
:
-
main
build_node
:
build_node
:
stage
:
build
stage
:
build
image
:
image
:
...
...
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