Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Enable Docker to cache the data extraction layer #60

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

meyfa
Copy link
Owner

@meyfa meyfa commented Apr 11, 2024

This patch avoids downloading the Minecraft server .jar and extracting the JSON data from it each time the image is built, even when only the source files changed. This should speed up builds in CI and reduce load on the provider hosting the .jar file.

This patch avoids downloading the Minecraft server .jar and extracting
the JSON data from it each time the image is built, even when only the
source files changed. This should speed up builds in CI and reduce
load on the provider hosting the .jar file.
@meyfa meyfa merged commit cec5e2a into main Apr 11, 2024
2 checks passed
@meyfa meyfa deleted the chore/docker-cache-data branch April 11, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant