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

Support for standardized building of containers #141

Closed
mfarina1 opened this issue Sep 27, 2024 · 1 comment
Closed

Support for standardized building of containers #141

mfarina1 opened this issue Sep 27, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@mfarina1
Copy link
Collaborator

Support for using “*-compose build” in place of build.sh for standardized building of the containers.
As a side-effect, this largely enables support for Podman. Conversely, it may also require distribution of additional dependency images to keep compose happy when publishing built containers – using a dummy service is the only way to ensure pre-requisites are built.

@mfarina1 mfarina1 added the enhancement New feature or request label Sep 27, 2024
@mfarina1 mfarina1 added this to the ANMS v1.2.0 milestone Sep 27, 2024
@mfarina1 mfarina1 added this to ANMS Sep 27, 2024
@github-project-automation github-project-automation bot moved this to Todo in ANMS Sep 27, 2024
@DavidEdell
Copy link

This has been implemented in the dsn-devel branch. The compose file now includes 3 builder-* images to allow for correct building of dependencies. These images will always be started with the system, but will, by design, exit immediately upon startup.

See the README file in that branch and #134 for details.

@github-project-automation github-project-automation bot moved this from Todo to Done in ANMS Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants