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
e6b0ffae
Commit
e6b0ffae
authored
1 month ago
by
trantzas
Browse files
Options
Downloads
Patches
Plain Diff
Preparing for Release 2025Q2
parent
b164905a
Branches
develop
No related tags found
No related merge requests found
Pipeline
#11716
passed
1 month ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
3 additions
and
3 deletions
Dockerfile
+
2
−
2
View file @
e6b0ffae
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.
1
.0-exec.jar /opt/openslice/lib/
CMD
["java", "-Xshareclasses:cacheDir=/opt/shareclasses", "-jar", "/opt/openslice/lib/org.etsi.osl.tmf.api-1.
1
.0-exec.jar"]
COPY
target/org.etsi.osl.tmf.api-1.
2
.0-
SNAPSHOT-
exec.jar /opt/openslice/lib/
CMD
["java", "-Xshareclasses:cacheDir=/opt/shareclasses", "-jar", "/opt/openslice/lib/org.etsi.osl.tmf.api-1.
2
.0-
SNAPSHOT-
exec.jar"]
EXPOSE
13082
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
e6b0ffae
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.etsi.osl
</groupId>
<artifactId>
org.etsi.osl.main
</artifactId>
<version>
202
4Q4
</version>
<version>
202
5Q2-SNAPSHOT
</version>
<relativePath>
../org.etsi.osl.main
</relativePath>
</parent>
...
...
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