-
Notifications
You must be signed in to change notification settings - Fork 162
feat(CLI): Add push #531
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(CLI): Add push #531
Conversation
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
By the way, it would be better for us to explain the available keys of --output
, or refer to the documentation of buildkit
.
Yep, I think we can document it. |
https://coveralls.io/github/tensorchord/envd coveralls got server down. Let's wait |
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.
Overall LGTM
|
||
// Example: type=tar,dest=path | ||
matched, err := regexp.Match(`^type=[\s\S]+,dest=[\s\S]+$`, []byte(output)) | ||
e, err := parseOutputCSV(exports) |
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.
What's csv for?
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.
The output type=tar,image=imagename,push=true
is CSV-format.
Also this didn't solve #510, right? |
We need to discuss it with users to decide if it works. After the PR, you can push the image in GitHub actions. |
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Fix #201
Ref #510
Signed-off-by: Ce Gao [email protected]