1.0.0-beta.2-ol-7-r1 release
This commit is contained in:
parent
6ca3893029
commit
caab7a0a17
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras-base:7-r80
|
||||
FROM bitnami/oraclelinux-extras-base:7-r81
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -20,7 +20,7 @@ COPY rootfs /
|
|||
RUN /prepare.sh
|
||||
RUN rm -rf /opt/bitnami/nginx/html && mv /opt/bitnami/kubeapps-dashboard/build /opt/bitnami/nginx/html
|
||||
ENV BITNAMI_APP_NAME="kubeapps-dashboard" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.0-beta.2-ol-7-r0" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.0-beta.2-ol-7-r1" \
|
||||
NGINX_DAEMON_GROUP="" \
|
||||
NGINX_DAEMON_USER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="8080" \
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1-ol-7`, `1.0.0-beta.2-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/1.0.0-beta.2-ol-7-r0/1/ol-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.0.0-beta.2-ol-7-r1` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/1.0.0-beta.2-ol-7-r1/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.0.0-beta.2-debian-9-r0`, `1`, `1.0.0-beta.2`, `1.0.0-beta.2-r0`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/1.0.0-beta.2-debian-9-r0/1/debian-9/Dockerfile)
|
||||
|
||||
# Configuration
|
||||
|
|
|
|||
Loading…
Reference in New Issue