-
Notifications
You must be signed in to change notification settings - Fork 0
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 docker support #2
base: master
Are you sure you want to change the base?
Conversation
Firefishy
commented
Dec 13, 2022
- Lock required python packages
- Add Docker support
- Add GHA to build and publish docker container to github (arm64 + amd64)
I have to say I wasn't really expecting the container definition to be in the OSQA repository. I was expecting it to be something separate... Also I guess "choose container system" in openstreetmap/operations#807 is resolved in favour of docker? |
OSQA is dead. Easiest just to "hijack" the codebase (with our mods) and add the additional functionality for adding Docker. Adding git into a docker to checkout a repo to me feels like an antipattern.
Commented on openstreetmap/operations#807 ticket with options for "container system". For now plain old docker + systemd + chef is good enough. |
344a5c5
to
bd1bb92
Compare
Signed-off-by: Grant Slater <[email protected]>
bd1bb92
to
8ee2dd4
Compare
Updates:
|