Skip to content

Commit

Permalink
Merge pull request #114 from catenax-ng/feature/73-goal-oriented-skills
Browse files Browse the repository at this point in the history
feature: support goal oriented skills
  • Loading branch information
almadigabor committed Apr 25, 2024
2 parents c603c23 + 6248f9c commit 33bc479
Show file tree
Hide file tree
Showing 26 changed files with 415 additions and 257 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
type=raw,value=1.12.17-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=1.12.18-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
# build in any case, but push only main and version tag settings
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
type=raw,value=1.12.17-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=1.12.18-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
# build in any case, but push only main and version tag settings
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
type=raw,value=1.12.17-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=1.12.18-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
# build in any case, but push only main and version tag settings
Expand Down Expand Up @@ -280,6 +280,6 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
type=raw,value=1.12.17-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=1.12.18-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
8 changes: 4 additions & 4 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ maven/mavencentral/org.glassfish.hk2/hk2-locator/2.6.1, EPL-2.0 OR GPL-2.0-only
maven/mavencentral/org.glassfish.hk2/hk2-locator/3.0.4, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish
maven/mavencentral/org.glassfish.hk2/hk2-utils/2.6.1, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish
maven/mavencentral/org.glassfish.hk2/hk2-utils/3.0.4, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish
maven/mavencentral/org.glassfish.hk2/osgi-resource-locator/1.0.3, CDDL-1.0, approved, CQ10889
maven/mavencentral/org.glassfish.hk2/osgi-resource-locator/1.0.3, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish
maven/mavencentral/org.glassfish.jersey.containers/jersey-container-jetty-http/3.1.3, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jersey
maven/mavencentral/org.glassfish.jersey.containers/jersey-container-servlet-core/2.40, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jersey
maven/mavencentral/org.glassfish.jersey.containers/jersey-container-servlet-core/3.1.3, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jersey
Expand Down Expand Up @@ -312,9 +312,9 @@ maven/mavencentral/org.junit.platform/junit-platform-commons/1.9.2, EPL-2.0, app
maven/mavencentral/org.junit.platform/junit-platform-engine/1.9.2, EPL-2.0, approved, #3128
maven/mavencentral/org.jvnet.mimepull/mimepull/1.9.15, CDDL-1.1 OR GPL-2.0-only WITH Classpath-exception-2.0, approved, CQ21484
maven/mavencentral/org.latencyutils/LatencyUtils/2.0.3, BSD-2-Clause, approved, CQ17408
maven/mavencentral/org.locationtech.jts/jts-core/1.18.2, BSD-3-Clause AND EPL-1.0, approved, #13160
maven/mavencentral/org.locationtech.proj4j/proj4j/1.1.1, Apache-2.0, approved, clearlydefined
maven/mavencentral/org.locationtech.spatial4j/spatial4j/0.8, Apache-2.0, approved, clearlydefined
maven/mavencentral/org.locationtech.jts/jts-core/1.18.2, EPL-2.0, approved, locationtech.jts
maven/mavencentral/org.locationtech.proj4j/proj4j/1.1.1, Apache-2.0, approved, locationtech.proj4j
maven/mavencentral/org.locationtech.spatial4j/spatial4j/0.8, Apache-2.0, approved, locationtech.spatial4j
maven/mavencentral/org.lwjgl/lwjgl-lmdb/3.3.3, BSD-3-Clause, approved, #3055
maven/mavencentral/org.lwjgl/lwjgl/3.3.3, BSD-3-Clause, approved, clearlydefined
maven/mavencentral/org.mapdb/mapdb/1.0.9, Apache-2.0, approved, CQ8246
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
* Copyright (c) 2022,2023 Contributors to the Eclipse Foundation
* Copyright (c) 2022,2024 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down Expand Up @@ -114,10 +114,10 @@ kubectl wait --namespace ingress-nginx \
--selector=app.kubernetes.io/component=controller \
--timeout=90s
# transfer images
kind load docker-image docker.io/tractusx/conforming-agent:1.12.17-SNAPSHOT --name ka
kind load docker-image docker.io/tractusx/matchmaking-agent:1.12.17-SNAPSHOT --name ka
kind load docker-image docker.io/tractusx/provisioning-agent:1.12.17-SNAPSHOT --name ka
kind load docker-image docker.io/tractusx/remoting-agent:1.12.17-SNAPSHOT --name ka
kind load docker-image docker.io/tractusx/conforming-agent:1.12.18-SNAPSHOT --name ka
kind load docker-image docker.io/tractusx/matchmaking-agent:1.12.18-SNAPSHOT --name ka
kind load docker-image docker.io/tractusx/provisioning-agent:1.12.18-SNAPSHOT --name ka
kind load docker-image docker.io/tractusx/remoting-agent:1.12.18-SNAPSHOT --name ka
# run container test
ct install --charts charts/conforming-agent
ct install --charts charts/matchmaking-agent
Expand Down
4 changes: 2 additions & 2 deletions charts/conforming-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ home: https://github.com/eclipse-tractusx/knowledge-agents/
sources:
- https://github.com/eclipse-tractusx/knowledge-agents/tree/main/conforming
type: application
appVersion: "1.12.17-SNAPSHOT"
version: 1.12.17-SNAPSHOT
appVersion: "1.12.18-SNAPSHOT"
version: 1.12.18-SNAPSHOT
maintainers:
- name: 'Tractus-X Knowledge Agents Team'
4 changes: 2 additions & 2 deletions charts/conforming-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# conforming-agent

