NabuCasa / silabs-firmware-builder

Silicon Labs firmware builder
58 stars 60 forks source link

Read permissions broken on Docker image #25

Closed darkxst closed 1 year ago

darkxst commented 1 year ago

This has been broken for sometime, can we get the read permissions updated on the this? Currently its not possible for the end-user to pull these images (as per instructions in README.md)

docker run --rm -it \
  --user builder \
  -v $(pwd):/build -v ~/.gitconfig:/home/builder/.gitconfig \
  ghcr.io/nabucasa/silabs-firmware-builder:4.3.0
Unable to find image 'ghcr.io/nabucasa/silabs-firmware-builder:4.3.0' locally
docker: Error response from daemon: Head "https://ghcr.io/v2/nabucasa/silabs-firmware-builder/manifests/4.3.0": unauthorized.
caipiblack commented 1 year ago

Same problem

agners commented 1 year ago

The image is public now. Thanks for bringing this up!