DirectorySecurity AdvisoriesPricing
Sign in
Directory
skaffold-fips logoFIPS

skaffold-fips

packaged by Chainguard

Last changed
Request a free trial

Contact our team to test out this image for free. Please also indicate any other images you would like to evaluate.

Tags
Overview
Comparison
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Chainguard Container for skaffold-fips

Minimal container image for running Skaffold applications, optimized for efficiency. It includes only the essential dependencies to build, test, and deploy apps, making it ideal for CI/CD pipelines and development environments

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/skaffold-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

Chainguard's skaffold-fips image is comparable to the official Skaffold image available from the Google Artifact Registry. As with Chainguard's other container image, skaffold-fips is designed for minimalism and doesn't include thigns like a shell or package manager.

FIPS Support

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

Getting Started

By default, Skaffold expects to find a configuration file named skaffold.yaml. You can use the following example to configure Chainguard's skaffold-fips container:

cat > skaffold.yaml <<EOF
apiVersion: skaffold/v4beta6
kind: Config
build:
  artifacts:
    - image: fips-registry/myapp
      docker:
        buildArgs:
          FIPS_MODE: "enabled"
  local:
    useBuildkit: true
EOF

Next, create a kubernetes/deployment.yaml to define your workload:

mkdir -p kubernetes && cat > kubernetes/deployment.yaml <<EOF
apiVersion: apps/v1
kind: Deployment
metadata:
  name: myapp
spec:
  replicas: 1
  selector:
    matchLabels:
      app: myapp
  template:
    metadata:
      labels:
        app: myapp
    spec:
      containers:
        - name: myapp
          image: your-registry/myapp  # Must match skaffold.yaml image
EOF

Use docker to run the skaffold build command with Chainguard skaffold-fips container image, writing the output of the build to a JSON file:

docker run --rm -v $(pwd):/work -v /var/run/docker.sock:/var/run/docker.sock \
    cgr.dev/ORGANIZATION/skaffold-fips:latest \
    skaffold build --file-output=artifacts.json

You can now deploy the newly-built image to the configured Kubernetes environment, using the the pre-built artifacts to avoid rebuilding:

skaffold deploy --build-artifacts=artifacts.json

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'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

  • GPL-2.0-or-later

  • LGPL-2.1-or-later

  • MIT

  • MPL-2.0

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

Software license agreement

Compliance

Chainguard 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 Chainguard

This image helps reduce time and effort in establishing PCI DSS 4.0 compliance with low-to-no CVEs.

PCI DSS at Chainguard

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
skaffold logo

skaffold


Category
FIPS
STIG

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.