![Version: 1.12.17-SNAPSHOT](https://img.shields.io/badge/Version-1.12.17--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.17-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.12.17--SNAPSHOT-informational?style=flat-square)
![Version: 1.12.18-SNAPSHOT](https://img.shields.io/badge/Version-1.12.17--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.18-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.12.17--SNAPSHOT-informational?style=flat-square)

A Helm chart for the Tractus-X Conforming Agent which is a container to assess the conformity of all other parts of the Agent-Enabled Dataspace.

Expand All @@ -31,7 +31,7 @@ This chart has no prerequisites.
## TL;DR
```shell
$ helm repo add eclipse-tractusx https://eclipse-tractusx.github.io/charts/dev
$ helm install my-release eclipse-tractusx/conforming-agent --version 1.12.17-SNAPSHOT
$ helm install my-release eclipse-tractusx/conforming-agent --version 1.12.18-SNAPSHOT
```

## Maintainers
Expand Down
4 changes: 2 additions & 2 deletions charts/matchmaking-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ home: https://github.com/eclipse-tractusx/knowledge-agents/
sources:
- https://github.com/eclipse-tractusx/knowledge-agents/tree/main/matchmaking
type: application
appVersion: "1.12.17-SNAPSHOT"
version: 1.12.17-SNAPSHOT
appVersion: "1.12.18-SNAPSHOT"
version: 1.12.18-SNAPSHOT
maintainers:
- name: 'Tractus-X Knowledge Agents Team'
4 changes: 2 additions & 2 deletions charts/provisioning-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ home: https://github.com/eclipse-tractusx/knowledge-agents/
sources:
- https://github.com/eclipse-tractusx/knowledge-agents/tree/main/provisioning
type: application
appVersion: "1.12.17-SNAPSHOT"
version: 1.12.17-SNAPSHOT
appVersion: "1.12.18-SNAPSHOT"
version: 1.12.18-SNAPSHOT
maintainers:
- name: 'Tractus-X Knowledge Agents Team'
4 changes: 2 additions & 2 deletions charts/provisioning-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# provisioning-agent

![Version: 1.12.17-SNAPSHOT](https://img.shields.io/badge/Version-1.12.17--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.17-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.12.17--SNAPSHOT-informational?style=flat-square)
![Version: 1.12.18-SNAPSHOT](https://img.shields.io/badge/Version-1.12.17--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.18-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.12.17--SNAPSHOT-informational?style=flat-square)

A Helm chart for the Tractus-X Provisioning Agent which is a container to Bridge Agent-Enabled Connector and Relational Data Sources.

Expand All @@ -31,7 +31,7 @@ This chart has no prerequisites.
## TL;DR
```shell
$ helm repo add eclipse-tractusx https://eclipse-tractusx.github.io/charts/dev
$ helm install my-release eclipse-tractusx/provisioning-agent --version 1.12.17-SNAPSHOT
$ helm install my-release eclipse-tractusx/provisioning-agent --version 1.12.18-SNAPSHOT
```

## Maintainers
Expand Down
4 changes: 2 additions & 2 deletions charts/remoting-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ home: https://github.com/eclipse-tractusx/knowledge-agents/
sources:
- https://github.com/eclipse-tractusx/knowledge-agents/tree/main/remoting
type: application
appVersion: "1.12.17-SNAPSHOT"
version: 1.12.17-SNAPSHOT
appVersion: "1.12.18-SNAPSHOT"
version: 1.12.18-SNAPSHOT
maintainers:
- name: 'Tractus-X Knowledge Agents Team'
4 changes: 2 additions & 2 deletions charts/remoting-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->
# remoting-agent

![Version: 1.12.17-SNAPSHOT](https://img.shields.io/badge/Version-1.12.17--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.17-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.12.17--SNAPSHOT-informational?style=flat-square)
![Version: 1.12.18-SNAPSHOT](https://img.shields.io/badge/Version-1.12.17--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.18-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.12.17--SNAPSHOT-informational?style=flat-square)

A Helm chart for the Tractus-X Remoting Agent which is a container to Bridge Agent-Enabled Connector and REST APIs.

Expand All @@ -30,7 +30,7 @@ This chart has no prerequisites.
## TL;DR
```shell
$ helm repo add eclipse-tractusx https://eclipse-tractusx.github.io/charts/dev
$ helm install my-release eclipse-tractusx/remoting-agent --version 1.12.17-SNAPSHOT
$ helm install my-release eclipse-tractusx/remoting-agent --version 1.12.18-SNAPSHOT
```

## Maintainers
Expand Down
14 changes: 7 additions & 7 deletions conforming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ mvn package

This will generate

- a [plugin jar](target/original-conforming-agent-1.12.17-SNAPSHOT.jar) containing all necessary components to be dropped into a Jakarta-Compatible Web Server.
- a [standalone jar](target/conforming-agent-1.12.17-SNAPSHOT.jar) including the Jakarta-Reference Implementation (Glassfish).
- a [plugin jar](target/original-conforming-agent-1.12.18-SNAPSHOT.jar) containing all necessary components to be dropped into a Jakarta-Compatible Web Server.
- a [standalone jar](target/conforming-agent-1.12.18-SNAPSHOT.jar) including the Jakarta-Reference Implementation (Glassfish).

### Run Locally

The [standalone jar](target/conforming-agent-1.12.17-SNAPSHOT.jar) may be started as follows
The [standalone jar](target/conforming-agent-1.12.18-SNAPSHOT.jar) may be started as follows

```console
java -cp target/conforming-agent-1.12.17-SNAPSHOT.jar org.eclipse.tractusx.agents.conforming.Bootstrap"
java -cp target/conforming-agent-1.12.18-SNAPSHOT.jar org.eclipse.tractusx.agents.conforming.Bootstrap"
```

### Containerizing
Expand All @@ -76,7 +76,7 @@ mvn install -Pwith-docker-image
or invoke the following docker command after a successful package run

```console
docker build -t tractusx/conforming-agent:1.12.17-SNAPSHOT -f src/main/docker/Dockerfile .
docker build -t tractusx/conforming-agent:1.12.18-SNAPSHOT -f src/main/docker/Dockerfile .
```

This will create a docker image based on a minimal java environment for running the Glassfish-based standalone jar.
Expand All @@ -85,7 +85,7 @@ To run the docker image, you could invoke this command

```console
docker run -p 8080:8080 \
tractusx/conforming-agent:1.12.17-SNAPSHOT
tractusx/conforming-agent:1.12.18-SNAPSHOT
````

Afterwards, you should be able to access the [local SparQL endpoint](http://localhost:8080/) via
Expand Down Expand Up @@ -143,7 +143,7 @@ It can be added to your umbrella chart.yaml by the following snippet
dependencies:
- name: conforming-agent
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.12.17-SNAPSHOT
version: 1.12.18-SNAPSHOT
alias: my-conforming-agent
```

Expand Down
2 changes: 1 addition & 1 deletion conforming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>agents</artifactId>
<version>1.12.17-SNAPSHOT</version>
<version>1.12.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions matchmaking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ This will generate

### Run Locally

The [standalone jar](target/matchmaking-agent-1.12.17-SNAPSHOT.jar) may be started as follows
The [standalone jar](target/matchmaking-agent-1.12.18-SNAPSHOT.jar) may be started as follows

```console
java -Dproperty.file.location="dataplane.properties" -cp ../matchmaking-agent-1.12.17-SNAPSHOT.jar org.eclipse.tractusx.agents.conforming.Bootstrap
java -Dproperty.file.location="dataplane.properties" -cp ../matchmaking-agent-1.12.18-SNAPSHOT.jar org.eclipse.tractusx.agents.conforming.Bootstrap
```
Make sure that jar file, properties file and dataspace.ttl are in the same directory
Then you should be able to reach the /graph endpoint
Expand Down Expand Up @@ -126,7 +126,7 @@ It can be added to your umbrella chart.yaml by the following snippet
dependencies:
- name: matchmaking-agent
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.12.17-SNAPSHOT
version: 1.12.18-SNAPSHOT
alias: my-matchmmaking-agent
```

Expand Down
2 changes: 1 addition & 1 deletion matchmaking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>agents</artifactId>
<version>1.12.17-SNAPSHOT</version>
<version>1.12.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>agents</artifactId>
<version>1.12.17-SNAPSHOT</version>
<version>1.12.18-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Tractus-X Knowledge Agents Reference Implementations</name>
<description>Provides Reference Implementations and Artifacts to Realize Semantic Dataspace Backends</description>
Expand Down
10 changes: 5 additions & 5 deletions provisioning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ mvn package
```

This will generate
- a [pluging jar](target/provisioning-agent-1.12.17-SNAPSHOT.jar) which maybe dropped into an Ontop server (into the lib folder)
- a [pluging jar](target/provisioning-agent-1.12.18-SNAPSHOT.jar) which maybe dropped into an Ontop server (into the lib folder)

### Containerizing (Provisioning Agent)

Expand All @@ -124,7 +124,7 @@ mvn install -Pwith-docker-image
or invoke the following docker command after a successful package run

```console
docker build -t tractusx/provisioning-agent:1.12.17-SNAPSHOT -f src/main/docker/Dockerfile .
docker build -t tractusx/provisioning-agent:1.12.18-SNAPSHOT -f src/main/docker/Dockerfile .
```

The image contains
Expand All @@ -144,7 +144,7 @@ docker run -p 8080:8080 \
-v $(pwd)/resources/university-role1.obda:/input/mapping.obda \
-v $(pwd)/resources/university-role1.properties:/input/settings.properties \
-v $(pwd)/resources/university.sql:/tmp/university.sql \
tractusx/provisioning-agent:1.12.17-SNAPSHOT
tractusx/provisioning-agent:1.12.18-SNAPSHOT
````

Afterwards, you should be able to access the [local SparQL endpoint](http://localhost:8080/) via
Expand Down Expand Up @@ -192,7 +192,7 @@ docker run -p 8080:8080 -p 8082:8082 \
-e ONTOP_MAPPING_FILE="/input/role1.obda /input/role2.obda" \
-e ONTOP_PROPERTIES_FILE="/input/role1.properties /input/role2.properties" \
-e ONTOP_DEV_MODE="false false" \
tractusx/provisioning-agent:1.12.17-SNAPSHOT
tractusx/provisioning-agent:1.12.18-SNAPSHOT
````

Accessing entities spanning two schemas using the first role/endpoint delivers a greater count
Expand Down Expand Up @@ -297,7 +297,7 @@ It can be added to your umbrella chart.yaml by the following snippet
dependencies:
- name: provisioning-agent
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.12.17-SNAPSHOT
version: 1.12.18-SNAPSHOT
alias: my-provider-agent
```

Expand Down
2 changes: 1 addition & 1 deletion provisioning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>agents</artifactId>
<version>1.12.17-SNAPSHOT</version>
<version>1.12.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
14 changes: 7 additions & 7 deletions remoting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ mvn package
```

This will generate
- a [standalone jar](target/remoting-agent-1.12.17-SNAPSHOT.jar) containing all necessary rdf4j components to build your own repository server.
- a [pluging jar](target/original-remoting-agent-1.12.17-SNAPSHOT.jar) which maybe dropped into an rdf4j server for remoting support.
- a [standalone jar](target/remoting-agent-1.12.18-SNAPSHOT.jar) containing all necessary rdf4j components to build your own repository server.
- a [pluging jar](target/original-remoting-agent-1.12.18-SNAPSHOT.jar) which maybe dropped into an rdf4j server for remoting support.

### Run Locally

The standalone jar](target/remoting-agent-1.12.17-SNAPSHOT.jar) contains an example application that runs a sample repository against a sample source
The standalone jar](target/remoting-agent-1.12.18-SNAPSHOT.jar) contains an example application that runs a sample repository against a sample source

```console
java -jar target/remoting-agent-1.12.17-SNAPSHOT.jar -Dorg.slf4j.simpleLogger.defaultLogLevel=DEBUG
java -jar target/remoting-agent-1.12.18-SNAPSHOT.jar -Dorg.slf4j.simpleLogger.defaultLogLevel=DEBUG
```

### Containerizing
Expand All @@ -156,7 +156,7 @@ mvn install -Pwith-docker-image
or invoke the following docker command after a successful package run

```console
docker build -t tractusx/remoting-agent:1.12.17-SNAPSHOT -f src/main/docker/Dockerfile .
docker build -t tractusx/remoting-agent:1.12.18-SNAPSHOT -f src/main/docker/Dockerfile .
```

This will create a docker image including an extended rdf4j-server as well as an interactive rdf4j-workbench.
Expand All @@ -166,7 +166,7 @@ To run the docker image, you could invoke this command
```console
docker run -p 8081:8081 \
-v $(pwd)/src/test:/var/rdf4j/config \
tractusx/remoting-agent:1.12.17-SNAPSHOT
tractusx/remoting-agent:1.12.18-SNAPSHOT
````

Afterwards, you should be able to access the [local SparQL endpoint](http://localhost:8081/) via
Expand Down Expand Up @@ -224,7 +224,7 @@ It can be added to your umbrella chart.yaml by the following snippet
dependencies:
- name: remoting-agent
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.12.17-SNAPSHOT
version: 1.12.18-SNAPSHOT
alias: my-remoting-agent
```

Expand Down
2 changes: 1 addition & 1 deletion remoting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>agents</artifactId>
<version>1.12.17-SNAPSHOT</version>
<version>1.12.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 33bc479

Please sign in to comment.