Developer Resources

Compiled Chainguard documentation optimized for use with AI coding assistants
  4 min read

AI-Ready Documentation Bundle

This page provides compiled Chainguard documentation optimized for use with AI coding assistants like Claude, ChatGPT, GitHub Copilot, and others. Choose between our cryptographically signed direct downloads or our secure container distribution.

What’s Included

A comprehensive collection of Chainguard documentation including:

  • Complete Chainguard Containers documentation
  • Security best practices and CVE management
  • Migration guides and tutorials
  • API references and code examples
  • Wolfi, melange, and apko documentation
  • Compliance and supply chain security guides

Download AI Documentation Bundle

Choose your preferred distribution method:

GitHub Release

Format Description Verification
Latest Release Cryptographically signed documentation bundle (~1.7MB) Includes Cosign signatures and certificates

Container Distribution

# Pull the container image
docker pull ghcr.io/chainguard-dev/ai-docs:latest

# Extract documentation
docker run --rm -v $(pwd):/output ghcr.io/chainguard-dev/ai-docs:latest /usr/local/bin/extract /output

# Verify signatures
cosign verify ghcr.io/chainguard-dev/ai-docs:latest \
  --certificate-identity-regexp ".*" \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

Quick Start

# Download the documentation bundle from GitHub releases
curl -LO https://github.com/chainguard-dev/edu/releases/download/ai-docs-latest/chainguard-ai-docs.tar.gz

# Extract the markdown file
tar -xzf chainguard-ai-docs.tar.gz

# The extracted file 'chainguard-ai-docs.md' is ready to use with your AI assistant

Security Features

Available Security Features

  • Signed releases with Sigstore/Cosign
  • Container distribution via GitHub Container Registry
  • Automated updates via GitHub Actions
  • Security scanning with gitleaks

Security Transparency

Security First: Our documentation bundles are compiled with security measures. Learn about our security practices →

View our security resources:

How to Use with AI Assistants

  1. Download and verify the documentation bundle using one of the methods above
  2. Open your AI assistant (Claude, ChatGPT, etc.)
  3. Upload or paste the markdown file into your conversation
  4. Start coding with full Chainguard context available to your AI assistant

Example Prompts for Common Tasks

Once you’ve loaded the documentation, try these prompts with your AI assistant:

Container Security and CVEs

  • “Search for Chainguard container security best practices and CVE management”
  • “How do I migrate from Docker Hub images to Chainguard images?”
  • “Show me examples of using Chainguard images in production”
  • “What’s the difference between Chainguard’s latest and latest-dev tags?”
  • “How do I scan Chainguard images for vulnerabilities?”
  • “Explain Chainguard’s approach to zero CVE images”

Development Workflows

  • “Find information about debugging distroless containers”
  • “How do I use Chainguard images with Kubernetes?”
  • “What are the differences between Chainguard development and production images?”
  • “Show me how to use multi-stage builds with Chainguard images”
  • “How do I add custom packages to a Chainguard image?”
  • “Create a Dockerfile using Chainguard’s Python image for a Flask app”

Specific Technologies

  • “Show me Chainguard’s Python/Node.js/Go image documentation”
  • “Find FIPS-compliant container information”
  • “How do I use Chainguard images for AI/ML workloads?”
  • “What Java versions are available in Chainguard images?”
  • “How to use Chainguard’s PostgreSQL image with custom extensions”
  • “Show examples of using Chainguard’s NGINX image with custom configs”

Security and Compliance

  • “Search for SBOM and supply chain security information”
  • “Find information about Chainguard’s compliance certifications”
  • “How does Chainguard help with CVE remediation?”
  • “Explain how to verify Chainguard image signatures with cosign”
  • “What are Chainguard’s SLSA compliance levels?”
  • “How to generate and analyze SBOMs for Chainguard images”

CI/CD Integration

  • “How do I use Chainguard images in GitHub Actions?”
  • “Show me examples of using Chainguard images with GitLab CI”
  • “How to set up automated vulnerability scanning for Chainguard images”
  • “Best practices for caching Chainguard images in CI pipelines”
  • “How to use chainctl in CI/CD workflows”

Troubleshooting

  • “How do I troubleshoot ‘command not found’ errors in distroless images?”
  • “Why is my application failing to start in a Chainguard image?”
  • “How to debug permission issues in Chainguard containers”
  • “Common migration issues when moving from Alpine to Wolfi-based images”
  • “How to identify missing dependencies in distroless containers”

Architecture and Best Practices

  • “Explain the architecture of Wolfi and how it differs from Alpine”
  • “What is apko and how does it relate to Chainguard images?”
  • “Best practices for minimizing image size with Chainguard”
  • “How to implement a secure software supply chain with Chainguard”
  • “Explain melange and its role in package building”

Benefits for AI-Assisted Development

  • Complete Context: AI assistants have access to all Chainguard documentation at once
  • Better Code Suggestions: AI can reference actual Chainguard patterns and best practices
  • Faster Development: No need to search through multiple documentation pages
  • Accurate Answers: AI responses are based on official Chainguard documentation

Updates

The bundle is regenerated periodically. Check the timestamp in the downloaded file for the compilation date.

Need Help?

If you have questions or need assistance:

Last updated: 2025-08-25 10:00