Skip to content

Speed up installation by stream decompressing image while downloading #51

Description

@majst01

A viable approach would be to store the images in a OCI compatible registry as artifacts. With this approach we must not store 2 files (image and md5sum), and pulling/decompression can be done in parallel.

There is a golang client library available at: https://oras.land/client_libraries/go/

A sample implementation can also be found here: https://github.com/AkihiroSuda/apt-transport-oci/blob/master/pkg/method/method.go

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions