Skip to content

remove redundant intermediate images in build --oci flow #2308

Closed
@preminger

Description

@preminger

Currently, building an OCI-SIF using buildkit first builds a tar file of the OCI image, and then converts that tar to an OCI-SIF by treating it as a source for oci-archive: URI.

We should see if we can pipe the output of buildkit straight into OCI-SIF through a pipe, to avoid the creation of the intermediate tar file.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions