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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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
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.

None yet

2 participants