Dockerfile aktualisiert
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 2m16s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 2m16s
				
			This commit is contained in:
		
							
								
								
									
										20
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								Dockerfile
									
									
									
									
									
								
							@@ -5,17 +5,13 @@ FROM docker.io/bitnami/minideb:bookworm
 | 
			
		||||
 | 
			
		||||
ARG TARGETARCH
 | 
			
		||||
 | 
			
		||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
 | 
			
		||||
      org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
 | 
			
		||||
      org.opencontainers.image.created="2025-05-08T20:23:11Z" \
 | 
			
		||||
      org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
 | 
			
		||||
      org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/dokuwiki/README.md" \
 | 
			
		||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
 | 
			
		||||
      org.opencontainers.image.licenses="Apache-2.0" \
 | 
			
		||||
      org.opencontainers.image.ref.name="20250508.1.0-debian-12-r16" \
 | 
			
		||||
      org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dokuwiki" \
 | 
			
		||||
      org.opencontainers.image.ref.name="20250516-debian-12" \
 | 
			
		||||
      org.opencontainers.image.source="https://git.cooltux.net/marko/docker-dokuwiki-debian12" \
 | 
			
		||||
      org.opencontainers.image.title="dokuwiki" \
 | 
			
		||||
      org.opencontainers.image.vendor="Broadcom, Inc." \
 | 
			
		||||
      org.opencontainers.image.version="20250508.1.0"
 | 
			
		||||
      org.opencontainers.image.vendor="Marko Oldenburg" \
 | 
			
		||||
      org.opencontainers.image.version="20250516"
 | 
			
		||||
 | 
			
		||||
ENV HOME="/" \
 | 
			
		||||
    OS_ARCH="${TARGETARCH:-amd64}" \
 | 
			
		||||
@@ -34,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-20250508.1.0-linux-amd64-debian-12.tar.gz" dokuwiki ; \
 | 
			
		||||
    tar -czf "/tmp/bitnami/pkg/cache/dokuwiki-20250516-linux-amd64-debian-12.tar.gz" dokuwiki ; \
 | 
			
		||||
    cd /tmp/ ; \
 | 
			
		||||
    rm -rf build-dokuwiki_source
 | 
			
		||||
 | 
			
		||||
@@ -54,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-20250508.1.0-linux-amd64-debian-12.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner  --wildcards '*/files'
 | 
			
		||||
    tar -zxf "dokuwiki-20250516-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
 | 
			
		||||
@@ -67,7 +63,7 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
 | 
			
		||||
RUN /opt/bitnami/scripts/dokuwiki/postunpack.sh
 | 
			
		||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
 | 
			
		||||
    APACHE_HTTP_PORT_NUMBER="" \
 | 
			
		||||
    APP_VERSION="20250508.1.0" \
 | 
			
		||||
    APP_VERSION="2025-05-14-Librarian" \
 | 
			
		||||
    BITNAMI_APP_NAME="dokuwiki" \
 | 
			
		||||
    PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:$PATH"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user