eclipse-basyx / basyx-java-server-sdk

MIT License
60 stars 47 forks source link

[BUG] Databridge Container not linux/arm64/v8 compatible #453

Closed gerberm-at-msg closed 1 month ago

gerberm-at-msg commented 2 months ago

Describe the bug As with the dashboard-api the databridge is also not compatible with the linux/arm64/v8 (Mac M* Chip) but is needed to get the databridge running. Can you please help me with it and provide a compatible container for it too

    image: eclipsebasyx/databridge:1.0.0-SNAPSHOT
    container_name: databridge-mqtt
    volumes:
      - "./databridgeConfig:/usr/share/config"
    restart: always
! databridge The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested                                                                 0.0s
aaronzi commented 2 months ago

Hello @gerberm-at-msg,

we will check if this is possible for the current setup of the databridge and update the image on dockerhub if it is.

aaronzi commented 1 month ago

Hello @gerberm-at-msg,

we updated the DataBridge to support arm/v8 as well. The image tag for the new version is eclipsebasyx/databridge:1.0.0-milestone-08.

gerberm-at-msg commented 1 month ago

Hi @aaronzi sorry I was away until today. Thank you! I tested it and can confirm that it works.