Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 782 Bytes

File metadata and controls

26 lines (18 loc) · 782 Bytes

Docker image with RbFly

Ready to use Docker image that comes with RbFly and uv preinstalled.

Build image and push to the Docker Hub:

$ make build
$ make push

Settings for the build process are in .env file.

Before pushing the image to the registry make sanity check if the image was built with

$ docker image ls |grep rbfly

To play around with the image type in ./run.sh bash. This command builds a temporary image and starts the Bash shell inside.

$ ./run.sh bash
root@2042644d1d72:/# uv version
uv 0.4.9
root@2042644d1d72:/# python -c "import rbfly; print(rbfly.__version__)"
0.9.0