I’m very new to Robot Framework and this forum. So I hope that this is the right category for my question.
While looking for official Docker images to run Robot Framework, I had a look at Docker Hub and found this one: robotframework/rfdocker. However, this was updated 3 years ago and I’m not sure if it is still supported.
Is there another place for official Docker images?
I personally would choose a Docker image with the desired Python version and go from there. RF is just a Python package, just like all the libraries you use. Like any Python package, you should pin the desired version range (or use poetry or similar dependency resolving / pinning).