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

Regularly rebuild Docker image #132

Open
x4e-jonas opened this issue Oct 12, 2022 · 0 comments
Open

Regularly rebuild Docker image #132

x4e-jonas opened this issue Oct 12, 2022 · 0 comments

Comments

@x4e-jonas
Copy link
Contributor

x4e-jonas commented Oct 12, 2022

The latest image on Docker Hub is already a few months old. With the current release process, new images are only build once a new release of Cottontail DB is tagged:

on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

It is also not built when the Cottontail DB version remains the same, but the Dockerfile changes.

For production usage, it's important to have up to date images.
The image should be regularly rebuilt against its base image.
The best would be to rebuild whenever a new build of the base image is available or the Dockerfile changes.
This Action might be helpful, but be aware that there is not much activity on that repo.
A simple alternative would be to use a CronJob. IMHO at least once per month, after Patch Tuesday, should be sufficient.

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