Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
' > Dockerfile

docker build -t libvips-with-node .
```

## License

Licensed under [MIT](http://opensource.org/licenses/mit-license.html)