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

Adding Docker build step to Spiderfire. #39

Open
coillteoir opened this issue Nov 29, 2023 · 0 comments
Open

Adding Docker build step to Spiderfire. #39

coillteoir opened this issue Nov 29, 2023 · 0 comments

Comments

@coillteoir
Copy link

Building docker images is an important part of deploying server-side applications. It would benefit this project if a docker build is maintained.

Why?

Using a spiderfire base image would make it easier for developers to deploy their applications. It also means that when a package manager is implemented, users can bundle their applications into docker images.

Proposed Implementation

A Dockerfile would initially be placed at the top of the repository. If there's demand for multiple distros/architectures then a Docker directory can be made with the respective builds.

A justfile directive will also be added that allows you to run just docker-build to build your image. A docker push directive may also be implemented as well.

Finally, the CI will be updated with a docker build directive.

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

No branches or pull requests

1 participant