diff --git a/docker/thumbor-7.7/debian.Dockerfile b/docker/thumbor-7.7/debian.Dockerfile index 1524ec5..76061a2 100644 --- a/docker/thumbor-7.7/debian.Dockerfile +++ b/docker/thumbor-7.7/debian.Dockerfile @@ -48,8 +48,7 @@ RUN set -eux \ # remotecv is required for queued OpenCV processing "remotecv==5.*,>=5.1.8" \ # thumbor - thumbor[all]==7.7.* thumbor-aws==0.8.* tc_prometheus==2.* \ - && thumbor --version && envtpl --help + thumbor[all]==7.7.* thumbor-aws==0.8.* tc_prometheus==2.* ARG TZ='UTC' ENV TZ=$TZ @@ -74,7 +73,14 @@ RUN set -eux \ && mkdir /data/ \ && mkdir /docker-entrypoint.init.d/ \ # Running `thumbor-doctor` to smoke test functionality - && thumbor-doctor + && thumbor-doctor \ + && thumbor --version \ + && envtpl --help \ + && jpegtran -version \ + && ffmpeg -version \ + && gifsicle --version + + ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"] CMD ["thumbor"] diff --git a/docker/thumbor-7.7/slim-alpine.Dockerfile b/docker/thumbor-7.7/slim-alpine.Dockerfile index ab535dc..d6a31b8 100644 --- a/docker/thumbor-7.7/slim-alpine.Dockerfile +++ b/docker/thumbor-7.7/slim-alpine.Dockerfile @@ -45,7 +45,6 @@ RUN set -eux \ "numpy==1.*,>=1.26.3" \ # pycurl is required for thumbor "pycurl==7.*,>=7.45.2" thumbor==7.7.* thumbor-aws==0.8.* tc_prometheus==2.* \ - && thumbor --version && envtpl --help \ ## ## Optional extensions ## @@ -76,7 +75,10 @@ RUN set -eux \ # /data/ dir is used by thumbor && mkdir /data/ \ && mkdir /docker-entrypoint.init.d/ \ - && thumbor --version + && thumbor --version \ + && envtpl --help \ + && jpegtran -version \ + && gifsicle --version # Enable nobody user #RUN set -eux \ diff --git a/examples/read-from-S3-cache-to-S3/docker-compose.yml b/examples/read-from-S3-cache-to-S3/docker-compose.yml index b1460f0..f427028 100644 --- a/examples/read-from-S3-cache-to-S3/docker-compose.yml +++ b/examples/read-from-S3-cache-to-S3/docker-compose.yml @@ -2,7 +2,7 @@ services: thumbor: - image: ghcr.io/beeyev/thumbor-s3:slim-alpine-test + image: beeyev/thumbor-s3:debian restart: unless-stopped tty: true ports: