eclipse-basyx / basyx-databridge

Eclipse Public License 2.0
11 stars 18 forks source link

How the Docker image is created? #252

Closed BlackRose01 closed 1 year ago

BlackRose01 commented 1 year ago

Hello,

Unfortunately I had to realize that with our project partner the implemented fix for OPC UA helped but was not the solution. Apparently Siemens PLCs have a very special way how to connect to the server with an OPC UA client. It is not possible for me to virtualize the configuration of this server.

Hence my question if you could push the Dockerfile into the repo as well? Then we could build Docker image for testing purposes and at the same time even create a flow in that repo that does an automated rollout of the image to Docker Hub (based on a tag or so).

KR, BlackRose01

FrankSchnicke commented 1 year ago

Hi,

the DockerFile is here: https://github.com/eclipse-basyx/basyx-databridge/blob/main/databridge.component/Dockerfile

Additionally, you can build the Image by using mvn install -Pdocker (optionally with -DskipTests to skip tests) on the root of the project.