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

Add Dockerfile and workflow to publish image #102

Merged
merged 3 commits into from
Aug 11, 2024

Conversation

Emojigit
Copy link

This PR adds a Dockerfile which compiles minetestmapper and puts it into a Docker image. Additionally, a workflow file is added to publish the images to ghcr.io/minetest/minetestmapper on master change.

This PR is ready for review.

@@ -0,0 +1,26 @@
ARG DOCKER_IMAGE=alpine:3.19
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.20 these days

Copy link
Author

@Emojigit Emojigit Jun 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.19 is used by the Minetest Engine, so I though it would be nice to keep them the same. It would not harm if you decide to upgrade anyways.

Dockerfile Outdated Show resolved Hide resolved
@Emojigit Emojigit requested a review from sfan5 June 24, 2024 11:05
Copy link
Member

@sfan5 sfan5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably fine

@sfan5 sfan5 merged commit 0982a03 into minetest:master Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants