@edgible-team/sdk
    Preparing search index...

    Interface ArtifactShipRequest

    One docker workload image to docker save + deliver as a content-addressed artifact.

    interface ArtifactShipRequest {
        applicationId: string;
        deviceIds: string[];
        imageRef: string;
        role: string;
    }
    Index

    Properties

    applicationId: string
    deviceIds: string[]

    Serving devices to deliver to (idempotent by digest per device).

    imageRef: string

    The docker image reference to docker save.

    role: string

    The workload name the resulting digest binds to (ArtifactRef.role).