Overview
What is bindu-runtime-base-image
Bindu runtime base image is a minimal, multi-runtime Docker image designed for Bindu agents, featuring Python 3.12 and Node.js 22, built on a slim version of Debian Bookworm.
How to Use
To use the bindu-runtime-base-image, pull it from Docker Hub using the command: `docker pull raahulrahl/getbindu/bindu-base:latest`. Ensure Docker is installed and running, and you are authenticated to Docker Hub.
Key Features
Key features include a lightweight base OS (Debian Bookworm), support for multiple runtimes (Python 3.12 and Node.js 22), and a predefined working directory set to '/app'.
Where to Use
Bindu runtime base image is suitable for developing and deploying applications that require both Python and Node.js environments, particularly in microservices architectures.
Use Cases
Use cases include building web applications, microservices that leverage both Python and Node.js, and any projects that benefit from a minimal runtime environment for efficient deployment.