bpai (sha256:1d35f1e9269f15647b982d39a8104176cd4d62155a185062eb6825058cfe5bae)

Published 2026-08-20 10:14:07 +00:00 by bot_global_image_manager

Installation

docker pull git.basepeak.dev/basepeak-ai/bpai@sha256:1d35f1e9269f15647b982d39a8104176cd4d62155a185062eb6825058cfe5bae
sha256:1d35f1e9269f15647b982d39a8104176cd4d62155a185062eb6825058cfe5bae

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.68.0
ARG CREATED=2026-08-20T09:58:42Z
ARG REVISION=c318c4a23d6da6bf9fbc77bcfb52ff1086087abe
LABEL org.opencontainers.image.source=https://git.basepeak.dev/basepeak-ai/bpai
LABEL org.opencontainers.image.version=0.68.0
LABEL org.opencontainers.image.created=2026-08-20T09:58:42Z
LABEL org.opencontainers.image.revision=c318c4a23d6da6bf9fbc77bcfb52ff1086087abe
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.68.0 CREATED=2026-08-20T09:58:42Z REVISION=c318c4a23d6da6bf9fbc77bcfb52ff1086087abe /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.68.0 CREATED=2026-08-20T09:58:42Z REVISION=c318c4a23d6da6bf9fbc77bcfb52ff1086087abe 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.68.0 CREATED=2026-08-20T09:58:42Z REVISION=c318c4a23d6da6bf9fbc77bcfb52ff1086087abe 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.68.0 CREATED=2026-08-20T09:58:42Z REVISION=c318c4a23d6da6bf9fbc77bcfb52ff1086087abe 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.68.0 CREATED=2026-08-20T09:58:42Z REVISION=c318c4a23d6da6bf9fbc77bcfb52ff1086087abe 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-20T09:58:42Z
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 c318c4a23d6da6bf9fbc77bcfb52ff1086087abe
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.68.0