spiegel_podman/pkg/varlinkapi
Nalin Dahyabhai e6c7ccc067 LibpodAPI.BuildImage: don't require a name for the new image
When we finish building an image, we try to look up its ID by looking up
the image using the name that we were asked to assign to the image.  If
we weren't asked to assign a name to the image, that would produce an
error.  The BuildImage() API we're using returns the image's ID anyway,
so we can skip the lookup and just return the ID directly.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2020-02-06 17:41:46 -05:00
..
virtwriter fix lint - pkg/varlinkapi/virtwriter 2020-01-08 15:44:30 +01:00
attach.go Switch to bufio Reader for exec streams 2019-10-31 11:20:12 -04:00
config.go Revert "Add VarlinkCall.RequiresUpgrade() type and method" 2019-05-16 14:36:11 -04:00
containers.go logs: support --tail 0 2019-10-31 19:55:36 +01:00
containers_create.go podman-remote create|run 2019-04-08 09:05:31 -05:00
events.go journald event logging 2019-04-24 16:00:04 -05:00
generate.go generate systemd: drop support for remote clients 2019-08-21 09:41:07 +02:00
images.go LibpodAPI.BuildImage: don't require a name for the new image 2020-02-06 17:41:46 -05:00
mount.go podman-remote create|run 2019-04-08 09:05:31 -05:00
pods.go Remove containers when pruning a stopped pod. 2019-11-26 13:19:31 -05:00
remote_client.go podman-remote create|run 2019-04-08 09:05:31 -05:00
system.go Fix podman-remote info to show registry data 2020-01-07 19:38:46 -05:00
transfers.go Fix the double replySendFile() 2019-07-12 15:36:08 +02:00
util.go podman-remote make --size optional in ps 2019-07-18 09:34:19 -04:00
volumes.go Add parsing for UID, GID in volume "o" option 2019-10-22 14:32:54 -04:00