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

Scheduled weekly rebuild of Docker image of latest release #713

Closed
wants to merge 1 commit into from

Conversation

juhoinkinen
Copy link
Member

It might be a good idea to rebuild Docker images of "maintained" releases regularly for package updates. We could consider only the most recent release to be "maintained" in this sense (for now at least).

This PR adds a weekly run GH Actions workflow, which

  1. checkouts the git tag of the latest release
  2. builds image and tests it with pytest
  3. pushes the image

Currently the image is pushed to my DockerHub account, and the schedule does not work because the (cron) workflow is not in the main branch.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f39d494) 99.67% compared to head (3ec1d4b) 99.67%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #713   +/-   ##
=======================================
  Coverage   99.67%   99.67%           
=======================================
  Files          89       89           
  Lines        6380     6380           
=======================================
  Hits         6359     6359           
  Misses         21       21           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@juhoinkinen
Copy link
Member Author

Closed in favor of #715.

@juhoinkinen juhoinkinen deleted the rebuild-docker-image-cron branch June 27, 2023 06:33
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

Successfully merging this pull request may close these issues.

1 participant