mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
.copr
.github
.tool
cmd
cni
completions
contrib
docs
hack
libpod
logo
pkg
annotations
chrootuser
hooks
inspect
kubeutils
registrar
registries
secrets
spec
util
varlinkapi
config.go
containers.go
containers_create.go
images.go
system.go
util.go
test
utils
vendor
version
.gitignore
.papr.sh
.papr.yml
.papr_prepare.sh
.travis.yml
API.md
CONTRIBUTING.md
Dockerfile
Dockerfile.CentOS
Dockerfile.Fedora
LICENSE
Makefile
OWNERS
README.md
Vagrantfile
changelog.txt
code-of-conduct.md
commands.md
crio-umount.conf
docker
install.md
libpod.conf
seccomp.json
transfer.md
troubleshooting.md
vendor.conf

Add the endpoint and methods for build so users can build an image with varlink. build can also use the more method for streaming output back more regularily; however, it looks like a bug in buildah does not output all build output to the writer provided. Tidy up some create fixes and add endpoint for GetImage requested by jhonce. Signed-off-by: baude <bbaude@redhat.com>