From 237230862b729c719fb25dbd7efa18a9543b65b0 Mon Sep 17 00:00:00 2001 From: JeroenG Date: Mon, 2 Oct 2023 20:46:40 +0200 Subject: [PATCH] Update readme.md --- readme.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/readme.md b/readme.md index c1f33c5..4159701 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,6 @@ # 🏔️ *Artisanal Docker images with Alpine Linux* [![Docker Pulls][ico-pulls]][link-docker-hub] -[![Docker Cloud Build Status][ico-build]][link-docker-hub] -[![CI/CD][ico-actions]][link-actions] [![Docker Image Size (latest by date)][ico-size]][link-docker-hub] A set of lightweight Docker images created with Laravel in mind, but work just as fine for other applications. @@ -105,8 +103,5 @@ Note: this only runs horizon locally using docker-compose. As soon as you want t Clone this repository and run `make` to see which commands are there to help you. every command requires a `TAG=` parameter, which is the Docker image you want to build, for example: `make build TAG=web7.3`. [link-docker-hub]: https://hub.docker.com/r/jeroeng/alpine-artisan -[link-actions]: https://github.com/Jeroen-G/alpine-artisan/actions/workflows/ci.yml [ico-pulls]: https://img.shields.io/docker/pulls/jeroeng/alpine-artisan?style=flat-square -[ico-build]: https://img.shields.io/docker/cloud/build/jeroeng/alpine-artisan?style=flat-square -[ico-actions]: https://img.shields.io/github/actions/status/Jeroen-G/alpine-artisan/ci.yml?label=CI%2FCD&style=flat-square [ico-size]: https://img.shields.io/docker/image-size/jeroeng/alpine-artisan?style=flat-square