Compare commits

...

4 Commits

Author SHA1 Message Date
Geoff Bourne
8d6442d772 Fabric downloads are better now 2025-05-12 09:14:45 -05:00
Geoff Bourne
9073b22e84 Lower FETCH_CONNECTION_POOL_MAX_IDLE_TIMEOUT 2025-05-12 08:02:12 -05:00
Geoff Bourne
7bbabbac82 Include CF_PAGE_URL in atm10 example 2025-05-12 07:32:26 -05:00
Geoff Bourne
6b308c628f cf: when "no matching files found" include retrieved filenames in error 2025-05-11 21:06:46 -05:00
2 changed files with 5 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
ARG MC_HELPER_VERSION=1.41.9
ARG MC_HELPER_VERSION=1.41.10
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
# used for cache busting local copy of mc-image-helper
ARG MC_HELPER_REV=1

View File

@@ -14,8 +14,10 @@ services:
# Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
CF_API_KEY: ${CF_API_KEY}
CF_SLUG: all-the-mods-10
# Optional: select a specific version/file
# CF_FILENAME_MATCHER: "1.17"
# Or reference a specific modpack file/version using CF_PAGE_URL, such as this one for 2.47
# CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/all-the-mods-10/files/6502777
# Optional: select a specific version/file when using CF_SLUG
# CF_FILENAME_MATCHER: "2.47"
MEMORY: 4G
CF_OVERRIDES_EXCLUSIONS: |
shaderpacks/**