Zoey
Zoey
# License Agreement for Contributions By submitting this pull request, I acknowledge and agree that my contributions will be included in Stirling-PDF and that they can be relicensed in the...
### Describe the problem to be solved Hello, since I think in the topic of docker, there can be many things improved here, I want to mention them: Debian based...
### Describe the bug If I ask the API using version_file//update it gives me the latest version, but if I do the it with the same hash and version_files/update it...
### Summary I've looked into the Dockerfiles and found (like clamav for example, but it is alo in other dockerfiles): `LABEL maintainer "The Infrastructure Company GmbH GmbH "` not sure,...
Signed-off-by: Zoey the port 2375 is used for https and http closes #12
### Summary I've looked into some Dockerfiles and found: `apk add --update --no-cache`, which means you don't use the local cache, but at the same time update it, while not...
Hello, if I run one of this Caddyfiles: ``` { debug default_bind 0.0.0.0 [::] servers 0.0.0.0:443 { protocols h1 h2 h2c h3 } servers [::]:443 { protocols h1 h2 h2c...
Dockerfile: ```Dockerfile FROM python:3.12-alpine3.19 RUN apk add --no-cache ca-certificates build-base libffi-dev go && \ python3 -m venv /usr/local && \ pip install --no-cache-dir \ certbot==2.8.0 \ certbot-dns-multi==4.15.0 ``` ```console #...
### Issue Summary when I run (on x64 server): ``` npm_config_target_platform=linux npm_config_target_arch=arm64 yarn add [email protected] file node_modules/sqlite3/lib/binding/napi-v6-linux-musl-arm64/node_sqlite3.node ``` it returns: `node_modules/sqlite3/lib/binding/napi-v6-linux-musl-arm64/node_sqlite3.node: ELF 64-bit LSB shared object, ARM aarch64, version 1...