Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Démonstrateur CI Maven
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
DnumArchi
Démonstrateur CI Maven
Commits
11fccf84
Commit
11fccf84
authored
1 year ago
by
erwan.salmon
Browse files
Options
Downloads
Patches
Plain Diff
Image Temurin 21
parent
8fffb2b4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
ci-maven-demo-webapp/Dockerfile
+1
-1
1 addition, 1 deletion
ci-maven-demo-webapp/Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
11fccf84
...
@@ -34,7 +34,7 @@ cache:
...
@@ -34,7 +34,7 @@ cache:
# Job Maven générique
# Job Maven générique
.maven
:
.maven
:
image
:
docker.io/maven:3.9.
0
-eclipse-temurin-1
7
image
:
docker.io/maven:3.9.
6
-eclipse-temurin-
2
1
variables
:
variables
:
# Configuration Maven
# Configuration Maven
M2_SETTINGS
:
$CI_PROJECT_DIR/.m2-settings.xml
M2_SETTINGS
:
$CI_PROJECT_DIR/.m2-settings.xml
...
...
This diff is collapsed.
Click to expand it.
ci-maven-demo-webapp/Dockerfile
+
1
−
1
View file @
11fccf84
FROM
eclipse-temurin:1
7
-jre
FROM
eclipse-temurin:
2
1-jre
ARG
app_jar=path/to/app.jar
ARG
app_jar=path/to/app.jar
COPY
${app_jar} app.jar
COPY
${app_jar} app.jar
...
...
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