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

[buildah] support pre-script/post-script & manifest push #1294

Open
terryzwt opened this issue Jul 29, 2024 · 1 comment
Open

[buildah] support pre-script/post-script & manifest push #1294

terryzwt opened this issue Jul 29, 2024 · 1 comment

Comments

@terryzwt
Copy link

Expected Behavior

In my case, I want to build multiarch image using below flow:
a. buildah manifest rm buildah-test1
b. buildah build --platform linux/amd64,linux/arm64 --manifest buildah-test1 -t docker.io/example/buildah-test .
c. buildah manifest push --all buildah-test1 docker://docker.io/example/buildah-test

Actual Behavior

  1. Can not meet requirement of step a.
  2. Can not meet requirement of step c.
@terryzwt
Copy link
Author

terryzwt commented Jul 29, 2024

Another idea is that buildah task support multiarch image build native:)

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

No branches or pull requests

1 participant