Skip to content

Conversation

tiborvass
Copy link
Collaborator

Signed-off-by: Tibor Vass [email protected]

@@ -248,10 +248,10 @@ func (t *Target) normalize() {
t.Outputs = removeDupes(t.Outputs)
}

func TargetsToBuildOpt(m map[string]Target) (map[string]build.Options, error) {
func TargetsToBuildOpt(m map[string]Target, noCache, pull bool) (map[string]build.Options, error) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tonistiigi happy to put this in a struct (what name? cliOpts, userOpts, extraOpts, ...) or if you have better ideas.

@FernandoMiguel
Copy link
Contributor

Oh nice

@tonistiigi tonistiigi merged commit 6e32ea3 into docker:master Jul 31, 2019
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

Successfully merging this pull request may close these issues.

3 participants