gradle-docker-plugin icon indicating copy to clipboard operation
gradle-docker-plugin copied to clipboard

rename task properties

Open gesellix opened this issue 11 years ago • 1 comments
trafficstars

Make task property names more consistent and normalize them. Example: imageId and imageName could be renamed to image. For more details see https://github.com/gesellix-docker/gradle-docker-plugin/issues/13

gesellix avatar Nov 20 '14 20:11 gesellix

note to self:

  • container maps to a container name or a container id
  • image maps to an image name or an image id
  • repository maps to an image name

gesellix avatar Feb 15 '15 16:02 gesellix