Skip to content

Commit

Permalink
Merge pull request #4661 from AkihiroSuda/cleanup-dockerfile2llb
Browse files Browse the repository at this point in the history
examples/dockerfile2llb: remove unused `-partial-metadata-file`
  • Loading branch information
AkihiroSuda authored Feb 19, 2024
2 parents 4874151 + 365f89e commit 4b95d74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/dockerfile2llb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
type buildOpt struct {
target string
partialImageConfigFile string
partialMetadataFile string
}

func main() {
Expand All @@ -32,7 +31,6 @@ func xmain() error {
var opt buildOpt
flag.StringVar(&opt.target, "target", "", "target stage")
flag.StringVar(&opt.partialImageConfigFile, "partial-image-config-file", "", "Output partial image config as a JSON file")
flag.StringVar(&opt.partialMetadataFile, "partial-metadata-file", "", "Output partial metadata sa a JSON file")
flag.Parse()

df, err := io.ReadAll(os.Stdin)
Expand Down

0 comments on commit 4b95d74

Please sign in to comment.