Replies: 1 comment
-
|
Hi @alberaj! I'm Dosu and I’m helping the Stirling-PDF team. This is a common issue with Docker containers when the network inside the container behaves differently from the host, even if curl works on the host. The hang at fetching APKINDEX.tar.gz almost always points to a DNS, proxy, or firewall issue affecting the container’s network stack, or sometimes to Alpine mirror problems. A few things to try:
Let me know if any of these steps help or if you see any new errors! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to start up the docker for the 1st time and it keep getting stuck in this line:
/home/stirlingpdf# docker compose up
Attaching to stirling-pdf-1
stirling-pdf-1 | Copying original files without overwriting existing files
stirling-pdf-1 | running with JAVA_TOOL_OPTIONS -XX:+UnlockExperimentalVMOptions -XX:MaxRAMPercentage=75 -XX:InitiatingHeapOccupancyPercent=20 -XX:+G1PeriodicGCInvokesConcurrent -XX:G1PeriodicGCInterval=10000 -XX:+UseStringDeduplication -XX:G1PeriodicGCSystemLoadThreshold=70
stirling-pdf-1 | Running Stirling PDF with DOCKER_ENABLE_SECURITY=false and VERSION_TAG=0.46.2
stirling-pdf-1 | Installing font package: font-noto
stirling-pdf-1 | fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
.
.
It never goes further than that fetch line and I don't see any log about it.
If I do a curl in the same machine to that url, I get a 200 and the file so it is not connection problem.
I am using the default docker-compose.yml on the download section and it is in a Debian machine
Completely ran out of ideas on what might be the issue
Beta Was this translation helpful? Give feedback.
All reactions