tinkerbell / actions

Suite of Tinkerbell Actions for use in Tinkerbell Workflows
Apache License 2.0
27 stars 42 forks source link

grub2disk is no longer on quay.io #84

Closed elreydetoda closed 6 months ago

elreydetoda commented 2 years ago

When going through the sandbox and then experimenting with different actions, I went to pull down the grub2disk action and it said the tag was deleted

Expected Behaviour

$ docker pull quay.io/tinkerbell-actions/grub2disk:v1.0.0
v1.0.0: Pulling from tinkerbell-actions/grub2disk:v1.0.0
...

Current Behaviour

$ docker pull quay.io/tinkerbell-actions/grub2disk:v1.0.0
Error response from daemon: unknown: Tag v1.0.0 was deleted or has expired. To pull, revive via time machine

image

Possible Solution

restore the image on quay.io

Steps to Reproduce (for bugs)

  1. docker pull quay.io/tinkerbell-actions/grub2disk:v1.0.0

image image

displague commented 2 years ago

Without knowing why the tag was intentionally deleted, I think the best move for maintainers is to push the tag again.

In the meanwhile, the SHA (61191087790c) can be used.

https://artifacthub.io/packages/tbaction/tinkerbell-community/grub2disk

micahhausler commented 2 years ago

@displague or @mmlb are you able to get the tag rebuilt? Who is the right owner who has permissions?

mmlb commented 2 years ago

https://github.com/tinkerbell/hub/pull/78 should go green and be merged soon which should cause the image to be pushed up again.

chrisdoherty4 commented 6 months ago

This is extremely old but FYI we'll begin pushing actions into quay.io under quay.io/tinkerbell/actions/<action name> soon.

Closing the issue as stale.