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

Print images to stdout as we publish them #36

Merged
merged 1 commit into from
May 31, 2019

Conversation

sixolet
Copy link
Contributor

@sixolet sixolet commented May 31, 2019

This will allow us to use it in a build script that isn't geared towards k8s, by naming packages we intend to publish directly, and then using the stdout to understand what images we published.

It's much easier than ... 2>&1 | grep -E '(Loaded|Published)' | rev | cut -d ' ' -f 1 | rev

Copy link
Collaborator

@jonjohnsonjr jonjohnsonjr left a comment

Choose a reason for hiding this comment

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

Love this change, thanks!

@jonjohnsonjr jonjohnsonjr merged commit 9bae8ab into ko-build:master May 31, 2019
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