ppodgorsek / docker-robot-framework

Robot Framework in Docker
https://cloud.docker.com/repository/docker/ppodgorsek/robot-framework
MIT License
333 stars 235 forks source link

Currently published 4.0.0 tag does not contain apk #423

Closed appliednate closed 10 months ago

appliednate commented 1 year ago

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:

Additional context Add any other context about the problem here.

mrdgo commented 1 year ago

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

ppodgorsek commented 10 months ago

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.