scratch w/ cacerts
Go to file
leo a097694fde
readme: add badges [skip ci]
2023-05-16 17:07:48 +02:00
.dockerignore initial commit 2023-05-16 16:50:45 +02:00
.drone.yml ci: add .drone.yml 2023-05-16 16:57:09 +02:00
.hadolint.yaml ci: add .drone.yml 2023-05-16 16:57:09 +02:00
.pre-commit-config.yaml ci: add .drone.yml 2023-05-16 16:57:09 +02:00
Containerfile initial commit 2023-05-16 16:50:45 +02:00
LICENSE initial commit 2023-05-16 16:50:45 +02:00
Makefile initial commit 2023-05-16 16:50:45 +02:00
README.md readme: add badges [skip ci] 2023-05-16 17:07:48 +02:00

scratch-cacerts

pre-commit Build Status Docker Image Version Docker Image Size (tag) Docker pulls

This repository provides a Containerfile to get a container image containing the most recent CA certificate bundle shipped with Alpine.

The image is rebuilt weekly in CI and automatically pushed to DockerHub.

The project lives at this Gitea instance.

What you get

  • latest CA certificate bundle

Purpose

  • base image for apps that can live in a scratch container and only need the CA certificate bundle.

License

GPL-3.0-or-later (see LICENSE for details).