Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libimage, push: tag repo@remote-digest on localstorage on successful …
…push Upon successful push now libimage will commit the remote digest on localstorage as tag example: `repo:remote-digest` This is needed as when a push operation is performed libimage does not acks successfully created digest on remote-repo so after this commit users would be able to perform image operations on the just commited digest, as `repo:remote-digest` will point to the same image which was just pushed to remote repo. Closes: containers/buildah#3866 [NO NEW TESTS NEEDED] : Not sure if we have any tests for remote registry push on c/common Signed-off-by: Aditya R <arajan@redhat.com>
- Loading branch information