From 41108ec71f5e27f1adec2414847da1dc5d0a4be3 Mon Sep 17 00:00:00 2001 From: Edoardo Cavazza Date: Wed, 4 Feb 2026 16:05:22 +0100 Subject: [PATCH] Update README.md with badges and markdown formatting Removed old HTML structure and added badges for GitHub actions, source, authors, Docker pulls, and license. --- README.md | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 8b0fdc4..2eadef2 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,10 @@ -

- - Docker PHP Images logo - -

+# Docker PHP images -

- Docker PHP images -

- -

- GitHub Workflow Status - Source link - Authors link - Docker Pulls - License -

- ---- +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/chialab/docker-php/main.yml?branch=main&style=flat-square)](https://github.com/chialab/docker-php/actions) +[![Source link](https://img.shields.io/badge/Source-GitHub-lightgrey.svg?style=flat-square)](https://github.com/chialab/docker-php) +[![Authors link](https://img.shields.io/badge/Authors-Chialab-lightgrey.svg?style=flat-square)](https://www.chialab.it) +[![Docker Pulls](https://img.shields.io/docker/pulls/chialab/php.svg?style=flat-square)](https://hub.docker.com/r/chialab/php/) +[![License](https://img.shields.io/github/license/chialab/docker-php.svg?style=flat-square)](https://github.com/chialab/docker-php/blob/master/LICENSE) Docker images built on top of the [official PHP images](https://hub.docker.com/r/_/php/) with the addition of some common and useful extensions, installed with [mlocati/docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer). You can find these images on the [Docker Hub](https://hub.docker.com/r/chialab/php/) (and if you're reading this file, you're probably already there).