I might just be missing something here.. But it seems like the docker pipeline stuff is pretty busted.
docker.build does *not* seem to return a docker image, even if the build was successful. Nor does docker.image("image id") return a usable image object. I'm rewriting these two functions in a shared groovy library with sh calls rn. Am I crazy? Are other people seeing this? What am I doing wrong?
Thanks,
-Peter