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: emit module artifacts as blobs #3184

Merged
merged 4 commits into from
Oct 28, 2024
Merged

Conversation

jonathanj-square
Copy link
Contributor

fixes #3076

module binaries now stored as blobs (instead of images); enumeration operations dropped due to inefficiency - deployment workflows do not need it anyways

@jonathanj-square jonathanj-square marked this pull request as ready for review October 24, 2024 06:14
@jonathanj-square jonathanj-square requested review from a team and wesbillman and removed request for a team October 24, 2024 06:14
@github-actions github-actions bot changed the title emit module artifacts as blobs feat: emit module artifacts as blobs Oct 24, 2024
@ftl-robot ftl-robot mentioned this pull request Oct 24, 2024
@@ -18,7 +20,7 @@ type releaseCmd struct {
MaxIdleDBConnections int `help:"Maximum number of idle database connections." default:"20" env:"FTL_MAX_IDLE_DB_CONNECTIONS"`

Publish releasePublishCmd `cmd:"" help:"Packages the project into a release and publishes it."`
List releaseListCmd `cmd:"" help:"Lists all published releases."`
Exists releaseExistsCmd `cmd:"" help:"Lists all published releases."`
Copy link
Collaborator

Choose a reason for hiding this comment

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

This text needs to be updated.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated! thanks for spotting that

@jonathanj-square jonathanj-square merged commit c74b989 into main Oct 28, 2024
91 checks passed
@jonathanj-square jonathanj-square deleted the jonathanj/oci-module-blobs branch October 28, 2024 17: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.

Reduce artifact discovery overhead
2 participants