20180422.4.0-debian-10-r15 release

This commit is contained in:
Bitnami Bot 2020-08-02 08:32:58 +00:00
parent 320a1e5d49
commit 20f9fe8f8b
3 changed files with 47 additions and 4 deletions

View File

@ -20,15 +20,15 @@ RUN apt-get update && apt-get upgrade -y && \
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/dokuwiki/postunpack.sh
ENV APACHE_ENABLE_CUSTOM_PORTS="no" \
APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="dokuwiki" \
BITNAMI_IMAGE_VERSION="20180422.4.0-debian-10-r14" \
BITNAMI_IMAGE_VERSION="20180422.4.0-debian-10-r15" \
DOKUWIKI_EMAIL="user@example.com" \
DOKUWIKI_FULL_NAME="Full Name" \
DOKUWIKI_PASSWORD="bitnami1" \

View File

@ -1 +1,44 @@
{"apache": {"arch": "amd64", "digest": "e9faded57e3703fe9fcea650eb302e673d969a399fe9dfafa67e173465637665", "distro": "debian-10", "type": "NAMI", "version": "2.4.43-5"}, "dokuwiki": {"arch": "amd64", "digest": "ced5bfd42c51e95c2922d2011a48da7c400894b3560e35d9b2890f2f01073463", "distro": "debian-10", "type": "NAMI", "version": "20180422.4.0-0"}, "gosu": {"arch": "amd64", "digest": "51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c", "distro": "debian-10", "type": "NAMI", "version": "1.12.0-1"}, "libphp": {"arch": "amd64", "digest": "15fa4a11f2e11377ba0d6476ce22021349f62ef2fdfbe2af4f86dca10baaa997", "distro": "debian-10", "type": "NAMI", "version": "7.3.20-0"}, "php": {"arch": "amd64", "digest": "5fea2ffac007503364e906f5ad5444336aaaf4b360045f75f58ec220610bc8b1", "distro": "debian-10", "type": "NAMI", "version": "7.3.20-1"}, "render-template": {"arch": "amd64", "digest": "a94f94357aa06f3718db1550fa5f5188cd61383d66bf754eef49c58a18bf02cc", "distro": "debian-10", "type": "NAMI", "version": "1.0.0-1"}}
{
"apache": {
"arch": "amd64",
"digest": "e9faded57e3703fe9fcea650eb302e673d969a399fe9dfafa67e173465637665",
"distro": "debian-10",
"type": "NAMI",
"version": "2.4.43-5"
},
"dokuwiki": {
"arch": "amd64",
"digest": "ced5bfd42c51e95c2922d2011a48da7c400894b3560e35d9b2890f2f01073463",
"distro": "debian-10",
"type": "NAMI",
"version": "20180422.4.0-0"
},
"gosu": {
"arch": "amd64",
"digest": "51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c",
"distro": "debian-10",
"type": "NAMI",
"version": "1.12.0-1"
},
"libphp": {
"arch": "amd64",
"digest": "15fa4a11f2e11377ba0d6476ce22021349f62ef2fdfbe2af4f86dca10baaa997",
"distro": "debian-10",
"type": "NAMI",
"version": "7.3.20-0"
},
"php": {
"arch": "amd64",
"digest": "5fea2ffac007503364e906f5ad5444336aaaf4b360045f75f58ec220610bc8b1",
"distro": "debian-10",
"type": "NAMI",
"version": "7.3.20-1"
},
"render-template": {
"arch": "amd64",
"digest": "a94f94357aa06f3718db1550fa5f5188cd61383d66bf754eef49c58a18bf02cc",
"distro": "debian-10",
"type": "NAMI",
"version": "1.0.0-1"
}
}

View File

@ -33,7 +33,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`20180422-debian-10`, `20180422.4.0-debian-10-r14`, `20180422`, `20180422.4.0`, `latest` (20180422/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/20180422.4.0-debian-10-r14/20180422/debian-10/Dockerfile)
* [`20180422-debian-10`, `20180422.4.0-debian-10-r15`, `20180422`, `20180422.4.0`, `latest` (20180422/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/20180422.4.0-debian-10-r15/20180422/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/dokuwiki GitHub repo](https://github.com/bitnami/bitnami-docker-dokuwiki).