mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
1.10.3-r0 release
This release contains several bug fixes. Notable changes from 1.10.2 inclde: - Bugfix: in the "add_after_body" directive when used with the "sub_filter" directive. - Bugfix: unix domain listen sockets might not be inherited during binary upgrade on Linux. - Bugfix: graceful shutdown of old worker processes might require infinite time when using HTTP/2. - Bugfix: when using HTTP/2 and the "limit_req" or "auth_request" directives client request body might be corrupted. - Bugfix: a segmentation fault might occur in a worker process when using HTTP/2. - Bugfix: an incorrect response might be returned when using the "sendfile" directive on FreeBSD and macOS; - Bugfix: a truncated response might be stored in cache when using the "aio_write" directive. - Bugfix: a socket leak might occur when using the "aio_write" directive.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
FROM gcr.io/stacksmith-images/minideb:jessie-r8
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_IMAGE_VERSION=1.10.2-r4 \
|
||||
ENV BITNAMI_IMAGE_VERSION=1.10.3-r0 \
|
||||
BITNAMI_APP_NAME=nginx \
|
||||
BITNAMI_APP_USER=daemon
|
||||
|
||||
# System packages required
|
||||
RUN install_packages --no-install-recommends libc6 libpcre3 libssl1.0.0 zlib1g
|
||||
RUN install_packages libc6 libpcre3 libssl1.0.0 zlib1g
|
||||
|
||||
# Install nginx
|
||||
RUN bitnami-pkg unpack nginx-1.10.2-1 --checksum 366b92b7629a7a19090256f6097563e241aa743b42f1f0ce902709acf4e4e491
|
||||
RUN bitnami-pkg unpack nginx-1.10.3-0 --checksum f55a7ac4e3ce28c59596e2bdc21531b8cc7c5991cc84768be804534017db7c9f
|
||||
RUN ln -sf /opt/bitnami/$BITNAMI_APP_NAME/html /app
|
||||
|
||||
ENV PATH=/opt/bitnami/$BITNAMI_APP_NAME/sbin:/opt/bitnami/$BITNAMI_APP_NAME/bin:/opt/bitnami/common/bin:$PATH
|
||||
|
||||
Reference in New Issue
Block a user