baocli (sha256:66bf790c3bc4bc047754c0f21b460b53c2f4acc3777662b9d8469e109ac9e2c0)

Published 2026-06-09 03:11:04 +00:00 by runner in public/docker-images

Installation

docker pull registry.cloudless.no/public/baocli@sha256:66bf790c3bc4bc047754c0f21b460b53c2f4acc3777662b9d8469e109ac9e2c0
sha256:66bf790c3bc4bc047754c0f21b460b53c2f4acc3777662b9d8469e109ac9e2c0

About this package

OpenBao 2.5.3

Image layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG BIN_NAME=bao
ARG NAME=openbao
ARG PRODUCT_VERSION
ARG PRODUCT_REVISION
LABEL name=OpenBao maintainer=OpenBao <openbao@lists.openssf.org> vendor=OpenBao version= release= revision= summary=OpenBao is a tool for securely accessing secrets. description=OpenBao is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. OpenBao provides a unified interface to any secret, while providing tight access control and recording a detailed audit log.
COPY LICENSE /licenses/mozilla.txt # buildkit
ENV NAME=openbao
ENV VERSION=
RUN |4 BIN_NAME=bao NAME=openbao PRODUCT_VERSION= PRODUCT_REVISION= /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} ${NAME} # buildkit
ARG EXTRA_PACKAGES
RUN |5 BIN_NAME=bao NAME=openbao PRODUCT_VERSION= PRODUCT_REVISION= EXTRA_PACKAGES= /bin/sh -c apk add --no-cache libcap su-exec dumb-init tzdata ${EXTRA_PACKAGES} # buildkit
COPY bao /bin/ # buildkit
RUN |5 BIN_NAME=bao NAME=openbao PRODUCT_VERSION= PRODUCT_REVISION= EXTRA_PACKAGES= /bin/sh -c ln -s /bin/${BIN_NAME} /bin/vault # buildkit
RUN |5 BIN_NAME=bao NAME=openbao PRODUCT_VERSION= PRODUCT_REVISION= EXTRA_PACKAGES= /bin/sh -c mkdir -p /openbao/logs && mkdir -p /openbao/file && mkdir -p /openbao/config && chown -R ${NAME}:${NAME} /openbao # buildkit
VOLUME [/openbao/logs]
VOLUME [/openbao/file]
EXPOSE [8200/tcp]
COPY .release/docker/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["server" "-dev" "-dev-no-store-token"]
LABEL maintainer=support@cloudless.no
RUN /bin/sh -c apk upgrade --no-cache && apk add --no-cache git bash ca-certificates curl kubectl yq jq && rm -rf /var/cache/apk/* && update-ca-certificates # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
cloudless
d93eab81f4030b64261b39fd58cccfdf0804dff3
description OpenBao is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. OpenBao provides a unified interface to any secret, while providing tight access control and recording a detailed audit log.
maintainer support@cloudless.no
name OpenBao
org.opencontainers.image.created 2026-04-20T19:47:27Z
org.opencontainers.image.description OpenBao 2.5.3
org.opencontainers.image.documentation https://github.com/openbao/openbao/blob/main/README.md
org.opencontainers.image.licenses MPL-2.0
org.opencontainers.image.revision 988c88d7ef54b4d4581629b229488dfba5e085ba
org.opencontainers.image.source https://github.com/openbao/openbao
org.opencontainers.image.title bao
org.opencontainers.image.url https://github.com/openbao/openbao
org.opencontainers.image.vendor OpenBao
org.opencontainers.image.version 2.5.3
release 2.5.3
revision 988c88d7ef54b4d4581629b229488dfba5e085ba
summary OpenBao is a tool for securely accessing secrets.
vendor OpenBao
version 2.5.3
Details
Container
2026-06-09 03:11:04 +00:00
0
OCI / Docker
linux/amd64
MPL-2.0
105 MiB
Versions (1) View all
latest 2026-06-09