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

dockerBuildAndPush and dockerPush could return image digest #108

Closed
RayRoestenburg opened this issue May 1, 2020 · 1 comment
Closed

Comments

@RayRoestenburg
Copy link

It would be great if dockerBuildAndPush, and dockerPush, could return the image digest of the image that was pushed.

Maybe have it return something like:

final case class ImageDigest(digest: String)

Currently DockerPush does not process the stdout, would be great if it did and find the
<tag>: digest: sha256:<digest> size: <size> lines.

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

No branches or pull requests

2 participants