Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
org.etsi.osl.tmf.api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
OSL
code
org.etsi.osl.tmf.api
Commits
217c21fa
Commit
217c21fa
authored
1 year ago
by
Dimitrios Giannopoulos
Browse files
Options
Downloads
Patches
Plain Diff
added debug command / reverted base image
parent
ac61e998
No related branches found
No related tags found
2 merge requests
!36
Merging 2024Q2_RC into main, creating 2024Q2 Release
,
!7
Resolve "Create a pipeline to build and publish the docker image in gitlab registry"
Pipeline
#3648
failed
1 year ago
Stage: prepare
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
217c21fa
...
...
@@ -12,7 +12,7 @@ download_jar:
-
echo "Maven logging strategy set to quiet. For more verbosity, change LOGGING_STRATEGY in the job configuration."
-
mvn -s ci_settings.xml $LOGGING_STRATEGY dependency:get -Dartifact=org.etsi.osl:org.etsi.osl.tmf.api:1.2.0-SNAPSHOT
-
mvn -s ci_settings.xml dependency:copy -Dartifact=org.etsi.osl:org.etsi.osl.tmf.api:1.2.0-SNAPSHOT -DoutputDirectory=target/
-
ls
-
ls
target
artifacts
:
paths
:
-
target/
...
...
@@ -20,7 +20,7 @@ download_jar:
build_image
:
stage
:
build
image
:
name
:
gcr.io/kaniko-project/executor:
v1.9.0-
debug
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
before_script
:
-
|
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
217c21fa
FROM
openjdk:1
7-jdk
FROM
ibm-semeru-runtimes:open-17.0.7_
7-jdk
RUN
mkdir
/opt/shareclasses
RUN
mkdir
-p
/opt/openslice/lib/
COPY
target/org.etsi.osl.tmf.api-1.2.0-SNAPSHOT-exec.jar /opt/openslice/lib/
...
...
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