mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-17 04:55:03 +00:00
Removed Version tag from dev container build
This commit is contained in:
parent
0efd37b076
commit
5774026a1d
@ -1,8 +1,6 @@
|
|||||||
# Main stage
|
# Main stage
|
||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
|
|
||||||
ARG VERSION_TAG
|
|
||||||
|
|
||||||
LABEL org.opencontainers.image.title="Stirling-PDF"
|
LABEL org.opencontainers.image.title="Stirling-PDF"
|
||||||
LABEL org.opencontainers.image.description="A powerful locally hosted web-based PDF manipulation tool supporting 50+ operations including merging, splitting, conversion, OCR, watermarking, and more."
|
LABEL org.opencontainers.image.description="A powerful locally hosted web-based PDF manipulation tool supporting 50+ 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.source="https://github.com/Stirling-Tools/Stirling-PDF"
|
||||||
@ -12,12 +10,10 @@ LABEL org.opencontainers.image.url="https://www.stirlingpdf.com"
|
|||||||
LABEL org.opencontainers.image.documentation="https://docs.stirlingpdf.com"
|
LABEL org.opencontainers.image.documentation="https://docs.stirlingpdf.com"
|
||||||
LABEL maintainer="Stirling-Tools"
|
LABEL maintainer="Stirling-Tools"
|
||||||
LABEL org.opencontainers.image.authors="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"
|
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 \
|
|
||||||
JAVA_TOOL_OPTIONS="-XX:+UnlockExperimentalVMOptions \
|
JAVA_TOOL_OPTIONS="-XX:+UnlockExperimentalVMOptions \
|
||||||
-XX:MaxRAMPercentage=75 \
|
-XX:MaxRAMPercentage=75 \
|
||||||
-XX:InitiatingHeapOccupancyPercent=20 \
|
-XX:InitiatingHeapOccupancyPercent=20 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user