eclipse-tractusx / managed-service-orchestrator

Apache License 2.0
6 stars 9 forks source link

TRG 7.05 - Legal information for distributions #150

Closed tomaszbarwicki closed 4 months ago

tomaszbarwicki commented 5 months ago

Unable to find legal information in the built artifact as per TRG-7.05

~/Downloads -  $ helm ls  -n test-mso
NAME    NAMESPACE   REVISION    UPDATED                                 STATUS      CHART                               APP VERSION
mso     test-mso    1           2024-05-23 13:01:26.97897 +0200 CEST    deployed    managed-service-orchestrator-1.5.8  1.5.5      

 ~/Downloads -  $ k get pods -n test-mso
NAME                                                READY   STATUS    RESTARTS      AGE
mso-managed-service-orchestrator-85c7d79b55-8dgvx   1/1     Running   2 (21h ago)   21h
postgresql-0                                        1/1     Running   0             21h

~/Downloads -  $ k exec -it mso-managed-service-orchestrator-85c7d79b55-8dgvx -n test-mso -- bash
autosetupuser@mso-managed-service-orchestrator-85c7d79b55-8dgvx:/autosetup$ cp app.jar /tmp
autosetupuser@mso-managed-service-orchestrator-85c7d79b55-8dgvx:/autosetup$ cd /tmp
autosetupuser@mso-managed-service-orchestrator-85c7d79b55-8dgvx:/tmp$ jar -xvf app.jar 
autosetupuser@mso-managed-service-orchestrator-85c7d79b55-8dgvx:/tmp$ cd META-INF/
autosetupuser@mso-managed-service-orchestrator-85c7d79b55-8dgvx:/tmp/META-INF$ ls -R .
.:
BOOT.SF  MANIFEST.MF  maven  services

./maven:
org.eclipse.tractusx

./maven/org.eclipse.tractusx:
managed-service-orchestrator

./maven/org.eclipse.tractusx/managed-service-orchestrator:
pom.properties  pom.xml

./services:
java.nio.file.spi.FileSystemProvider

updates https://github.com/eclipse-tractusx/managed-service-orchestrator/issues/133