1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-20 16:08:03 +02:00

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.
This commit is contained in:
Patouche 2018-12-21 15:56:34 +01:00 committed by GitHub
parent 91a2c1e7c9
commit 4cd8d92160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)