From 4cd8d9216088321d89f156009f0cc5a996301594 Mon Sep 17 00:00:00 2001 From: Patouche Date: Fri, 21 Dec 2018 15:56:34 +0100 Subject: [PATCH] Remove flyimg.io Flyimg is a php library for resizing image on the fly. This is not related to docker image even if we can have a docker image of this application. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0552821..d6eb15b 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,6 @@ Applications designed to help or simplify building **new** images - [DockerSlim](https://github.com/docker-slim/docker-slim) shrinks fat Docker images creating the smallest possible images. - [Dockly](https://github.com/swipely/dockly) - Dockly is a gem made to ease the pain of packaging an application in Docker by [@swipely](https://github.com/swipely/) - [dockramp](https://github.com/jlhawn/dockramp) :skull: - Proof of Concept: A Client Driven Docker Image Builder by [@jlhawn](https://github.com/jlhawn) -- [flyimg](http://flyimg.io/) - Docker image resizing, cropping, and compression on the fly. - [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)