jkcfg / kubernetes

Apache License 2.0
25 stars 6 forks source link

Parse docker images references #21

Closed dlespiau closed 5 years ago

dlespiau commented 5 years ago

We can now parse a docker image string into a ImageReference, splitting the various components of image string: domain, path, tag and digest.

Update: #13