GoogleContainerTools / container-debug-support

Language-runtime support files for in-container debugging
Apache License 2.0
93 stars 25 forks source link

Add ImageReference. #12

Closed coollog closed 6 years ago

coollog commented 6 years ago

Copied directly from Jib (https://github.com/GoogleContainerTools/jib/blob/master/jib-core/src/main/java/com/google/cloud/tools/jib/image/ImageReference.java).

loosebazooka commented 6 years ago

Why would the skaffold plugin need this?

coollog commented 6 years ago

This would be used to generate the image reference with tag that's templated into the kubernetes yaml. It could also parse the image reference defined on Jib and process it (like retagging) to use unique references rather than tags.