mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Update Dockerfile
This commit is contained in:
		
							parent
							
								
									fb61fea3e4
								
							
						
					
					
						commit
						4e45bae856
					
				
							
								
								
									
										13
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								Dockerfile
									
									
									
									
									
								
							@ -10,6 +10,18 @@ COPY build/libs/*.jar app.jar
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
ARG VERSION_TAG
 | 
					ARG VERSION_TAG
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					LABEL org.opencontainers.image.title="Stirling-PDF"
 | 
				
			||||||
 | 
					LABEL org.opencontainers.image.description="A powerful locally hosted web-based PDF manipulation tool supporting 35+ operations including merging, splitting, conversion, OCR, watermarking, and more."
 | 
				
			||||||
 | 
					LABEL org.opencontainers.image.source="https://github.com/Stirling-Tools/Stirling-PDF"
 | 
				
			||||||
 | 
					LABEL org.opencontainers.image.licenses="MIT"
 | 
				
			||||||
 | 
					LABEL org.opencontainers.image.vendor="Stirling-Tools"
 | 
				
			||||||
 | 
					LABEL org.opencontainers.image.url="https://www.stirlingpdf.com"
 | 
				
			||||||
 | 
					LABEL org.opencontainers.image.documentation="https://docs.stirlingpdf.com"
 | 
				
			||||||
 | 
					LABEL maintainer="Stirling-Tools"
 | 
				
			||||||
 | 
					LABEL org.opencontainers.image.authors="Stirling-Tools"
 | 
				
			||||||
 | 
					LABEL org.opencontainers.image.version="${VERSION_TAG}"
 | 
				
			||||||
 | 
					LABEL org.opencontainers.image.keywords="PDF, manipulation, merge, split, convert, OCR, watermark"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set Environment Variables
 | 
					# Set Environment Variables
 | 
				
			||||||
ENV DOCKER_ENABLE_SECURITY=false \
 | 
					ENV DOCKER_ENABLE_SECURITY=false \
 | 
				
			||||||
    VERSION_TAG=$VERSION_TAG \
 | 
					    VERSION_TAG=$VERSION_TAG \
 | 
				
			||||||
@ -19,6 +31,7 @@ ENV DOCKER_ENABLE_SECURITY=false \
 | 
				
			|||||||
    PGID=1000 \
 | 
					    PGID=1000 \
 | 
				
			||||||
    UMASK=022
 | 
					    UMASK=022
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# JDK for app
 | 
					# JDK for app
 | 
				
			||||||
RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && \
 | 
					RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && \
 | 
				
			||||||
    echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && \
 | 
					    echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user