flatcar / nebraska

Update monitor & manager for applications using the Omaha protocol, optimized for Flatcar Container Linux.
https://www.flatcar.org/docs/latest/nebraska
Apache License 2.0
169 stars 42 forks source link

Initial db migrations modification #174

Open zabudskyi opened 4 years ago

zabudskyi commented 4 years ago

Hi, It would be convenient no have possibility to modify DB migrations without building new container. And do something like this for CI.

FROM quay.io/flatcar/nebraska:2.0.5
COPY 0006_initial_application /somepath/0006_initial_application
joaquimrocha commented 4 years ago

@zabudskyi , we will take a look into this soon. The migrations exist obviously for any current deployments in case we modify the DB scheme. Do you need to modify any migrations, or do you mean you'd like to start Nebraska with a different set of initial applications (maybe none even)?

PavloZabudskyi commented 4 years ago

@joaquimrocha , nice to hear it. I mean I'd like to start Nebraska with different set (stable amd64 only and initial application). I think it will be enough for most use cases.