Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples/dockerfile2llb: remove unused -partial-metadata-file #4661

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

AkihiroSuda
Copy link
Member

-partial-metadata-file was substantially removed in 9acc6d3 (refactor buildinfo into provenance capture)

`-partial-metadata-file` was substantially removed in
9acc6d3 (`refactor buildinfo into provenance capture`)

Signed-off-by: Akihiro Suda <[email protected]>
@@ -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")
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason to keep either of these options?

Not sure where we use partial-image-config-file either.

Copy link
Member Author

Choose a reason for hiding this comment

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

I use, for a debugging purpose

@AkihiroSuda AkihiroSuda merged commit 4b95d74 into moby:master Feb 19, 2024
66 checks passed
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.

2 participants