1.8.181-debian-9-r79 release

This commit is contained in:
Bitnami Bot
2018-10-11 02:48:56 +00:00
parent 79b1baa033
commit 9f13941816
3 changed files with 9 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
rm -rf /tmp/bitnami/pkg/cache/java-1.8.181-1-linux-amd64-debian-9.tar.gz
ENV BITNAMI_APP_NAME="java" \
BITNAMI_IMAGE_VERSION="1.8.181-debian-9-r78" \
BITNAMI_IMAGE_VERSION="1.8.181-debian-9-r79" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:$PATH"

View File

@@ -1,5 +1,5 @@
FROM bitnami/java:1.8.181-debian-9-r78 as development
FROM bitnami/java:1.8.181-debian-9-r79 as development
FROM bitnami/minideb:stretch
LABEL maintainer "Bitnami <containers@bitnami.com>"
@@ -7,7 +7,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=development /opt/bitnami/java /opt/bitnami/java
ENV BITNAMI_APP_NAME="java" \
BITNAMI_IMAGE_VERSION="1.8.181-debian-9-r78" \
BITNAMI_IMAGE_VERSION="1.8.181-debian-9-r79" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:$PATH"

View File

@@ -22,6 +22,11 @@ $ docker-compose up -d
* 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.
[![Anchore Image Overview](https://anchore.io/service/badges/image/0d5607e36dfcd0ddbefa82e48d8c9c8ad74dba5de59108a95080c398bbd793f1)](https://anchore.io/image/dockerhub/bitnami%2Fjava%3Alatest#security)
> The image overview badge contains a security report with all open CVEs. Click on 'Show only CVEs with fixes' to get the list of actionable security issues.
# Supported tags and respective `Dockerfile` links
@@ -31,7 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
- [`1.8`, `1.8.181-ol-7-r70` (1.8/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/1.8.181-ol-7-r70/1.8/ol-7/Dockerfile), [`1.8-prod`, `1.8.181-ol-7-r70-prod` (1.8/ol-7/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/1.8.181-ol-7-r70/1.8/ol-7/prod/Dockerfile)
- [`1.8`, `1.8.181-debian-9-r78` (1.8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/1.8.181-debian-9-r78/1.8/debian-9/Dockerfile), [`1.8-prod`, `1.8.181-debian-9-r78-prod` (1.8/debian-9/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/1.8.181-debian-9-r78/1.8/debian-9/prod/Dockerfile)
- [`1.8`, `1.8.181-debian-9-r79` (1.8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/1.8.181-debian-9-r79/1.8/debian-9/Dockerfile), [`1.8-prod`, `1.8.181-debian-9-r79-prod` (1.8/debian-9/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/1.8.181-debian-9-r79/1.8/debian-9/prod/Dockerfile)
Subscribe to project updates by watching the [bitnami/java GitHub repo](https://github.com/bitnami/bitnami-docker-java).