Skip to content

Commit fa00d5e

Browse files
prafull01pleshakov
authored andcommitted
Update the base ubi images to 8.3
1 parent 898d5e5 commit fa00d5e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/openshift/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG GOLANG_CONTAINER=golang:latest
22

3-
FROM registry.access.redhat.com/ubi8/ubi:8.1 AS base
3+
FROM registry.access.redhat.com/ubi8/ubi:8.3 AS base
44

55
LABEL name="NGINX Ingress Controller" \
66
description="The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \

build/openshift/DockerfileForPlus

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG GOLANG_CONTAINER=golang:latest
22

3-
FROM registry.access.redhat.com/ubi8/ubi:8.1 AS base
3+
FROM registry.access.redhat.com/ubi8/ubi:8.3 AS base
44

55
LABEL name="NGINX Ingress Controller" \
66
description="The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \

docs-web/technical-specifications.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The supported architecture is x86-64.
4040
-
4141
* - Ubi-based image
4242
- ``openshift/Dockerfile``
43-
- ``registry.access.redhat.com/ubi8/ubi:8.1``
43+
- ``registry.access.redhat.com/ubi8/ubi:8.3``
4444
-
4545
- ``nginx/nginx-ingress:1.9.0-ubi``
4646
```
@@ -71,7 +71,7 @@ NGINX Plus images are not available through DockerHub.
7171
- NGINX Plus OpenTracing module, C++ OpenTracing binding for Jaeger 0.4.2
7272
* - Ubi-based image
7373
- ``openshift/DockerfileForPlus``
74-
- ``registry.access.redhat.com/ubi8/ubi:8.1``
74+
- ``registry.access.redhat.com/ubi8/ubi:8.3``
7575
-
7676
* - Debian-based image with App Protect
7777
- ``appprotect/DockerfileWithAppProtectForPlus``

0 commit comments

Comments
 (0)