modal
    Preparing search index...

    Class Image

    A container image, used for starting Sandboxes.

    Index

    Accessors

    Methods

    • Eagerly builds an Image on Modal.

      Parameters

      • app: App

        App to use to build the Image.

      Returns Promise<Image>

    • Creates an Image from a raw registry tag, optionally using a Secret for authentication.

      Parameters

      • tag: string

        The registry tag for the Image.

      • secret: Secret

        A Secret containing credentials for registry authentication.

      Returns Image

    • Creates an Image from a raw registry tag, optionally using a Secret for authentication.

      Parameters

      • tag: string

        The registry tag for the Image.

      • secret: Secret

        A Secret containing credentials for registry authentication.

      Returns Image

    • Creates an Image from an Image ID

      Parameters

      • imageId: string

        Image ID.

      Returns Promise<Image>

    • Creates an Image from a raw registry tag, optionally using a Secret for authentication.

      Parameters

      • tag: string

        The registry tag for the Image.

      • Optionalsecret: Secret

        Optional. A Secret containing credentials for registry authentication.

      Returns Image