-
Notifications
You must be signed in to change notification settings - Fork 875
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
ci(framework:skip) Switch to new base images #3483
Conversation
8df7ded
to
0fb6ca4
Compare
Signed-off-by: Robert Steiner <robert@flower.ai>
0fb6ca4
to
0eadfd6
Compare
dev/build-docker-image-matrix.py
Outdated
# { | ||
# "base": { | ||
# "images": [ | ||
# { | ||
# "distro": { | ||
# "name": "ubuntu", | ||
# "version": "22.04" | ||
# }, | ||
# "python_version": "3.8", | ||
# "namespace_repository": "flwr/base", | ||
# "file_dir": "src/docker/base/ubuntu", | ||
# "tag": "1.8.0-py3.8-ubuntu22.04", | ||
# "flwr_version": "1.8.0" | ||
# }, | ||
# ... | ||
# ] | ||
# }, | ||
# "binary": { | ||
# "images": [ | ||
# { | ||
# "namespace_repository": "flwr/superlink", | ||
# "file_dir": "src/docker/superlink", | ||
# "base_image": "1.8.0-py3.11-alpine3.19", | ||
# "tags": "1.8.0-py3.11-alpine3.19\n1.8.0" | ||
# }, | ||
# ... | ||
# ] | ||
# } | ||
# } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need this here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so. We can remove it
Signed-off-by: Robert Steiner <robert@flower.ai>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Issue
Description
tags
.pull
totrue
to ensure that always the latest pushed image is pulled.Builds the following images:
Base
SuperLink
SuperNode
ServerApp
Related issues/PRs
Proposal
Explanation
Checklist
#contributions
)Any other comments?