Anthony Stirling
Anthony Stirling
Don't build or touch docker base no need Only build and run the docker file The base is to download all the OS and file changes one in a big...
But you must build the Dockerfile which will grab that base image and everything else etc
"I need to build the DockerfileBase" Only if you made changes to the DockerfileBase, otherwise no you wuold just pull existing image "Build the Dockerfile, which references the image of...
@thomas-mc-work Sorry missed these comments i didnt knowy ou were still facing a issue Build the jar ``` export DOCKER_ENABLE_SECURITY=false ./gradlew clean build ``` Build the base ``docker build -f...
Yes sorry the add image api has been not maintained after it got a UI replacement. I can try resolve later but I'm quick busy at moment so if you...
Code is https://github.com/Frooodle/Stirling-PDF/blob/a0ac2bc02a37fdcb5717fc493a9998f0ba1d680f/src/main/java/stirling/software/SPDF/controller/api/misc/OverlayImageController.java#L28 And https://github.com/Frooodle/Stirling-PDF/blob/a0ac2bc02a37fdcb5717fc493a9998f0ba1d680f/src/main/java/stirling/software/SPDF/utils/PdfUtils.java#L334
Stamp controller has x y override which should result in similar functionality.
Good points I will add clear support and documentation for this soon
Trying to consider if i want to do - user: "1234:1234" or have it like - PUID=1234 - PGID=1234 - UMASK=022 what are your thoughts?
Environment variables is the only way I know people do it haha