Skip to content

Commit fb39d8e

Browse files
committed
update OCI label and README to use bindu-runtime-base image name consistently
1 parent a12db59 commit fb39d8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm && \
2727
ENV PATH="/python/bin:$PATH"
2828

2929
# OCI labels for base
30-
LABEL org.opencontainers.image.title="bindu-base"
30+
LABEL org.opencontainers.image.title="bindu-runtime-base"
3131
LABEL org.opencontainers.image.description="Base runtime for Bindu agents with Python 3.12 and Node.js 22"
3232
LABEL org.opencontainers.image.authors="raahul dutta <raahul@getbindu.com>"
3333
LABEL org.opencontainers.image.version="1.0.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A minimal, multi-runtime base image for Bindu agents, combining Python 3.12 (via
1515
### Pull the image
1616

1717
```bash
18-
docker pull raahulrahl/getbindu/bindu-base:latest
18+
docker pull raahulrahl/getbindu/bindu-runtime-base:latest
1919
```
2020

2121
## Building & Publishing

0 commit comments

Comments
 (0)