Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
org.etsi.osl.osom
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.osom
Commits
a8b16f23
Commit
a8b16f23
authored
7 months ago
by
trantzas
Browse files
Options
Downloads
Patches
Plain Diff
Development preparation for release 2024Q4
parent
63d30904
No related branches found
No related tags found
1 merge request
!22
MR for Release 2024Q4
Pipeline
#9499
passed
6 months ago
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
pom.xml
+6
-2
6 additions, 2 deletions
pom.xml
with
9 additions
and
5 deletions
Dockerfile
+
3
−
3
View file @
a8b16f23
...
...
@@ -2,7 +2,7 @@ FROM ibm-semeru-runtimes:open-17.0.7_7-jdk
MAINTAINER
openslice.io
RUN
mkdir
/opt/shareclasses
RUN
mkdir
-p
/opt/openslice/lib/
COPY
target/org.etsi.osl.osom-1.0.
0
.jar /opt/openslice/lib/
COPY
target/org.etsi.osl.osom-1.0.
0
-exec.jar /opt/openslice/lib/
COPY
target/org.etsi.osl.osom-1.0.
1-SNAPSHOT
.jar /opt/openslice/lib/
COPY
target/org.etsi.osl.osom-1.0.
1-SNAPSHOT
-exec.jar /opt/openslice/lib/
COPY
. /opt/openslice/lib/
CMD
["java", "-Xshareclasses:cacheDir=/opt/shareclasses","-jar", "/opt/openslice/lib/org.etsi.osl.osom-1.0.0-exec.jar"]
\ No newline at end of file
CMD
["java", "-Xshareclasses:cacheDir=/opt/shareclasses","-jar", "/opt/openslice/lib/org.etsi.osl.osom-1.0.1-SNAPSHOT-exec.jar"]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pom.xml
+
6
−
2
View file @
a8b16f23
...
...
@@ -5,16 +5,20 @@
<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.osom
</artifactId>
<name>
org.etsi.osl.osom
</name>
<version>
${org.etsi.osl.osom.version}
</version>
<url>
http://maven.apache.org
</url>
<organization>
<name>
OpenSlice by ETSI
</name>
<url>
https://osl.etsi.org
</url>
</organization>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
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