DirectorySecurity Advisories
Sign In
Directory
openbao-fips logoFIPS

openbao-fips

Last changed

Create your Free Account

Be the first to hear about exciting product updates, critical vulnerability alerts, compare alternative images, and more.

Sign Up
Tags
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Chainguard Container for openbao-fips

Minimal image with OpenBao, FIPS compliant.

Chainguard Containers are regularly-updated, secure-by-default container images.

Download this Container Image

For those with access, this container image is available on cgr.dev:

docker pull cgr.dev/ORGANIZATION/openbao-fips:latest

Be sure to replace the ORGANIZATION placeholder with the name used for your organization's private repository within the Chainguard Registry.

Using openbao FIPS

The Chainguard openbao image contains the openbao server binary and supporting config. The image is intended to be a drop-in replacement for the upstream openbao/openbao or openbao images and compatible with the OpenBao Helm chart.

The default entrypoint starts a single-node instance of the server in development mode for testing and development. Note that the container should be given the IPC_LOCK capability.

You can start the container with:

$ docker run --cap-add IPC_LOCK -p 8200:8200 cgr.dev/ORGANIZATION/openbao-fips
==> OpenBao server configuration:

Administrative Namespace:
             Api Address: http://0.0.0.0:8200
                     Cgo: enabled
         Cluster Address: https://0.0.0.0:8201
   Environment Variables: HOME, HOSTNAME, PATH, PWD, SHLVL, SSL_CERT_FILE
              Go Version: go1.23.2 X:systemcrypto
              Listener 1: tcp (addr: "0.0.0.0:8200", cluster address: "0.0.0.0:8201", max_request_duration: "1m30s", max_request_size: "33554432", tls: "disabled")
               Log Level:
           Recovery Mode: false
                 Storage: inmem
                 Version: OpenBao v2.0.2, built '2024-10-10T15:09:44Z'
             Version Sha: 96853bb4de27ab8ffd1b0c2898c691460d43edeb

==> OpenBao server started! Log data will stream in below:
...

To configure openbao for production or other environments, supply a configuration file in the /openbao/config directory e.g:

docker run -v $PWD/openbao.hcl:/openbao/config/openbao.hcl cgr.dev/ORGANIZATION/openbao server

You can also supply config via the BAO_LOCAL_CONFIG variable e.g:

docker run --cap-add=IPC_LOCK -e 'BAO_LOCAL_CONFIG={"storage": {"file": {"path": "/openbao/file"}}, "listener": [{"tcp": { "address": "0.0.0.0:8200", "tls_disable": true}}], "default_lease_ttl": "168h", "max_lease_ttl": "720h", "ui": true}' -p 8200:8200 cgr.dev/ORGANIZATION/openbao-fips server

Helm Chart Usage

This image and the openbao-k8s image can be used with the Helm chart. To replace the official images with the Chainguard images, provide the chart with the following values:

injector:
  image:
    registry: "cgr.dev"
    repository: "ORGANIZATION/openbao-k8s-fips"
    tag: "latest"

  agentImage:
    registry: "cgr.dev"
    repository: "ORGANIZATION/openbao-fips"
    tag: "latest"

server:
  image:
    registry: "cgr.dev"
    repository: "ORGANIZATION/openbao-fips"
    tag: "latest"

Assuming these values are saved in cgr_values.yaml, you should be able to run:

helm repo add openbao https://openbao.github.io/openbao-helm
helm install openbao openbao/openbao --values cgr_values.yaml

User

The image starts as root and switches to the lower privileged openbao user in the entrypoint script.

Differences to openbao/openbao image

This image is not identical to the openbao/openbao image. In particular:

  • The openbao binary and entrypoint script are stored in /usr/bin
  • The underlying OS is Wolfi (which is glibc based) whereas the Openbao image uses Alpine (which is musl based)

This image supports the same environment variables as the openbao/openbao image.

Persisting Storage Data

If using the file data storage plugin, please configure it to write to /openbao/file.

Persisting Logs

By default logs will be streamed to stdout and stderr, but can be configured to write to /openbao/logs.

What are Chainguard Containers?

Chainguard Containers are minimal container images that are secure by default.

In many cases, the Chainguard Containers tagged as :latest contain only an open-source application and its runtime dependencies. These minimal container images typically do not contain a shell or package manager. Chainguard Containers are built with Wolfi, our Linux undistro designed to produce container images that meet the requirements of a more secure software supply chain.

The main features of Chainguard Containers include:

For cases where you need container images with shells and package managers to build or debug, most Chainguard Containers come paired with a -dev variant.

Although the -dev container image variants have similar security features as their more minimal versions, they feature additional software that is typically not necessary in production environments. We recommend using multi-stage builds to leverage the -dev variants, copying application artifacts into a final minimal container that offers a reduced attack surface that won’t allow package installations or logins.

Learn More

To better understand how to work with Chainguard Containers, please visit Chainguard Academy and Chainguard Courses.

In addition to Containers, Chainguard offers VMs and Libraries. Contact Chainguard to access additional products.

Trademarks

This software listing is packaged by Chainguard. The trademarks set forth in this offering are owned by their respective companies, and use of them does not imply any affiliation, sponsorship, or endorsement by such companies.

Licenses

Chainguard container images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" tag of this image:

  • Apache-2.0

  • BSD-3-Clause

  • GCC-exception-3.1

  • GPL-2.0-only

  • GPL-2.0-or-later

  • GPL-3.0-or-later

  • LGPL-2.1-or-later

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Compliance

This is a FIPS validated image for FedRAMP compliance.

This image is STIG hardened and scanned against the DISA General Purpose Operating System SRG with reports available.

Learn more about STIGsGet started with STIGs

Related images

Category
FIPS
STIG

Safe Source for Open Sourceâ„¢
Media KitContact Us
© 2025 Chainguard. All Rights Reserved.
Private PolicyTerms of Use

Chainguard ContainersChainguard LibrariesChainguard VMs