DirectorySecurity advisories
Sign in

Directory

mongodb-fips logoFIPS

mongodb-fips

Last changed
Sign in for updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign in
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

The MongoDB Database image

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/mongodb:latest

Using MongoDB

$ docker run cgr.dev/chainguard/mongodb

Connect to the MongoDB Deployment with mongosh and confirm your MongoDB instance is running by inserting a new document

$ mongosh --port 27017
$test> db.products.insert( { item: "card", qty: 15 } )
{
  acknowledged: true,
  insertedIds: { '0': ObjectId('662141e9a1519b8bd2ac3fc4') }
}
$test> show collections
products
Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "7" version of this image:

  • Apache-2.0

  • GCC-exception-3.1

  • GPL-2.0-or-later

  • GPL-3.0-or-later

  • LGPL-2.1-or-later

  • LGPL-3.0-or-later

  • MIT

View more

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
application
databases

Products

Chainguard Images

© 2024 Chainguard, Inc.