Skip to content

Commit a9d2643

Browse files
Update 7.7
1 parent 91d67e1 commit a9d2643

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Thumbor S3 Docker is available in two variants of docker images, a lightweight (
1212
- [`gifsicle`](https://thumbor.readthedocs.io/en/stable/configuration.html?highlight=gifsicle#use-gifsicle-engine) allows to generate proper animated gifs, as well as static gifs with the smallest possible size.
1313
- [`thumbor-aws`](https://github.com/thumbor/thumbor-aws) Official extension for asynchronous non-blocking AWS S3 support.
1414
- [`sentry-client`](https://thumbor.readthedocs.io/en/latest/custom_error_handling.html) Sentry error handling client.
15-
- High Efficiency Image Format `avif`, `heif` support.
1615
- Support for Prometheus metrics collector.
1716
- Healthcheck inside the docker container is already configured, it controls that Thumbor service works properly.
1817

@@ -21,7 +20,8 @@ Thumbor S3 Docker is available in two variants of docker images, a lightweight (
2120
- [Facial Detection](https://thumbor.readthedocs.io/en/latest/detection_algorithms.html) support.
2221
- Ability to process SVG, AVIF and HEIF files.
2322
- [Lazy Detection](https://thumbor.readthedocs.io/en/latest/lazy_detection.html) functionality.
24-
- [`Image Metadata`](https://thumbor.readthedocs.io/en/stable/metadata.html) allows to work with image's metadata.
23+
- [`Image Metadata`](https://thumbor.readthedocs.io/en/stable/metadata.html) allows to work with image's metadata.
24+
- High Efficiency Image Format `avif`, `heif` support.
2525

2626
> Before choosing the full-featured image version, make sure that you really need this extra functionality, as the resulting Docker container is three times larger than `slim-alpine`.
2727

docker/thumbor-7.7/slim-alpine.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ RUN set -eux \
4343
"sentry-sdk==1.*,>=1.39.1" \
4444
# numpy - https://github.com/beeyev/thumbor-s3-docker/pull/14
4545
"numpy==1.*,>=1.26.3" \
46-
# avif and heif support
47-
"pillow-avif-plugin==1.*,>=1.4.1" \
48-
"pillow-heif==0.*,>=0.14.0" \
4946
# pycurl is required for thumbor
5047
"pycurl==7.*,>=7.45.2" thumbor==7.7.* thumbor-aws==0.8.* tc_prometheus==2.* \
5148
&& thumbor --version && envtpl --help \

0 commit comments

Comments
 (0)