Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 1m3s
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 1m3s
This commit is contained in:
parent
015870f38f
commit
6b718355d8
@ -7,11 +7,11 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="20250516-debian-12" \
|
org.opencontainers.image.ref.name="20250530-debian-12" \
|
||||||
org.opencontainers.image.source="https://git.cooltux.net/marko/docker-dokuwiki-debian12" \
|
org.opencontainers.image.source="https://git.cooltux.net/marko/docker-dokuwiki-debian12" \
|
||||||
org.opencontainers.image.title="dokuwiki" \
|
org.opencontainers.image.title="dokuwiki" \
|
||||||
org.opencontainers.image.vendor="Marko Oldenburg" \
|
org.opencontainers.image.vendor="Marko Oldenburg" \
|
||||||
org.opencontainers.image.version="20250516"
|
org.opencontainers.image.version="20250530"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@ -63,7 +63,7 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
|
|||||||
RUN /opt/bitnami/scripts/dokuwiki/postunpack.sh
|
RUN /opt/bitnami/scripts/dokuwiki/postunpack.sh
|
||||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||||
APACHE_HTTP_PORT_NUMBER="" \
|
APACHE_HTTP_PORT_NUMBER="" \
|
||||||
APP_VERSION="2025-05-14-Librarian" \
|
APP_VERSION="2025-05-30-Librarian" \
|
||||||
BITNAMI_APP_NAME="dokuwiki" \
|
BITNAMI_APP_NAME="dokuwiki" \
|
||||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:$PATH"
|
PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:$PATH"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user