Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 4m13s
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 4m13s
This commit is contained in:
@@ -7,11 +7,11 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="20250530-debian-12" \
|
||||
org.opencontainers.image.ref.name="20250807-debian-12" \
|
||||
org.opencontainers.image.source="https://git.cooltux.net/marko/docker-dokuwiki-debian12" \
|
||||
org.opencontainers.image.title="dokuwiki" \
|
||||
org.opencontainers.image.vendor="Marko Oldenburg" \
|
||||
org.opencontainers.image.version="20250530"
|
||||
org.opencontainers.image.version="20250807"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -30,7 +30,7 @@ RUN cd /tmp/build-dokuwiki_source/ ; \
|
||||
mkdir -p dokuwiki/files/dokuwiki ; \
|
||||
curl -SsLf "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" -O ; \
|
||||
tar -zxf "dokuwiki-stable.tgz" -C dokuwiki/files/dokuwiki --strip-components=1 --no-same-owner ; \
|
||||
tar -czf "/tmp/bitnami/pkg/cache/dokuwiki-20250516-linux-amd64-debian-12.tar.gz" dokuwiki ; \
|
||||
tar -czf "/tmp/bitnami/pkg/cache/dokuwiki-20250807-linux-amd64-debian-12.tar.gz" dokuwiki ; \
|
||||
cd /tmp/ ; \
|
||||
rm -rf build-dokuwiki_source
|
||||
|
||||
@@ -50,7 +50,7 @@ RUN cd /tmp/bitnami/pkg/cache/ ; \
|
||||
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \
|
||||
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
|
||||
done ; \
|
||||
tar -zxf "dokuwiki-20250516-linux-amd64-debian-12.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files'
|
||||
tar -zxf "dokuwiki-20250807-linux-amd64-debian-12.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files'
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
Reference in New Issue
Block a user