0.20180422.201805030840-ol-7-r14 release
This commit is contained in:
parent
305e44e57a
commit
e61ad37c92
|
|
@ -1,10 +1,10 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r26
|
||||
FROM bitnami/oraclelinux-extras:7-r27
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages bzip2-libs cyrus-sasl-lib expat freetds freetype glibc gmp gnutls keyutils-libs krb5-libs libcom_err libcurl libffi libgcc libgcrypt libgpg-error libicu libidn libjpeg-turbo libmcrypt libpng libselinux libssh2 libstdc++ libtasn1 libtidy libxml2 libxslt ncurses-libs nettle nspr nss nss-softokn-freebl nss-util openldap openssl-libs p11-kit pcre postgresql-libs readline sqlite xz-libs zlib
|
||||
RUN bitnami-pkg unpack apache-2.4.33-4 --checksum 4e8daac4fc3f70870a856be2dbabe35c060bae4319da105a1cd38ea2335cc5a1
|
||||
RUN bitnami-pkg unpack php-7.0.30-7 --checksum 5754714c3964c1ced5ed1d9c8c3f059ca59f65c400f1c9e00f655bae869bef61
|
||||
RUN bitnami-pkg unpack php-7.0.30-8 --checksum de307e2ec402df76859bf1bc702346f92de16704b24013b451c73e1af3be6175
|
||||
RUN bitnami-pkg install libphp-7.0.30-8 --checksum d56f04ce65e0caabe624739aa5a1b4d0980b612edc5331b647c86457b1bc36e6
|
||||
RUN bitnami-pkg unpack dokuwiki-0.20180422.201805030840-1 --checksum d6e6d2da49ee8f92eac0caa891e43da9a5f42f9b19e4dc6cd4f3aae8032fbc6f
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ COPY rootfs /
|
|||
ENV APACHE_HTTPS_PORT_NUMBER="443" \
|
||||
APACHE_HTTP_PORT_NUMBER="80" \
|
||||
BITNAMI_APP_NAME="dokuwiki" \
|
||||
BITNAMI_IMAGE_VERSION="0.20180422.201805030840-ol-7-r13" \
|
||||
BITNAMI_IMAGE_VERSION="0.20180422.201805030840-ol-7-r14" \
|
||||
DOKUWIKI_EMAIL="user@example.com" \
|
||||
DOKUWIKI_FULL_NAME="Full Name" \
|
||||
DOKUWIKI_PASSWORD="bitnami1" \
|
||||
|
|
|
|||
|
|
@ -25,8 +25,9 @@ $ docker-compose up -d
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`0`, `0.20180422.201805030840-r50`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.20180422.201805030840-r50/0/Dockerfile)
|
||||
* [`0-ol-7`, `0.20180422.201805030840-ol-7-r12` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.20180422.201805030840-ol-7-r12/0/ol-7/Dockerfile)
|
||||
* [`0-ol-7`, `0.20180422.201805030840-ol-7-r14` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.20180422.201805030840-ol-7-r14/0/ol-7/Dockerfile)
|
||||
* [`0-debian-8`, `0.20180422.201805030840-debian-8-r50`, `0`, `0.20180422.201805030840`, `0.20180422.201805030840-r50`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.20180422.201805030840-debian-8-r50/0/Dockerfile)
|
||||
* [`0-debian-9`, `0.0.0-debian-9-r0` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.0.0-debian-9-r0/0/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dokuwiki GitHub repo](https://github.com/bitnami/bitnami-docker-dokuwiki).
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
environment:
|
||||
RELEASE_SERIES_LIST: "0"
|
||||
LATEST_STABLE: "0"
|
||||
DISTRIBUTIONS_LIST: "debian-8,ol-7"
|
||||
DISTRIBUTIONS_LIST: "debian-8,debian-9,ol-7"
|
||||
IMAGE_NAME: dokuwiki
|
||||
CHART_NAME: dokuwiki
|
||||
CHART_REPO: https://github.com/kubernetes/charts
|
||||
|
|
|
|||
Loading…
Reference in New Issue