From a097694fde4ee57bc81dbbdf19c958f6aadabf2b Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 16 May 2023 17:07:48 +0200 Subject: [PATCH] readme: add badges [skip ci] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 030e4bd..e7d4648 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # [scratch-cacerts](https://git.dotya.ml/wanderer-containers/scratch-cacerts) +[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) +[![Build Status](https://drone.dotya.ml/api/badges/wanderer-containers/scratch-cacerts/status.svg?ref=refs/heads/development)](https://drone.dotya.ml/wanderer-containers/scratch-cacerts) +[![Docker Image Version](https://img.shields.io/docker/v/immawanderer/scratch-cacerts/linux-amd64)](https://hub.docker.com/r/immawanderer/scratch-cacerts/tags/?page=1&ordering=last_updated&name=linux-amd64) +[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/immawanderer/scratch-cacerts/linux-amd64)](https://hub.docker.com/r/immawanderer/scratch-cacerts/tags/?page=1&ordering=last_updated&name=linux-amd64) +[![Docker pulls](https://img.shields.io/docker/pulls/immawanderer/scratch-cacerts)](https://hub.docker.com/r/immawanderer/scratch-cacerts/) + 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](https://hub.docker.com/r/immawanderer/scratch-cacerts).