mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 18:17:20 +08:00
0.20180422.201805030840-ol-7-r15 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/oraclelinux-extras:7-r27
|
||||
FROM bitnami/oraclelinux-extras:7-r28
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
@@ -12,13 +12,13 @@ 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-r14" \
|
||||
BITNAMI_IMAGE_VERSION="0.20180422.201805030840-ol-7-r15" \
|
||||
DOKUWIKI_EMAIL="user@example.com" \
|
||||
DOKUWIKI_FULL_NAME="Full Name" \
|
||||
DOKUWIKI_PASSWORD="bitnami1" \
|
||||
DOKUWIKI_USERNAME="superuser" \
|
||||
DOKUWIKI_WIKI_NAME="Bitnami DokuWiki" \
|
||||
PATH="/opt/bitnami/apache/bin:/opt/bitnami/php/bin:$PATH"
|
||||
PATH="/opt/bitnami/apache/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"
|
||||
|
||||
EXPOSE 80 443
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ $ docker-compose up -d
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`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-ol-7`, `0.20180422.201805030840-ol-7-r15` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.20180422.201805030840-ol-7-r15/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.20180422.201805030840-debian-9-r0` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.20180422.201805030840-debian-9-r0/0/debian-9/Dockerfile)
|
||||
* [`0-debian-8`, `0.20180422.201805030840-debian-8-r52`, `0`, `0.20180422.201805030840`, `0.20180422.201805030840-r52`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.20180422.201805030840-debian-8-r52/0/Dockerfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user