This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: stop downloading images if the caller already has this manifest
This commit allows a user of the library to provide a list of manifest hashes, presumably generated from annotations left on images by prior invocations of docker2aci, for images it already has. If docker2aci fetches a manifest and the hash for it matches one of the elements in the user provided list, docker2aci will stop working, and return with no error and no produced ACIs.
- Loading branch information
Derek Gonyeo
committed
Jan 25, 2017
1 parent
bb692e3
commit 065228f
Showing
2 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters