umati / Dashboard-OPCUA-Client

OPC UA gateway based on open62541 to subscribe to servers implementing umati endorsed companion specification and publish via MQTT to the broker for https://umati.app
Mozilla Public License 2.0
20 stars 9 forks source link

Docker Pull not working #812

Closed ChrisDahmen closed 1 month ago

ChrisDahmen commented 2 months ago

Describe the bug Using the command given in the documentation I attempted to pull the docker container, but was faced with an error message instead:

To Reproduce Use the command from the documentation (docker pull ghcr.io/umati/dashboard-opcua-client)

Expected behavior The Docker container to pulled properly and be runnable

Environment:

Log

docker pull ghcr.io/umati/dashboard-opcua-client Using default tag: latest Error response from daemon: manifest unknown

GoetzGoerisch commented 1 month ago

We do not tag latest, please use development to pull the latest development image.

ChrisDahmen commented 1 month ago

Works using Tag development. A change in documentation (here) might be useful to other newcomers.