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

buildkit can support tag Tags images? #2141

Closed
gitfxx opened this issue May 31, 2021 · 2 comments
Closed

buildkit can support tag Tags images? #2141

gitfxx opened this issue May 31, 2021 · 2 comments

Comments

@gitfxx
Copy link

gitfxx commented May 31, 2021

I want tag multi Tags for my image, just like command: docker tag xxx.
how can i use?

@tonistiigi
Copy link
Member

docker build -t one -t second

buildctl build --output type=image,\"name=one,second\" (escaping only needed from shell)

@gitfxx
Copy link
Author

gitfxx commented Jun 2, 2021

@tonistiigi thanks,it‘s ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants