File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
ARG GOLANG_CONTAINER=golang:latest
2
2
3
- FROM registry.access.redhat.com/ubi8/ubi:8.1 AS base
3
+ FROM registry.access.redhat.com/ubi8/ubi:8.3 AS base
4
4
5
5
LABEL name="NGINX Ingress Controller" \
6
6
description="The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \
Original file line number Diff line number Diff line change 1
1
ARG GOLANG_CONTAINER=golang:latest
2
2
3
- FROM registry.access.redhat.com/ubi8/ubi:8.1 AS base
3
+ FROM registry.access.redhat.com/ubi8/ubi:8.3 AS base
4
4
5
5
LABEL name="NGINX Ingress Controller" \
6
6
description="The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The supported architecture is x86-64.
40
40
-
41
41
* - Ubi-based image
42
42
- ``openshift/Dockerfile``
43
- - ``registry.access.redhat.com/ubi8/ubi:8.1 ``
43
+ - ``registry.access.redhat.com/ubi8/ubi:8.3 ``
44
44
-
45
45
- ``nginx/nginx-ingress:1.9.0-ubi``
46
46
```
@@ -71,7 +71,7 @@ NGINX Plus images are not available through DockerHub.
71
71
- NGINX Plus OpenTracing module, C++ OpenTracing binding for Jaeger 0.4.2
72
72
* - Ubi-based image
73
73
- ``openshift/DockerfileForPlus``
74
- - ``registry.access.redhat.com/ubi8/ubi:8.1 ``
74
+ - ``registry.access.redhat.com/ubi8/ubi:8.3 ``
75
75
-
76
76
* - Debian-based image with App Protect
77
77
- ``appprotect/DockerfileWithAppProtectForPlus``
You can’t perform that action at this time.
0 commit comments