fix: remove unimplemented squash option (#52)

This commit is contained in:
Robert Kaussow
2021-09-07 21:34:47 +02:00
committed by GitHub
parent 708587693c
commit 276f215b24
3 changed files with 0 additions and 15 deletions

View File

@@ -163,12 +163,6 @@ func settingsFlags(settings *plugin.Settings) []cli.Flag {
EnvVars: []string{"PLUGIN_CACHE_FROM"},
Destination: &settings.Build.CacheFrom,
},
&cli.BoolFlag{
Name: "squash",
Usage: "squash the layers at build time",
EnvVars: []string{"PLUGIN_SQUASH"},
Destination: &settings.Build.Squash,
},
&cli.BoolFlag{
Name: "pull-image",
Usage: "force pull base image at build time",