bpai (sha256:208b7d22c77df39a842a0586d3450e675f7f1fbae452e302b91ac0cd4f80e196)

Published 2026-08-24 09:29:09 +00:00 by bot_global_image_manager

Installation

docker pull git.basepeak.dev/basepeak-ai/bpai@sha256:208b7d22c77df39a842a0586d3450e675f7f1fbae452e302b91ac0cd4f80e196
sha256:208b7d22c77df39a842a0586d3450e675f7f1fbae452e302b91ac0cd4f80e196

About this package

BasePeak.AI — AI agent platform with LLM integration, built-in RAG and OAuth 2.0 authentication

Image layers

apko
apko
apko
apko
apko
apko
apko
apko
apko
apko
apko
ARG VERSION=0.70.0
ARG CREATED=2026-08-24T09:18:46Z
ARG REVISION=1b15d91918e496b4c2aa7bd7aabaddf519659dae
LABEL org.opencontainers.image.source=https://git.basepeak.dev/basepeak-ai/bpai
LABEL org.opencontainers.image.version=0.70.0
LABEL org.opencontainers.image.created=2026-08-24T09:18:46Z
LABEL org.opencontainers.image.revision=1b15d91918e496b4c2aa7bd7aabaddf519659dae
LABEL org.opencontainers.image.vendor=BasePeak GmbH
LABEL org.opencontainers.image.authors=BasePeak GmbH
LABEL org.opencontainers.image.title=BasePeak.AI
LABEL org.opencontainers.image.description=BasePeak.AI — AI agent platform with LLM integration, built-in RAG and OAuth 2.0 authentication
LABEL org.opencontainers.image.url=https://basepeak.ai
LABEL org.opencontainers.image.documentation=https://docs.basepeak.ai
RUN |3 VERSION=0.70.0 CREATED=2026-08-24T09:18:46Z REVISION=1b15d91918e496b4c2aa7bd7aabaddf519659dae /bin/sh -c apk update && apk add --no-cache git python3 py3-pip npm nodejs bash tini procps libreoffice docker perl-utils sqlite sqlite-dev curl kubectl jq tesseract tesseract-osd openjdk-17-default-jvm openjdk-17-jre wget # buildkit
ARG MSG2TXT_VERSION=1.1.0
ARG MSG2TXT_SHA256=e98bd20f6048e745bc864814456526cfd54153d1f043c9bd4a9e16abd2e86389
RUN |5 VERSION=0.70.0 CREATED=2026-08-24T09:18:46Z REVISION=1b15d91918e496b4c2aa7bd7aabaddf519659dae MSG2TXT_VERSION=1.1.0 MSG2TXT_SHA256=e98bd20f6048e745bc864814456526cfd54153d1f043c9bd4a9e16abd2e86389 /bin/sh -c mkdir -p /opt/emailconverter && wget -O /opt/emailconverter/msg2txt.tar "https://github.com/YujiSoftware/msg2txt/releases/download/${MSG2TXT_VERSION}/msg2txt-${MSG2TXT_VERSION}.tar" && echo "${MSG2TXT_SHA256} /opt/emailconverter/msg2txt.tar" | sha256sum -c - && cd /opt/emailconverter && tar -xf msg2txt.tar --strip-components=1 && rm msg2txt.tar # buildkit
RUN |5 VERSION=0.70.0 CREATED=2026-08-24T09:18:46Z REVISION=1b15d91918e496b4c2aa7bd7aabaddf519659dae MSG2TXT_VERSION=1.1.0 MSG2TXT_SHA256=e98bd20f6048e745bc864814456526cfd54153d1f043c9bd4a9e16abd2e86389 /bin/sh -c printf '#!/bin/sh\n/opt/emailconverter/bin/msg2txt "$@"\n' > /bin/emailconverter && chmod +x /bin/emailconverter # buildkit
COPY --chmod=0755 /tools/package-chrome.sh / # buildkit
RUN |5 VERSION=0.70.0 CREATED=2026-08-24T09:18:46Z REVISION=1b15d91918e496b4c2aa7bd7aabaddf519659dae MSG2TXT_VERSION=1.1.0 MSG2TXT_SHA256=e98bd20f6048e745bc864814456526cfd54153d1f043c9bd4a9e16abd2e86389 /bin/sh -c /package-chrome.sh && rm /package-chrome.sh # buildkit
COPY aws-encryption.yaml / # buildkit
COPY azure-encryption.yaml / # buildkit
COPY gcp-encryption.yaml / # buildkit
COPY --chmod=0755 run.sh /bin/run.sh # buildkit
COPY /bpai-tools /bpai-tools # buildkit
COPY /bpai-tools /bpai-tools # buildkit
COPY --chmod=0755 /tools/combine-envrc.sh / # buildkit
RUN |5 VERSION=0.70.0 CREATED=2026-08-24T09:18:46Z REVISION=1b15d91918e496b4c2aa7bd7aabaddf519659dae MSG2TXT_VERSION=1.1.0 MSG2TXT_SHA256=e98bd20f6048e745bc864814456526cfd54153d1f043c9bd4a9e16abd2e86389 /bin/sh -c /combine-envrc.sh && rm /combine-envrc.sh # buildkit
COPY /bin/*-encryption-provider /bin/ # buildkit
COPY /app/bin/bpai /bin/ # buildkit
COPY /app/ui/user/build-node /ui # buildkit
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin:/usr/lib/libreoffice/program
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin:/usr/lib/libreoffice/program:/usr/bin
ENV HOME=/data
ENV XDG_CACHE_HOME=/data/cache
ENV BPAI_SERVER_AGENTS_DIR=/agents
ENV TERM=vt100
WORKDIR /data
VOLUME [/data]
ENTRYPOINT ["run.sh"]

Labels

Key Value
dev.chainguard.image.title postgres
dev.chainguard.package.main
org.opencontainers.image.authors BasePeak GmbH
org.opencontainers.image.created 2026-08-24T09:18:46Z
org.opencontainers.image.description BasePeak.AI — AI agent platform with LLM integration, built-in RAG and OAuth 2.0 authentication
org.opencontainers.image.documentation https://docs.basepeak.ai
org.opencontainers.image.revision 1b15d91918e496b4c2aa7bd7aabaddf519659dae
org.opencontainers.image.source https://git.basepeak.dev/basepeak-ai/bpai
org.opencontainers.image.title BasePeak.AI
org.opencontainers.image.url https://basepeak.ai
org.opencontainers.image.vendor BasePeak GmbH
org.opencontainers.image.version 0.70.0