Skip to content

Commit

Permalink
examples/dockerfile2llb: remove unused -partial-metadata-file
Browse files Browse the repository at this point in the history
`-partial-metadata-file` was substantially removed in
9acc6d3 (`refactor buildinfo into provenance capture`)

Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Feb 19, 2024
1 parent 0ead016 commit 365f89e
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 365f89e

Please sign in to comment.