umati / Sample-Server

Sample-Server implementation based on open62541, showcases umati endorsed OPC UA companion specifications. Provides a :whale2: :package: to run locally for development purpose.
https://umati.org
Mozilla Public License 2.0
53 stars 16 forks source link

Unable to pull main image #1035

Closed LarsStegman closed 1 year ago

LarsStegman commented 1 year ago

Hi,

we are trying to pull the main tagged image, but we get an error from docker:

> docker pull ghcr.io/umati/sample-server:main
main: Pulling from umati/sample-server
manifest unknown

From the looks of it, we are not the only ones, as the number of downloads in the past week has dropped significantly:

image

https://github.com/umati/Sample-Server/pkgs/container/sample-server/72795039?tag=main

wlkrm commented 1 year ago

Yes, its a bug in docker buildx. After the CI has run through, the develop tag should be working https://github.com/umati/Sample-Server/commit/01f794dd3b50a03343946739f7a2d8ce8fc54333.

wlkrm commented 1 year ago

Will be closed if https://github.com/umati/Sample-Server/commit/01f794dd3b50a03343946739f7a2d8ce8fc54333 is merged.

LarsStegman commented 1 year ago

Wow, that is a quick response. Thanks!

GoetzGoerisch commented 1 year ago

main image should be pullable again. Thanks for your feedback.