lifecycle
lifecycle copied to clipboard
FIXME: re-worked PushImage function to exec the docker cli, or convert other docker helpers to using the client library.
Summary
Reworked PushImage function to exec the docker cli, or convert other docker helpers to using the client library.
Release notes
Related
Resolves #914
Context
This PR addresses the FIXME comment by directly executing the Docker CLI to push the image
@natalieparellano I have raised a PR for docker.go FIXME . Please have a look. Thank you