ppodgorsek/docker-robot-framework

Currently published 4.0.0 tag does not contain apk

Closed this issue · 2 comments

Describe the bug
The currently hosted version of the 4.0.0 tag of the image does not contain apk. Previous versions did and this 4.0.0 tag was uploaded at the same as the 5.0.0 image

To Reproduce
Download latest image and attempt to use apk.

Expected behavior
A clear and concise description of what you expected to happen.

Robot template
Any Robot template which could help reproduce the issue.

Screenshots
image

Please provide any relevant information, such as:

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

mrdgo commented

apk belongs to alpine linux. This image is based on fedora, use dnf

It seems like the 4.0.0 tag on Docker Hub was incorrectly pushed. The git tag relies on Alpine Linux but the pushed image relies on Fedora, likely due to a wrong container alias being pushed. Furthermore, Docker Hub doesn't seem to detect the OS of that 4.0.0 tag. I have therefore deleted the tag on Docker Hub to avoid confusion. (it is still available on git if anyone needs it for their own build)

As mentioned above by @mrdgo , this project has now migrated to Fedora / dnf, hence why no other Alpine image will be maintained or published.