Skip to content

can buildah build overwrite existing manifest entry? #5035

Closed Answered by flouthoc
lazywhite asked this question in Q&A
Discussion options

You must be logged in to vote

@lazywhite You can do it like this, if you want to overwrite with a new image.

*) buildah build --platform linux/arm64 .
*) buildah manifest add demo:v1 containers-storage:<image-id-or-name>

Overall buildah build should also do overwrite automatically if not then its a bug, you can open an issue upstream so it can be fixed.

Thanks.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by flouthoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants