File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM hyperknot/baseimage16:1.0.2 AS buildstep
1
+ FROM hyperknot/baseimage16:1.0.4 AS buildstep
2
2
ENV LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 \
3
3
TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
4
4
NGINX_DEVEL_KIT_VERSION=0.3.0 NGINX_SET_MISC_MODULE_VERSION=0.31 \
5
- NGINX_VERSION=1.13.8
5
+ NGINX_VERSION=1.13.10
6
6
ADD ./build/src/ /tmp/
7
7
RUN bash /tmp/ubuntu.sh
8
8
9
9
10
- FROM hyperknot/baseimage16:1.0.2
10
+ FROM hyperknot/baseimage16:1.0.4
11
11
12
12
MAINTAINER friends@niiknow.org
13
13
14
14
ENV LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 \
15
15
TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
16
- NGINX_VERSION=_1.13.8 -1~xenial_amd64.deb \
16
+ NGINX_VERSION=_1.13.10 -1~xenial_amd64.deb \
17
17
NGINX_DEBUG=-dbg${NGINX_VERSION}
18
18
19
19
COPY --from=buildstep /usr/src/nginx/nginx${NGINX_VERSION} /tmp
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ Features:
14
14
- [x] support international characters in URL
15
15
- [x] automatically follow redirect at origin
16
16
- [x] overridable nginx config - easily add secure link or additional nginx config
17
+ - [x] watermark with
18
+ ```
19
+ image_filter watermark /path/to/watermark.png [ bottom-right (default) | top-left | top-right | bottom-left | center ];
20
+ ```
17
21
18
22
# What does this solve?
19
23
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.
You can’t perform that action at this time.
0 commit comments