-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6bf99fd
commit 04eef4f
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
# Deb-ImageMagick-LibVips-Go | ||
# Deb-ImageMagick-LibVips-Go | ||
[![Docker SuperSet Keycloak](https://github.com/HiWay-Media/Deb-ImageMagick-LibVips-Go/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/HiWay-Media/Deb-ImageMagick-LibVips-Go/actions/workflows/docker-publish.yml) | ||
|
||
|
||
This repository provides a base Docker image that includes LibVips, ImageMagick, and Go. It can be used as a starting point for building containerized applications that require image processing capabilities and Go programming language support. | ||
|
||
## Description | ||
|
||
The Docker base image is built upon a minimal Debian-based distribution and includes the following components: | ||
|
||
- LibVips: A powerful image processing library. | ||
- ImageMagick: A versatile image manipulation tool. | ||
- Go: A programming language that provides rich libraries and frameworks for application development. | ||
|
||
## Features | ||
|
||
- Minimal Debian-based distribution as the base image. | ||
- LibVips and ImageMagick pre-installed for image processing capabilities. | ||
- Go pre-installed for application development. | ||
- Optimized for size and performance. | ||
|
||
## Prerequisites | ||
|
||
- Docker (installed and configured) | ||
|
||
|
||
## License | ||
|
||
Deb-ImageMagick-LibVips-Go is licensed under the [MIT License](https://github.dev/HiWay-Media/Deb-ImageMagick-LibVips-Go/blob/main/LICENSE). | ||
|