7.3.0-ol-7-r12 release

This commit is contained in:
Bitnami Bot 2018-10-18 16:02:09 +00:00
parent 9712d76520
commit 422aa19335
2 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
FROM bitnami/oraclelinux-extras:7-r140
FROM bitnami/oraclelinux-extras:7-r141
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages glib2 glibc keyutils-libs krb5-libs libblkid libcom_err libffi libgcc libmount libselinux libstdc++ libuuid libxml2 libxslt ncurses-libs nss-softokn-freebl openssl-libs pcre readline xz-libs zlib
RUN bitnami-pkg unpack postgresql-client-10.5.0-0 --checksum f3a5894a09eec21e95caa4ef9f5e1c7dfe906e1ae1075ba70f0ef6d6e4e2585e
RUN bitnami-pkg install java-1.8.181-1 --checksum 6e7fc2779b6e0e3c6c0a2687b1d747d8a427594ff80b8c94b055c839e387e6b1
RUN bitnami-pkg unpack sonarqube-7.3.0-2 --checksum 8caecba3fdb5eff1db16a7a2cbc8cfad27eeac56178f784b998d0ca3736d916b
RUN bitnami-pkg unpack postgresql-client-10.5.0-1 --checksum 6af91cc936779b2e06ba32f0bb0f27ed8a4975fdd58100733a4e73a2d561d29d
RUN bitnami-pkg install java-1.8.191-1 --checksum 3997bf3325da463f2392c36882a1d56e52b5a52ce7124b7895755b4e95454032
RUN bitnami-pkg unpack sonarqube-7.3.0-3 --checksum 9e54d534b6ebffe694e0a44f15ccdd723174721d1cb50ef13492440053bb4443
COPY rootfs /
ENV BITNAMI_APP_NAME="sonarqube" \
BITNAMI_IMAGE_VERSION="7.3.0-ol-7-r11" \
BITNAMI_IMAGE_VERSION="7.3.0-ol-7-r12" \
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/java/bin:/opt/bitnami/sonarqube/bin/linux-x86-64/:$PATH" \
POSTGRESQL_CLIENT_CREATE_DATABASE_NAME="" \
POSTGRESQL_CLIENT_CREATE_DATABASE_PASSWORD="" \

View File

@ -33,7 +33,7 @@ $ docker-compose up
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.3.0-ol-7-r11` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/7.3.0-ol-7-r11/7/ol-7/Dockerfile)
* [`7-ol-7`, `7.3.0-ol-7-r12` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/7.3.0-ol-7-r12/7/ol-7/Dockerfile)
* [`7-debian-9`, `7.3.0-debian-9-r13`, `7`, `7.3.0`, `7.3.0-r13`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/7.3.0-debian-9-r13/7/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/sonarqube GitHub repo](https://github.com/bitnami/bitnami-docker-sonarqube).