7.6.0-ol-7-r53 release

This commit is contained in:
Bitnami Bot
2019-01-29 08:20:46 +00:00
parent aa8b69239d
commit 72b39f4509
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r243
FROM bitnami/oraclelinux-extras:7-r244
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@@ -6,12 +6,12 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
# Install required system packages and dependencies
RUN install_packages glibc libgcc lsof
RUN bitnami-pkg install java-1.8.191-21 --checksum 2021c68dea11b0805161e15d5f1ee6e0670e148f262138fede55d41b488993fb
RUN bitnami-pkg install java-1.8.201-0 --checksum e71b797ceaaf8b0641d1641df129cea10124b058bc24d4ed74738725fabfb8c9
RUN bitnami-pkg unpack solr-7.6.0-0 --checksum 6a5010a6a30ed872ea4ef3b2e1852bb3bc560f1c7520b112c78fcfc3a85a4099
COPY rootfs /
ENV BITNAMI_APP_NAME="solr" \
BITNAMI_IMAGE_VERSION="7.6.0-ol-7-r52" \
BITNAMI_IMAGE_VERSION="7.6.0-ol-7-r53" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:$PATH" \
SOLR_CORE="" \

View File

@@ -48,7 +48,7 @@ $ kubectl apply -f test.yaml
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/).
* [`7-ol-7`, `7.6.0-ol-7-r52` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.6.0-ol-7-r52/7/ol-7/Dockerfile)
* [`7-ol-7`, `7.6.0-ol-7-r53` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.6.0-ol-7-r53/7/ol-7/Dockerfile)
* [`7-debian-9`, `7.6.0-debian-9-r51`, `7`, `7.6.0`, `7.6.0-r51`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.6.0-debian-9-r51/7/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).