Remove the bits of our documentation that referred to bors, its bot, and
its configuration file, since we switched to a different merge bot.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Some operating systems don’t have `bash` in `/bin`, so we should take the
`$PATH` into consideration for searching it.
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Closes: #1804
Approved by: TomSweeneyRedHat
Completed the `pull` and `info` command descriptions missing from the documentation.
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
Closes: #1211
Approved by: rhatdan
Get rid of dangling whitespace in markdown files, and add a quick
validation check to error out if we try to add any new ones.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
The example needs to use config argument before the container name,
otherwise it is failing with: too many arguments specified.
Signed-off-by: Tristan Cacqueray <tdecacqu@redhat.com>
Closes: #610
Approved by: rhatdan
This patch removes the redundant horizontal rule and cleans up some
dangling whitespace.
Signed-off-by: Major Hayden <major@redhat.com>
Closes: #535
Approved by: TomSweeneyRedHat
Current link is broken.
This commit corrects the link to point at the
correct file.
Signed-off-by: Michael Gugino <mgugino@redhat.com>
Closes: #480
Approved by: nalind
You have to be root to run buildah. This commit adds a notice to the
buildah(1) man-page and improves the front-page README.md a bit so that
this is more obvious to the user.
Fixes issue #420.
Signed-off-by: Benjamin Kircher <benjamin.kircher@gmail.com>
Closes: #462
Approved by: rhatdan
Thanks to Máirín Duffy for building these logos for e Buildah project
Patch also fixes references to the project Buildah to be upper case.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
We should document requied packages for installing on Ubuntu and Debian
to match up with the use on Fedora.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
We have implemented most of this code in kpod export, and we now
have kpod import/load/save. No reason to implement them in both
commands.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #245
Approved by: nalind
Bump containers/storage and containers/image, and pin them to their
current versions. This requires that we update image-spec to rc6 and
add github.com/ostreedev/ostree-go, which adds build-time requirements
on glib2-devel and ostree-devel.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Closes: #174
Approved by: rhatdan
Add a "push" command, which pulls an image's layers from local storage,
recomputes the image's digest and manifest, and uses the image library
to write the result to the specified location.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Closes: #141
Approved by: rhatdan