OneBusAway / onebusaway-docker

Docker configuration for the OneBusAway Application Modules (https://github.com/OneBusAway/onebusaway-application-modules)
Apache License 2.0
18 stars 32 forks source link

Proposal: Start pre-built docker images #41

Closed Neo2308 closed 7 months ago

Neo2308 commented 7 months ago

Can we start releasing pre-built docker images so that users do not have to checkout the code and build their own docker images?

Since the image is now picking the zip file dynamically (and it isn't baked into the docker image itself), we could potentially deploy the app in k8s just using a file similar to oba.yaml simplifying usage.

Yalab7 commented 7 months ago

I think this would be a great enhancement to the deployment process, but shouldn't only the maintainers have creation/push access to the repository containing the pre-built docker image?

aaronbrethorst commented 7 months ago

Thanks for opening this issue, @Neo2308. It's on my TODO list.