22 Commits

Author SHA1 Message Date
Nalin Dahyabhai
be2d536f52 Bump containers/storage and containers/image
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
2017-06-28 21:05:58 +00:00
Daniel J Walsh
a49a32f55f Add buildah export support
Will export the contents of a container as a tar ball.

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

Closes: #170
Approved by: rhatdan
2017-06-28 20:06:42 +00:00
Daniel J Walsh
7af6ab2351 Add the missing buildah version from the readme and the buildah man page
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #173
Approved by: rhatdan
2017-06-28 15:59:35 +00:00
Tomas Tomecek
d9a77b38fc readme: link to actual manpages
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>

Closes: #165
Approved by: rhatdan
2017-06-27 16:10:40 +00:00
TomSweeneyRedHat
8b99eae5e8 Add runc to required packages in README.md
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #153
Approved by: rhatdan
2017-06-20 21:04:51 +00:00
Nalin Dahyabhai
597d2ab9fa Update the version number we identify as to 0.1.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>

Closes: #146
Approved by: rhatdan
2017-06-14 16:49:59 +00:00
Nalin Dahyabhai
3163a98bdd Add a "push" command
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
2017-06-13 21:50:42 +00:00
Nalin Dahyabhai
9330f6b87e Mention needing runc at runtime in README.md
Closes #123.

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

Closes: #131
Approved by: nalind
2017-06-02 16:18:54 +00:00
TomSweeneyRedHat
cafc73e5e0 Touch up small typo in README.md
Signed-off-by: TomSweeneyRedHat <tsweney@redhat.com>

Closes: #129
Approved by: rhatdan
2017-05-31 12:51:19 +00:00
Joshua "jag" Ginsberg
ab9bbe032b Make README dnf command copy-pastable
There are EOL spaces in the README preventing the `dnf install` command from being used in copy-pasta.

Signed-off-by: Joshua "jag" Ginsberg <jag@flowtheory.net>

Closes: #128
Approved by: rhatdan
2017-05-30 21:05:15 +00:00
TomSweeneyRedHat
2128b99ee9 Update README.md to show Dockerfile functionality
Signed-off-by: TomSweeneyRedHat <tsweney@redhat.com>

Closes: #126
Approved by: rhatdan
2017-05-30 20:57:49 +00:00
TomSweeneyRedHat
91a7fac35b Touchup README.md with new commands and golang version
Signed-off-by: TomSweeneyRedHat <tsweney@redhat.com>

Closes: #113
Approved by: nalind
2017-05-22 19:21:37 +00:00
TomSweeneyRedHat
59c440aee8 Few install touchups to README.md
Signed-off-by: TomSweeneyRedHat <tsweney@redhat.com>

Touchup README.md, add skopeo pkg

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

Closes: #101
Approved by: nalind
2017-05-12 21:59:36 +00:00
TomSweeneyRedHat
e06a697040 Update README.md with a few install changes
Signed-off-by: TomSweeneyRedHat <tsweney@redhat.com>

Closes: #93
Approved by: rhatdan
2017-05-08 17:58:58 +00:00
Dan Walsh
c038712e2a Add table of buildah commands to readme.md
Signed-off-by: Dan Walsh <dwalsh@redhat.com>

Closes: #81
Approved by: rhatdan
2017-04-24 12:56:26 +00:00
Nalin Dahyabhai
aff92e565c Miscellaneous man page updates
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>

Closes: #67
Approved by: rhatdan
2017-04-14 10:12:01 +00:00
Nalin Dahyabhai
0b51d4990a Add a build-using-dockerfile command
Add a build-using-dockerfile command (alias: bud) which uses
openshift/imagebuilder to wrap parsing and dispatching, and runc (or
another OCI runtime) to handle RUN instructions.

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

Closes: #59
Approved by: rhatdan
2017-04-13 21:42:51 +00:00
TomSweeneyRedHat
2fe578c82f Create manpages for the buildah project
Second pass of manpages, more tweaking to follow.

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

Closes: #53
Approved by: nalind
2017-04-11 17:22:37 +00:00
Nalin Dahyabhai
a2ccec8c43 Catch up to the projectatomic move
Catch up import paths and docs to build correctly now that we're in
projectatomic.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-03-16 10:54:45 -04:00
Nalin Dahyabhai
462df7238f Update the README: we actually have some CI tests
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-03-15 13:55:26 -04:00
Nalin Dahyabhai
4bca993699 Start building a list of commands to add in README
Add a few sample commands to the list that we might add that we have in
the README.  A build command would probably want to have
openshift/imagebuilder handle the file parsing, with us providing an
Executor for one of its Builder objects.  A run command would use runc,
or another OCI-compatible runtime, or maybe bubblewrap.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-02-06 14:40:32 -05:00
Nalin Dahyabhai
c2305273eb Add an initial README
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-02-06 13:54:27 -05:00