Skip to content

Commit 3fc61c4

Browse files
authored
fix: Update openssl libs in UBI base image & update nginx version (#1499)
* fix: Update openssl libs in the base UBI images * chore: update nginx version to 1.19.9
1 parent 596a0ee commit 3fc61c4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

build/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.0-experimental
2-
ARG NGINX_VERSION=1.19.8
2+
ARG NGINX_VERSION=1.19.9
33
ARG BUILD_OS=debian
44

55
############################################# Base image for Debian #############################################
@@ -129,7 +129,8 @@ LABEL name="NGINX Ingress Controller" \
129129

130130
RUN set -x \
131131
&& groupadd --system --gid 101 nginx \
132-
&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment "nginx user" --shell /bin/false --uid 101 nginx
132+
&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment "nginx user" --shell /bin/false --uid 101 nginx \
133+
&& yum update -y openssl-libs
133134

134135

135136
RUN mkdir licenses

docs-web/technical-specifications.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We provide the following Docker images, which include NGINX/NGINX Plus bundled w
1414

1515
### Images with NGINX
1616

17-
All images include NGINX 1.19.8.
17+
All images include NGINX 1.19.9.
1818
The supported architecture is x86-64.
1919

2020
```eval_rst
@@ -26,15 +26,15 @@ The supported architecture is x86-64.
2626
- Third-party modules
2727
- DockerHub image
2828
* - Debian-based image
29-
- ``nginx:1.19.8``, which is based on ``debian:buster-slim``
29+
- ``nginx:1.19.9``, which is based on ``debian:buster-slim``
3030
-
3131
- ``nginx/nginx-ingress:1.11.0``
3232
* - Alpine-based image
33-
- ``nginx:1.19.8-alpine``, which is based on ``alpine:3.13``
33+
- ``nginx:1.19.9-alpine``, which is based on ``alpine:3.13``
3434
-
3535
- ``nginx/nginx-ingress:1.11.0-alpine``
3636
* - Debian-based image with Opentracing
37-
- ``nginx:1.19.8``, which is based on ``debian:buster-slim``
37+
- ``nginx:1.19.9``, which is based on ``debian:buster-slim``
3838
- OpenTracing API for C++ 1.5.1, NGINX plugin for OpenTracing, C++ OpenTracing binding for Jaeger 0.4.2
3939
-
4040
* - Ubi-based image

0 commit comments

Comments
 (0)