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

Push/Build artifacts from stdin #3389

Merged
merged 1 commit into from
Dec 15, 2022
Merged

Conversation

somtochiama
Copy link
Member

Closes: #3256
Depends on: fluxcd/pkg#418

Signed-off-by: Somtochi Onyekwere somtochionyekwere@gmail.com

@@ -34,6 +37,9 @@ var buildArtifactCmd = &cobra.Command{
Example: ` # Build the given manifests directory into an artifact
flux build artifact --path ./path/to/local/manifests --output ./path/to/artifact.tgz

# Build manifests passed into stdin to an artifact
kustomize build . | flux build artifact --output ./path/to/artifact.tgz --path -
Copy link
Member

Choose a reason for hiding this comment

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

Please move this to push

@stefanprodan stefanprodan mentioned this pull request Dec 14, 2022
22 tasks
Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks @somtochiama 🎖️

@stefanprodan stefanprodan added the area/oci OCI related issues and pull requests label Dec 14, 2022
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/oci OCI related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Way to push OCI artifact from stdin
2 participants