Skip to content

Commit

Permalink
Updates Examples image versions (eclipse-basyx#379)
Browse files Browse the repository at this point in the history
* Updates image versions

Signed-off-by: FriedJannik <[email protected]>

* Reverts Image Versions

---------

Signed-off-by: FriedJannik <[email protected]>
  • Loading branch information
FriedJannik authored Aug 2, 2024
1 parent e8f8eda commit cee34d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/BaSyxMinimal/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
condition: service_healthy

aas-web-ui_v2:
image: eclipsebasyx/aas-gui:v2-240515
image: eclipsebasyx/aas-gui:v2-240801
container_name: aas-web-ui_v2
ports:
- "3000:3000"
Expand Down
2 changes: 1 addition & 1 deletion examples/BaSyxNGINX/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:

# AAS Web UI
aas-web-ui:
image: eclipsebasyx/aas-gui:v2-240515
image: eclipsebasyx/aas-gui:v2-240801
container_name: aas-ui
ports:
- "3000:3000"
Expand Down
8 changes: 4 additions & 4 deletions examples/BaSyxOperationDelegation/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
aas-env:
image: eclipsebasyx/aas-environment:2.0.0-milestone-02
image: eclipsebasyx/aas-environment:2.0.0-milestone-03
container_name: aas-env
volumes:
- ./aas:/application/aas
Expand All @@ -15,23 +15,23 @@ services:
sm-registry:
condition: service_healthy
aas-registry:
image: eclipsebasyx/aas-registry-log-mem:2.0.0-milestone-02
image: eclipsebasyx/aas-registry-log-mem:2.0.0-milestone-03
container_name: aas-registry
ports:
- '8082:8080'
volumes:
- ./basyx/aas-registry.yml:/workspace/config/application.yml
restart: always
sm-registry:
image: eclipsebasyx/submodel-registry-log-mem:2.0.0-milestone-02
image: eclipsebasyx/submodel-registry-log-mem:2.0.0-milestone-03
container_name: sm-registry
ports:
- '8083:8080'
volumes:
- ./basyx/sm-registry.yml:/workspace/config/application.yml
restart: always
aas-web-ui:
image: eclipsebasyx/aas-gui:v2-240515
image: eclipsebasyx/aas-gui:v2-240801
container_name: aas-ui
ports:
- '3000:3000'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
<artifactId>basyx.submodelrepository-client</artifactId>
<version>2.0.0-milestone-02</version>
<version>2.0.0-milestone-03</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit cee34d6

Please sign in to comment.