From c0b8bbf1a3295c159280f50afe22a007494f72d9 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Fri, 9 Apr 2021 14:14:02 +0100 Subject: [PATCH] microbadger shutdown https://microbadger.com/shutdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a82082b..075b1d1 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,7 @@ Applications designed to help or simplify building **new** images - [img](https://github.com/genuinetools/img) - Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder by [@genuinetools][genuinetools] - [kaniko](https://github.com/GoogleContainerTools/kaniko) - Build Container Images In Kubernetes. By [@GoogleContainerTools][googlecontainertools] - [makisu](https://github.com/uber/makisu) - Uber's fast and flexible unprivileged image builder for Mesos and Kubernetes, with distributed cache support. By [@uber](https://github.com/uber) -- [MicroBadger](https://microbadger.com) - Analyze the contents of images and add metadata labels +- [MicroBadger](https://microbadger.com) :skull: - Analyze the contents of images and add metadata labels - [packer](https://www.packer.io/docs/builders/docker) - Hashicorp tool to build machine images including docker image integrated with configuration management tools like chef, puppet, ansible - [portainer](https://github.com/duedil-ltd/portainer) - Apache Mesos framework for building Docker images by [@duedil-ltd](https://github.com/duedil-ltd) - [Production-Ready Python Containers :heavy_dollar_sign:](https://pythonspeed.com/products/pythoncontainer/) - A template for creating production-ready Docker images for Python applications.