diff --git a/bitnami/dokuwiki/0/ol-7/Dockerfile b/bitnami/dokuwiki/0/ol-7/Dockerfile index 524e4de93f4b..ed5ebf5745d6 100644 --- a/bitnami/dokuwiki/0/ol-7/Dockerfile +++ b/bitnami/dokuwiki/0/ol-7/Dockerfile @@ -1,18 +1,18 @@ -FROM bitnami/oraclelinux-extras:7-r124 +FROM bitnami/oraclelinux-extras:7-r133 LABEL maintainer "Bitnami " # 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.35-0 --checksum 5d3d1836c2ff00e299779b9f5ad90f65e599655b6a96908c579966d206bb4396 -RUN bitnami-pkg unpack php-7.0.32-1 --checksum e4dc53e7136006e86064102fea76ffe2f3ac357c48ff7393eb3047fd82ae05b6 -RUN bitnami-pkg install libphp-7.0.32-2 --checksum a9477d2211a4d63d3894d43767c796305e55b196182223d1ad986455f1daf1de -RUN bitnami-pkg unpack dokuwiki-0.20180422.201805030840-1 --checksum d6e6d2da49ee8f92eac0caa891e43da9a5f42f9b19e4dc6cd4f3aae8032fbc6f +RUN bitnami-pkg unpack php-7.1.22-2 --checksum 8f4ab141e851691e9238b18282f3eb62b985b6bd7df3459ba4648d32e3c01d09 +RUN bitnami-pkg unpack libphp-7.1.22-2 --checksum 8abad49bc487f1db36bac51381c7cb17bbbeedfc1ffa095785545d862fc4af31 +RUN bitnami-pkg unpack dokuwiki-0.20180422.201805030840-2 --checksum ac12980fc0558a07e2ece59984dddfceb809e9a04fe5fe924b292579c434ab73 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-r91" \ + BITNAMI_IMAGE_VERSION="0.20180422.201805030840-ol-7-r92" \ DOKUWIKI_EMAIL="user@example.com" \ DOKUWIKI_FULL_NAME="Full Name" \ DOKUWIKI_PASSWORD="bitnami1" \ diff --git a/bitnami/dokuwiki/0/ol-7/rootfs/app-entrypoint.sh b/bitnami/dokuwiki/0/ol-7/rootfs/app-entrypoint.sh index 6bf3823f9c4d..ade411558889 100755 --- a/bitnami/dokuwiki/0/ol-7/rootfs/app-entrypoint.sh +++ b/bitnami/dokuwiki/0/ol-7/rootfs/app-entrypoint.sh @@ -6,7 +6,7 @@ print_welcome_page if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/init.sh" ]]; then - nami_initialize apache php dokuwiki + nami_initialize apache php libphp dokuwiki info "Starting dokuwiki... " fi diff --git a/bitnami/dokuwiki/README.md b/bitnami/dokuwiki/README.md index 0fbbcb9666a0..ae71e8be29cc 100644 --- a/bitnami/dokuwiki/README.md +++ b/bitnami/dokuwiki/README.md @@ -27,6 +27,8 @@ $ docker-compose up -d Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami DokuWiki Chart GitHub repository](https://github.com/bitnami/charts/tree/master/upstreamed/dokuwiki). +Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. + # Supported tags and respective `Dockerfile` links > NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8. @@ -34,7 +36,7 @@ Deploying Bitnami applications as Helm Charts is the easiest way to get started 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/). -* [`0-ol-7`, `0.20180422.201805030840-ol-7-r91` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.20180422.201805030840-ol-7-r91/0/ol-7/Dockerfile) +* [`0-ol-7`, `0.20180422.201805030840-ol-7-r92` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.20180422.201805030840-ol-7-r92/0/ol-7/Dockerfile) * [`0-debian-9`, `0.20180422.201805030840-debian-9-r67`, `0`, `0.20180422.201805030840`, `0.20180422.201805030840-r67`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.20180422.201805030840-debian-9-r67/0/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/dokuwiki GitHub repo](https://github.com/bitnami/bitnami-docker-dokuwiki).