Skip to content

Commit

Permalink
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ MAINTAINER friends@niiknow.org

ENV LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 \
TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
NGINX_VERSION=1.13.1-1~xenial_amd64.deb
NGINX_VERSION=1.13.3-1~xenial_amd64.deb

ADD ./build/nginx_${NGINX_VERSION} /tmp

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ Features:
- [x] image crop offset, credit: https://github.com/bobrik/nginx_image_filter
- [x] /healthcheck endpoint
- [x] empty gif on other errors: 403, 404, 415, 500, 502, 503, 504
- [x] convert/force output to another format
- [x] convert/force output to another format, support formats: bmp, jpg, png, gif, webp

# What does this solve?
You have a huge repository of images that need dynamic resize and cropping. Cloudinary can be expensive and redundant if you run your own CDN in front of this microservice.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hyperknot/baseimage16:1.0.1
FROM hyperknot/baseimage16:1.0.2

MAINTAINER friends@niiknow.org

Binary file added build/nginx-dbg_1.13.3-1~xenial_amd64.deb
Binary file not shown.
Binary file removed build/nginx_1.13.1-1~xenial_amd64.deb
Binary file not shown.
Binary file added build/nginx_1.13.3-1~xenial_amd64.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion build/src/ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export NGINX_VERSION=1.13.1
export NGINX_VERSION=1.13.3
export NGINX_BUILD_DIR=/usr/src/nginx/nginx-${NGINX_VERSION}

cd /tmp

0 comments on commit d1cb927

Please sign in to comment.