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
06b22f7a
Verified
Commit
06b22f7a
authored
11 months ago
by
Benjamin LEGROS
Browse files
Options
Downloads
Patches
Plain Diff
feat: added eclipse temurin images
parent
60847148
No related branches found
No related tags found
No related merge requests found
Pipeline
#77794
passed
11 months ago
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+26
-0
26 additions, 0 deletions
.gitlab-ci.yml
eclipse-temurin/17/Dockerfile
+1
-0
1 addition, 0 deletions
eclipse-temurin/17/Dockerfile
eclipse-temurin/21/Dockerfile
+1
-0
1 addition, 0 deletions
eclipse-temurin/21/Dockerfile
with
28 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
26
−
0
View file @
06b22f7a
stages
:
-
build
-
bundle
variables
:
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
"
ECLIPSE_TEMURIN_IMAGE_NAME
:
"
eclipse-temurin"
ECLIPSE_TEMURIN_IMAGE
:
$CI_REGISTRY_IMAGE/$ECLIPSE_TEMURIN_IMAGE_NAME
build_eclipse_temurin
:
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/eclipse-temurin/17 --dockerfile $CI_PROJECT_DIR/eclipse-temurin/17/Dockerfile --destination ${ECLIPSE_TEMURIN_IMAGE}:17-jre-alpine
-
/kaniko/executor --context $CI_PROJECT_DIR/eclipse-temurin/21 --dockerfile $CI_PROJECT_DIR/eclipse-temurin/21/Dockerfile --destination ${ECLIPSE_TEMURIN_IMAGE}:21-jre-alpine
when
:
manual
only
:
-
main
This diff is collapsed.
Click to expand it.
eclipse-temurin/17/Dockerfile
0 → 100644
+
1
−
0
View file @
06b22f7a
FROM
eclipse-temurin:17-jre-alpine
This diff is collapsed.
Click to expand it.
eclipse-temurin/21/Dockerfile
0 → 100644
+
1
−
0
View file @
06b22f7a
FROM
eclipse-temurin:21-jre-alpine
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