/
DirectorySecurity Advisories
Sign In
Directory
arangodb-fips logoFIPS

arangodb-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 arangodb-fips

ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.

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/arangodb-fips:latest

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

Compatibility Notes

The Chainguard arangodb-fips image is comparable to the official ArangoDB image. Note that the Chainguard arangodb image does NOT run as root, but rather as the arangodb user.

FIPS support

Chainguard's arangodb-fips image ships with a validated redistribution of the OpenSSL FIPS provider module. For more on FIPS support in Chainguard container images, consult the guide on FIPS-enabled Chainguard Images on Chainguard Academy.

Getting Started

You can use Helm to deploy the arangodb-fips container image using the ArangoDB Kubernetes Operator and start a minimal ArangoDB cluster.

Start by installing the operator:

helm repo add arangodb https://arangodb.github.io/kube-arangodb
helm repo update

helm install arangodb arangodb/kube-arangodb \
  --version my-version

Then deploy a cluster with Chainguard's arangodb-fips container image:

curl -O https://raw.githubusercontent.com/arangodb/kube-arangodb/master/examples/simple-cluster.yaml

Then apply it:

kubectl apply -f simple-cluster.yaml

Replace the default image with the Chainguard version

kubectl patch arangodeployment example-simple-cluster --type='merge' -p '{"spec": {"image": "cgr.dev/ORGANIZATION/arangodb-fips:latest"}}'

To test that the container is working correctly, create a collection:

curl -k -u root: -X POST --header "Content-Type: application/json" \
  --data '{"name":"testcol"}' \
  https://127.0.0.1:8529/_api/collection

Then use curl to view the collection:

curl -k -u root: https://127.0.0.1:8529/_api/collection

Documentation and Resources

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

  • BUSL-1.1

  • GCC-exception-3.1

  • 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

Products

Chainguard ContainersChainguard LibrariesChainguard VMs