A minimal, multi-runtime base image for Bindu agents, combining Python 3.12 (via uv) and Node.js 22 on Debian Bookworm.
- Base OS: Debian Bookworm (slim)
- Python: 3.12 (managed by uv)
- Node.js: 22.x
- Working Directory:
/app
docker pull raahulrahl/getbindu/bindu-runtime-base:latest- Docker installed and running
- Authenticated to Docker Hub:
echo $DOCKERHUB_TOKEN | docker login -u raahulrahl --password-stdin
# Build the image
make build
# Build and push versioned image
make push
# Tag and push as latest
make tag-latest
# Build and push both versioned and latest
make all
# Clean up local images
make cleanUpdate the version in Makefile:
VERSION := 1.0.0 # Change this for new releasesMaintained by Bindu team.
Author: Raahul Dutta raahul@getbindu.com