-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove per-package ImageOption definitions since they are not useful
Previous commits changed function signatures like func NewImage(repoName string, dockerClient DockerClient, ops ...imgutil.ImageOption) (*Image, error) to expect imgutil.ImageOption instead of remote.ImageOption or whatever imgutil.ImageOption and remote.ImageOption are interchangeable when passed into the function but the signature needs a specific type Signed-off-by: Natalie Arellano <[email protected]>
- Loading branch information
1 parent
f151834
commit 41cd6e4
Showing
3 changed files
with
0 additions
and
6 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
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