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

nerdctl build should accept --output <DIR> as an alias of --output type=local,dest=<DIR> #1422

Closed
AkihiroSuda opened this issue Oct 9, 2022 · 2 comments · Fixed by #1459
Closed
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@AkihiroSuda
Copy link
Member

Description

nerdctl build should accept --output <DIR> as an alias of --output type=local,dest=<DIR>, as in docker build.

Steps to reproduce the issue

nerdctl build --output . .

Describe the results you received and expected

Received: error: invalid value .
Expected: Should work as --output type=local,dest=$(pwd)

What version of nerdctl are you using?

nerdctl version 0.23.0-26-g67c0f59

Are you using a variant of nerdctl? (e.g., Rancher Desktop)

No response

Host information

No response

@AkihiroSuda AkihiroSuda added the bug Something isn't working label Oct 9, 2022
@Zheaoli
Copy link
Member

Zheaoli commented Oct 10, 2022

I think this can be a good first issue? cc @AkihiroSuda

@AkihiroSuda AkihiroSuda added the good first issue Good for newcomers label Oct 10, 2022
@yuchanns
Copy link
Contributor

Assign me plz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants