Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcbachmann/dockerfile-libvips
:sunrise_over_mountains: All libvips dependencies & libvips built from source
https://github.com/marcbachmann/dockerfile-libvips
docker image-processing libvips
Last synced: 2 months ago
JSON representation
:sunrise_over_mountains: All libvips dependencies & libvips built from source
- Host: GitHub
- URL: https://github.com/marcbachmann/dockerfile-libvips
- Owner: marcbachmann
- Created: 2014-11-24T23:54:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:41:29.000Z (about 1 year ago)
- Last Synced: 2024-10-24T15:54:51.119Z (2 months ago)
- Topics: docker, image-processing, libvips
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 33
- Watchers: 3
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Dockerfile](https://registry.hub.docker.com/u/marcbachmann/libvips/) for libvips
Installs libvips on `ubuntu:20.04` as base image.
## Supported tags
- [`7.40`](https://github.com/marcbachmann/dockerfile-libvips/tree/master)
- [`7.42`](https://github.com/marcbachmann/dockerfile-libvips/tree/7.42.3)
- [`8.0.2`](https://github.com/marcbachmann/dockerfile-libvips/tree/8.0.2)
- [`8.1.0`](https://github.com/marcbachmann/dockerfile-libvips/tree/8.1.0)
- [`8.2.3`](https://github.com/marcbachmann/dockerfile-libvips/tree/8.2.3)
- [`8.4.1`](https://github.com/marcbachmann/dockerfile-libvips/tree/8.4.1)
- [`8.6.2`](https://github.com/marcbachmann/dockerfile-libvips/tree/8.6.2)
- [`8.12.2`](https://github.com/marcbachmann/dockerfile-libvips/tree/8.12.2)## How to use
Download the image using:
```bash
$ docker pull marcbachmann/libvips
# .... pulling down image
```Or extend from it:
```
echo '
FROM marcbachmann/libvips
RUN apt-get update && apt-get install curl && curl -fsSL https://deb.nodesource.com/setup_16.x | bash && apt-get install nodejs
' > Dockerfiledocker build -t libvips-with-node .
```## License
Licensed under [MIT](http://opensource.org/licenses/mit-license.html)