-
Notifications
You must be signed in to change notification settings - Fork 208
compose: Support buildah too #5283
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
Conversation
|
OK for me this now works inside the stock buildah container to go from built container (i.e. in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
e1ab364 to
081b33a
Compare
Nooo util-linux in c9s is too old for that...ugh |
081b33a to
00713e8
Compare
00713e8 to
0269854
Compare
Prep for further work. Signed-off-by: Colin Walters <walters@verbum.org>
It's helpful for us to support build environments that only have podman, as well as those that only have buildah. They're mostly doing the same things; an abstraction over them is trivial. From this code, the only difference really is `podman create` vs `buildah from`. Signed-off-by: Colin Walters <walters@verbum.org>
Turned out I was missing skopeo. Signed-off-by: Colin Walters <walters@verbum.org>
44cf92b to
88d2ae5
Compare
Signed-off-by: Colin Walters <walters@verbum.org>
88d2ae5 to
ef4d772
Compare
|
Whee, finally got all the GHA tests to work! |
|
Jenkins failure was longstanding autoupdate flake |
compose: Split off a containers_storage module
Prep for further work.
Signed-off-by: Colin Walters walters@verbum.org
compose: Support buildah too
It's helpful for us to support build environments that only have podman,
as well as those that only have buildah. They're mostly doing the same
things; an abstraction over them is trivial. From this code, the only
difference really is
podman createvsbuildah from.Signed-off-by: Colin Walters walters@verbum.org
compose: Add some error prefixing
Turned out I was missing skopeo.
Signed-off-by: Colin Walters walters@verbum.org