0.21.0-ol-7-r39 release
This commit is contained in:
parent
6f05aa2577
commit
e1ce6257fb
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r202 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r203 as buildenv
|
||||
|
||||
RUN install_packages GeoIP ca-certificates curl cyrus-sasl-lib glibc keyutils-libs krb5-libs libcom_err libcurl libgcc libidn libselinux libssh2 libstdc++ lua nspr nss nss-softokn-freebl nss-util openldap openssl-libs pcre wget zlib
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nginx-ingress-controller-0.21.0-20-linux-x86_64-ol-7.tar.gz && \
|
||||
|
|
@ -13,7 +13,7 @@ RUN mkdir -p /opt/bitnami/nginx/conf/geoip && \
|
|||
|
||||
##################
|
||||
|
||||
FROM bitnami/oraclelinux-extras:7-r202
|
||||
FROM bitnami/oraclelinux-extras:7-r203
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=buildenv /opt/bitnami/common /opt/bitnami/common
|
||||
|
|
@ -21,7 +21,7 @@ COPY --from=buildenv /opt/bitnami/lua /opt/bitnami/lua
|
|||
COPY --from=buildenv /opt/bitnami/nginx /opt/bitnami/nginx
|
||||
COPY --from=buildenv /opt/bitnami/nginx-ingress-controller /opt/bitnami/nginx-ingress-controller
|
||||
ENV BITNAMI_APP_NAME="nginx-ingress-controller" \
|
||||
BITNAMI_IMAGE_VERSION="0.21.0-ol-7-r38" \
|
||||
BITNAMI_IMAGE_VERSION="0.21.0-ol-7-r39" \
|
||||
PATH="/opt/bitnami/nginx-ingress-controller/bin:$PATH"
|
||||
|
||||
RUN rpm -Uvh https://s3.amazonaws.com/aaronsilber/public/authbind-2.1.1-0.1.x86_64.rpm
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
[](https://circleci.com/gh/bitnami/bitnami-docker-nginx-ingress-controller/tree/master)
|
||||
|
||||
# What is NGINX Ingress Controller?
|
||||
|
||||
NGINX Ingress Controller is an Ingress controller that uses NGINX to manage external access to HTTP services in a Kubernetes cluster.
|
||||
|
|
@ -20,7 +18,6 @@ $ docker run --name nginx-ingress-controller bitnami/nginx-ingress-controller:la
|
|||
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
|
||||
* With Bitnami images the latest bug fixes and features are available as soon as possible.
|
||||
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
|
||||
* Bitnami images are built on CircleCI and automatically pushed to the Docker Hub.
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
|
||||
* Bitnami container images are released daily with the latest distribution packages available.
|
||||
|
||||
|
|
@ -40,7 +37,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
|
|||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`0-ol-7`, `0.21.0-ol-7-r38` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx-ingress-controller/blob/0.21.0-ol-7-r38/0/ol-7/Dockerfile)
|
||||
* [`0-ol-7`, `0.21.0-ol-7-r39` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx-ingress-controller/blob/0.21.0-ol-7-r39/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.21.0-debian-9-r12`, `0`, `0.21.0`, `0.21.0-r12`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx-ingress-controller/blob/0.21.0-debian-9-r12/0/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/nginx-ingress-controller GitHub repo](https://github.com/bitnami/bitnami-docker-nginx-ingress-controller).
|
||||
|
|
|
|||
Loading…
Reference in New Issue