Class ContainerImage


  • public class ContainerImage
    extends Object
    A container image.
    Author:
    mpolden
    • Constructor Detail

      • ContainerImage

        public ContainerImage​(String id,
                              String registry,
                              String repository,
                              Instant createdAt,
                              com.yahoo.component.Version version)
    • Method Detail

      • id

        public String id()
        Unique identifier of this
      • registry

        public String registry()
        The registry holding this image
      • repository

        public String repository()
        Repository of this image
      • createdAt

        public Instant createdAt()
        The time this was created
      • version

        public com.yahoo.component.Version version()
        The version of this
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object