packaged by Chainguard
Contact our team to test out this image for free. Please also indicate any other images you would like to evaluate.
FIPS-compliant build of Apicurio Registry, a datastore for sharing standard event schemas and API designs across event-driven and API architectures.
Chainguard Containers are regularly-updated, secure-by-default container images.
For those with access, this container image is available on cgr.dev:
Be sure to replace the ORGANIZATION placeholder with the name used for your organization's private repository within the Chainguard Registry.
This module provides the FIPS-validated builds of the Apicurio Registry family:
There is no FIPS UI variant. The web UI is served by the standard (non-FIPS) apicurio-registry-ui image (nginx serving static assets), which pairs with the FIPS registry.
The Chainguard FIPS images are minimal, secure builds of the upstream images:
| Chainguard Image | Upstream Image |
|---|---|
|
|
|
|
The web UI uses the non-FIPS cgr.dev/chainguard/apicurio-registry-ui image.
The Chainguard images differ from upstream in the following ways:
These images run under the BouncyCastle FIPS provider:
bcfips-policy registers BouncyCastle as the JVM security provider, and openssl-config-fipshardened enables FIPS mode for OpenSSL.JAVA_TOOL_OPTIONS=--module-path=/usr/share/java/bouncycastle-fips -Djavax.net.ssl.trustStoreType=FIPS; trustStoreType=FIPS lets the TLS client read the JVM cacerts under BouncyCastle FIPS.The upstream image includes JBoss container scripts (/opt/jboss/container/) that process various environment variables for JVM configuration, debugging, and proxy settings. The Chainguard image runs the Quarkus application directly without these scripts.
Environment variables NOT supported in the Chainguard image:
| Category | Variables | Upstream Behavior |
|---|---|---|
JVM Memory |
| Sets |
Garbage Collection |
| Configures GC tuning parameters |
Debugging |
| Enables JDWP debug agent on specified port (default: 5005) |
Diagnostics |
| Enables JVM diagnostic options |
Proxy |
| Translates to Java |
JMX |
| Enables JMX exporter |
Application |
| Controls application discovery and classpath |
JVM Options |
| Appends custom JVM options |
To achieve equivalent functionality in Chainguard images, pass JVM options directly via JAVA_TOOL_OPTIONS (honored by the JVM natively, since the image has no shell):
(The apicurio-registry-3-operator-fips image launches via sh -c and also honors JAVA_OPTIONS.)
The Chainguard image is built on a minimal base with only the essential components:
FIPS deployments use the non-FIPS apicurio-registry-ui image, which differs from the upstream image (quay.io/apicurio/apicurio-registry-ui) in the following ways:
The upstream UI image uses Red Hat's S2I framework with scripts in /usr/libexec/s2i/. The Chainguard image runs nginx directly without S2I:
| Upstream | Chainguard |
|---|---|
Entrypoint sources | Entrypoint runs |
Includes S2I assemble/run scripts | No S2I scripts included |
The nginx configuration has been modified for compatibility with Wolfi/Alpine nginx:
| Change | Reason |
|---|---|
Removed | Red Hat-specific cipher configuration not supported on Wolfi |
Updated | Deprecated directive syntax in nginx 1.25.1+ |
Removed TLS server block | TLS should be handled by ingress controller or sidecar proxy |
If you need TLS termination at the UI container, configure it via an ingress controller, service mesh sidecar, or mount certificates and provide a custom nginx configuration.
Apicurio Registry supports multiple storage backends:
Configure the storage backend using environment variables:
Enable TLS on the registry using Quarkus HTTP configuration:
Mount TLS certificates from a Kubernetes Secret:
Chainguard's free tier of Starter container images are built with Wolfi, our minimal Linux undistro.
All other Chainguard Containers are built with Chainguard OS, Chainguard's minimal Linux operating system 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 development, or -dev, variant.
In all other cases, including Chainguard Containers tagged as :latest or with a specific version number, the container images include only an open-source application and its runtime dependencies. These minimal container images typically do not contain a shell or package manager.
Although the -dev container image variants have similar security features as their more minimal versions, they include additional software that is typically not necessary in production environments. We recommend using multi-stage builds to copy artifacts from the -dev variant into a more minimal production image.
To improve security, Chainguard Containers include only essential dependencies. Need more packages? Chainguard customers can use Custom Assembly to add packages, either through the Console, chainctl, or API.
To use Custom Assembly in the Chainguard Console: navigate to the image you'd like to customize in your Organization's list of images, and click on the Customize image button at the top of the page.
Refer to our Chainguard Containers documentation on Chainguard Academy. Chainguard also offers VMs and Libraries — contact us for access.
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.
Chainguard's 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
Bitstream-Vera
Classpath-exception-2.0
FTL
GCC-exception-3.1
GPL-2.0
For a complete list of licenses, please refer to this Image's SBOM.
Software license agreementChainguard Containers are SLSA Level 3 compliant with detailed metadata and documentation about how it was built. We generate build provenance and a Software Bill of Materials (SBOM) for each release, with complete visibility into the software supply chain.
SLSA compliance at ChainguardThis image helps reduce time and effort in establishing PCI DSS 4.0 compliance with low-to-no CVEs.
PCI DSS at ChainguardThis 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