Commit Graph

30 Commits

Author SHA1 Message Date
Laurent Stacul c42f440f98 Fix image reference in tutorial 4
Signed-off-by: Laurent Stacul <laurent.stacul@gmail.com>

Closes: #2059
Approved by: rhatdan
2020-01-04 01:42:21 +00:00
Daniel J Walsh 8fc5b0116f Start using containers/common
We have moved share code from buildah, podman and others into containers/common.

Specifically for this PR we are moving to use containers/common/pkg/unshare and
containers/common/pkg/cgroups.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #2010
Approved by: QiWang19
2019-12-06 14:37:27 +00:00
Daniel J Walsh cd88667465 Ran buildah through codespell
Thanks to Dmitry Smirnov @onlyjob for suggesting this tool.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1985
Approved by: TomSweeneyRedHat
2019-11-20 17:38:41 +00:00
Nalin Dahyabhai f0cf07bb60 Move to containers/image v5.0.0
Bump to containers/image's 5.0 release.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>

Closes: #1902
Approved by: rhatdan
2019-10-28 15:15:34 +00:00
TomSweeneyRedHat 6e4f7aa3ce Add clarification to the Tutorial for new users
This is a partial fix for #1895.  This focuses on (hopefully) helping a
user get into Buildah faster when they first hit the buildah.io site and
click down through the tutorials button.  It also clarifies what's currently
out of scope for Buildah, adds some titles to make links easier and a bit more.

I expect I'll either be adding to this or creating a follow on PR to address more
of the notes in #1895.

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2019-10-19 15:39:51 -04:00
Miloslav Trmač 797e618cbe Update c/image to v4.0.1
This requires updating all import paths throughout.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>

Closes: #1891
Approved by: vrothberg
2019-10-04 07:34:03 +00:00
slinydeveloper 6abc01c0f7 Added tutorial on how to include Buildah as library
Signed-off-by: slinkydeveloper <francescoguard@gmail.com>

Closes: #1852
Approved by: rhatdan
2019-09-17 11:08:06 +00:00
Sascha Grunert 567141716e Add `--log-level` command line option and deprecate `--debug`
The previous log-level implementation does not seem to work, which is
now fixed and aligns to other projects like podman and CRI-O. Therefore
the `--debug` flag has been deprecated and is now hidden.

Added documentation as well as integration tests.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>

Closes: #1811
Approved by: rhatdan
2019-08-29 12:49:11 +00:00
Sascha Grunert b288b7a3d9 Update shebangs to take env into consideration
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
2019-08-20 11:26:57 +00:00
Adler Medrado 9fa582f3b1 Fix typo
Patch originally proposed by @adlermedrado but never signed.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1697
Approved by: ashley-cui
2019-06-28 23:18:29 +00:00
basilrabi 7016ce6418 fix tutorial instructions
Before, there is no $newcontainer image committed thus
`podman run $newcontainer` attempts to pull $newcontainer from the various
container registries.

Signed-off-by: basilrabi <ericbasil.rabi@gmail.com>

Closes: #1627
Approved by: TomSweeneyRedHat
2019-06-01 17:00:24 +00:00
TomSweeneyRedHat 2156c5ac3b Touch up intro
Quick touch up of the intro tutorial to bump releasever and change
diff to merged in mount output

Fixes: #1468

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #1479
Approved by: rhatdan
2019-04-04 11:54:41 +00:00
Douglas Schilling Landgraf 5f49ad298c docs: 01-intro.md: add missing . in Dockerfile examples
The . is required, otherwise user will get syntax error.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2019-03-20 13:18:34 -04:00
TomSweeneyRedHat af8cb28f84 Fix up Tutorial 3 to account for format
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #1073
Approved by: rhatdan
2018-10-07 10:55:33 +00:00
Eric Stroczynski 43f8bb3c5f docs/tutorials/01-intro.md: enhanced installation instructions
Enhanced installation instructions with links to necessary documentation.

Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>

Closes: #1060
Approved by: rhatdan
2018-10-05 18:45:16 +00:00
Nalin Dahyabhai 7681e8dd5b Get rid of dangling whitespace in markdown files
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>
2018-09-18 17:10:13 -04:00
Daniel J Walsh ba012ddec6
Move buildah from projecatatomic/buildah to containers/buildah
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2018-09-18 08:06:11 -04:00
Daniel J Walsh 7ea05189e2 Change references to cri-o to point at new repository
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #993
Approved by: TomSweeneyRedHat
2018-09-09 15:19:59 +00:00
Daniel J Walsh e8c123cc03 Change references to projectatomic/libpod to containers/libpod
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #928
Approved by: umohnani8
2018-08-15 20:13:50 +00:00
TomSweeneyRedHat 2ac95ea682 ONBUILD tutorial
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #808
Approved by: rhatdan
2018-06-24 11:47:59 +00:00
KyleRConway 39d0582204 Update 01-intro.md
Adding command to explicitly become root user. I was trying to run commands with "sudo" in front and thus had issues following guide (new user) and this would have helped! Thanks!

Signed-off-by: Kyle R. Conway <kyconway@tower.Home>

Closes: #763
Approved by: rhatdan
2018-06-08 08:31:08 +00:00
TomSweeneyRedHat 3e1f4aeb98 Touchup tutorial for run changes
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #734
Approved by: rhatdan
2018-05-30 13:48:15 +00:00
TomSweeneyRedHat e9915937ac Rename tutorials.md to README.md in tutorial dir
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #459
Approved by: rhatdan
2018-02-10 11:14:52 +00:00
TomSweeneyRedHat f4151372e5 Create Tutorials menu and add link to README.md
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #367
Approved by: rhatdan
2017-12-15 21:28:32 +00:00
William Henry 4d943752fe Fixed some more Tom nits.
Signed-off-by: William Henry <whenry@redhat.com>
2017-12-07 10:57:14 -07:00
William Henry 9128a40ada Fixed some Tom nits.
Signed-off-by: William Henry <whenry@redhat.com>
2017-12-07 09:18:13 -07:00
William Henry 8910199181 Add a new tutorial for using Buildah with registries
Signed-off-by: William Henry <whenry@redhat.com>
2017-12-07 08:40:03 -07:00
William Henry dbea38b440 Add root prompt and some other minor changes
Signed-off-by: William Henry <whenry@redhat.com>
2017-11-02 10:30:11 -06:00
William Henry 0bc120edda Made some edits based on tsweeney feedback.
Signed-off-by: William Henry <whenry@redhat.com>
2017-11-02 10:13:30 -06:00
William Henry 79663fe1a0 Added file tutorials/01-intro.md
A basic introduction to buildah tutorial

Topics covered:
buildah from a base
briefly describes containers/storage and containers/image
buildah run
buildah from scratch
installing packages and files to a scratch image
buildah push and running a buildah built container in docker
buildah bud

Signed-off-by: William Henry <whenry@redhat.com>

Closes: #302
Approved by: rhatdan
2017-10-31 13:06:51 +00:00