Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework CA certificate support to allow rootless containers #538

Merged
merged 2 commits into from
May 9, 2024

Commits on May 8, 2024

  1. Rework CA certificate support to allow rootless containers

    This patch includes several improvements and simplifications in CA certificate handling:
    
    * Support for CA certificates in containers running as a non-root user
    * Support for CA certificates in containers running with read-only filesystem
    * Unification of Docker entrypoint scripts into one
    * Entrypoint script now exports CACERT environment variable to point to the used truststore file
    
    Docs updates at https://github.com/docker-library/official-images/ pending.
    
    Possibly fixes: adoptium#464
    rassie committed May 8, 2024
    Configuration menu
    Copy the full SHA
    dd1368d View commit details
    Browse the repository at this point in the history
  2. Update Dockerfiles

    rassie committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bc86c94 View commit details
    Browse the repository at this point in the history