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
d8b4a223
Commit
d8b4a223
authored
6 months ago
by
trantzas
Browse files
Options
Downloads
Patches
Plain Diff
Development preparation for release 2024Q4
parent
53b0aaf3
No related branches found
No related tags found
1 merge request
!59
MR for Release 2024Q4
Pipeline
#8412
passed
6 months ago
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
pom.xml
+7
-1
7 additions, 1 deletion
pom.xml
with
9 additions
and
3 deletions
Dockerfile
+
2
−
2
View file @
d8b4a223
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.
0
.0-exec.jar /opt/openslice/lib/
CMD
["java", "-Xshareclasses:cacheDir=/opt/shareclasses", "-jar", "/opt/openslice/lib/org.etsi.osl.tmf.api-1.
0
.0-exec.jar"]
COPY
target/org.etsi.osl.tmf.api-1.
1
.0-
SNAPSHOT-
exec.jar /opt/openslice/lib/
CMD
["java", "-Xshareclasses:cacheDir=/opt/shareclasses", "-jar", "/opt/openslice/lib/org.etsi.osl.tmf.api-1.
1
.0-
SNAPSHOT-
exec.jar"]
EXPOSE
13082
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pom.xml
+
7
−
1
View file @
d8b4a223
...
...
@@ -5,13 +5,19 @@
<parent>
<groupId>
org.etsi.osl
</groupId>
<artifactId>
org.etsi.osl.main
</artifactId>
<version>
1.0.0
</version>
<version>
2024Q4-SNAPSHOT
</version>
<relativePath>
../org.etsi.osl.main
</relativePath>
</parent>
<artifactId>
org.etsi.osl.tmf.api
</artifactId>
<name>
org.etsi.osl.tmf.api
</name>
<version>
${org.etsi.osl.tmf.api.version}
</version>
<organization>
<name>
OpenSlice by ETSI
</name>
<url>
https://osl.etsi.org
</url>
</organization>
<properties>
...
...
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