diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2019-02-22 09:16:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-22 09:16:23 +0700 |
commit | 4157fd27a4fcb683d63238d30b7fa6505b877455 (patch) | |
tree | cee9253a00f446a282e51b097a9775d83c8fec89 /system/buildah/slack-desc | |
parent | 21619128b5d185c0882757fe28d9b09566b8498b (diff) |
system/buildah: Added (container build utility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/buildah/slack-desc')
-rw-r--r-- | system/buildah/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/buildah/slack-desc b/system/buildah/slack-desc new file mode 100644 index 0000000000000..defd1be19fdf0 --- /dev/null +++ b/system/buildah/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +buildah: buildah (container build utility) +buildah: +buildah: buildah facilitates building OCI container images, all without a +buildah: daemon. It supports a bash-style invocation, as well as Dockerfiles. +buildah: +buildah: https://github.com/containers/buildah +buildah: +buildah: +buildah: +buildah: +buildah: |