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

feat(framework:skip) Add cronjob to periodically build Docker image of latest flwr release #4092

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Robert-Steiner
Copy link
Member

@Robert-Steiner Robert-Steiner commented Aug 28, 2024

Issue

Description

  • Adds a cronjob to periodically build the Docker image of latest flwr release to ensure that the latest Alpine/Ubuntu security patches are applied.

Related issues/PRs

Proposal

Explanation

Checklist

  • Implement proposed change
  • Write tests
  • Update documentation
  • Make CI checks pass
  • Ping maintainers on Slack (channel #contributions)

Any other comments?

@Robert-Steiner Robert-Steiner self-assigned this Aug 28, 2024
@Robert-Steiner Robert-Steiner requested a review from Moep90 August 29, 2024 07:22
@Robert-Steiner Robert-Steiner force-pushed the feat/cron-job-rebuild-latest-image branch from f0de317 to 967790f Compare September 2, 2024 10:02
@Robert-Steiner Robert-Steiner force-pushed the feat/cron-job-rebuild-latest-image branch from 5627b8d to 25797eb Compare September 9, 2024 16:27
@Robert-Steiner Robert-Steiner marked this pull request as ready for review September 9, 2024 16:32

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
# ref: v${{ steps.flwr-version.outputs.flwr-version }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this line a duplicate of the next?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch! i removed it

Copy link
Member

@tanertopal tanertopal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Robert-Steiner
@danieljanes and I just discussed that, technically, we don't have an automated testing pipeline for the Docker artifacts the same way we thoroughly test the Flower library build artifacts. We will postpone merging this to avoid accidentally breaking Docker images until we have an E2E test for the images.

@tanertopal tanertopal enabled auto-merge (squash) September 11, 2024 10:56
@danieljanes danieljanes changed the title feat(*:skip) Add cronjob to periodically build Docker image of latest flwr release feat(framework:skip) Add cronjob to periodically build Docker image of latest flwr release Sep 11, 2024
@tanertopal tanertopal disabled auto-merge September 11, 2024 10:59
@danieljanes danieljanes marked this pull request as draft September 11, 2024 11:02
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.

2 participants