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

Rework the docker image for proper sqlite support #101

Open
nsheridan opened this issue Sep 6, 2022 · 0 comments
Open

Rework the docker image for proper sqlite support #101

nsheridan opened this issue Sep 6, 2022 · 0 comments

Comments

@nsheridan
Copy link
Owner

cashierd in docker is compiled with CGO to support sqlite

I think this should be 2 images:

  1. A 'cashierd' image, statically linked, CGO_ENABLED=0
  2. A 'cashierd-sqlite' image, built for sqlite usage

Alternatively maybe replace C sqlite bindings with https://modernc.org/sqlite

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