Skip to content

Commit

Permalink
Update the base ubi images to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prafull01 authored and pleshakov committed Nov 16, 2020
1 parent 898d5e5 commit fa00d5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/openshift/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GOLANG_CONTAINER=golang:latest

FROM registry.access.redhat.com/ubi8/ubi:8.1 AS base
FROM registry.access.redhat.com/ubi8/ubi:8.3 AS base

LABEL name="NGINX Ingress Controller" \
description="The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \
Expand Down
2 changes: 1 addition & 1 deletion build/openshift/DockerfileForPlus
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GOLANG_CONTAINER=golang:latest

FROM registry.access.redhat.com/ubi8/ubi:8.1 AS base
FROM registry.access.redhat.com/ubi8/ubi:8.3 AS base

LABEL name="NGINX Ingress Controller" \
description="The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \
Expand Down
4 changes: 2 additions & 2 deletions docs-web/technical-specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The supported architecture is x86-64.
-
* - Ubi-based image
- ``openshift/Dockerfile``
- ``registry.access.redhat.com/ubi8/ubi:8.1``
- ``registry.access.redhat.com/ubi8/ubi:8.3``
-
- ``nginx/nginx-ingress:1.9.0-ubi``
```
Expand Down Expand Up @@ -71,7 +71,7 @@ NGINX Plus images are not available through DockerHub.
- NGINX Plus OpenTracing module, C++ OpenTracing binding for Jaeger 0.4.2
* - Ubi-based image
- ``openshift/DockerfileForPlus``
- ``registry.access.redhat.com/ubi8/ubi:8.1``
- ``registry.access.redhat.com/ubi8/ubi:8.3``
-
* - Debian-based image with App Protect
- ``appprotect/DockerfileWithAppProtectForPlus``
Expand Down

0 comments on commit fa00d5e

Please sign in to comment.