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

Docker Build Improvements #180

Open
zupzup opened this issue Oct 22, 2024 · 0 comments
Open

Docker Build Improvements #180

zupzup opened this issue Oct 22, 2024 · 0 comments
Labels
devOps DevOps tasks enhancement Enhancement of existing code good first contribution Good for newcomers help wanted Extra attention is needed

Comments

@zupzup
Copy link
Collaborator

zupzup commented Oct 22, 2024

  • Improve build times
  • Make it easy to switch between running a client with fresh state (no identity set etc.) and an existing state (identity, contacts, bills etc.)
    • Currently, using docker run .. creates a fresh state on every run and docker-compose up retains it's state between runs, as long as the image isn't rebuilt, or the container removes (using docker-compose down)
    • It would be nice to have a simple way (e.g. with an optional volume, or different compose configs) to decide whether to start with a fresh state, or use (and keep!) an existing state around for testing
@zupzup zupzup converted this from a draft issue Oct 22, 2024
@zupzup zupzup added the enhancement Enhancement of existing code label Oct 22, 2024
@mtbitcr mtbitcr added this to DevOps Oct 31, 2024
@github-project-automation github-project-automation bot moved this to Todo in DevOps Oct 31, 2024
@zupzup zupzup added help wanted Extra attention is needed good first contribution Good for newcomers labels Nov 7, 2024
@mtbitcr mtbitcr added the devOps DevOps tasks label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devOps DevOps tasks enhancement Enhancement of existing code good first contribution Good for newcomers help wanted Extra attention is needed
Projects
Status: Backlog
Status: Todo
Development

No branches or pull requests

2 participants