sdk-container-builds icon indicating copy to clipboard operation
sdk-container-builds copied to clipboard

Enable referencing images in a local daemon as a base image

Open baronfel opened this issue 1 year ago • 2 comments

It's very common for users to need containers that we don't provide out of the box, for example to include other native dependencies.

Today, users have to create an image, push it to a registry, and pull it from that registry to use these base images with our tooling.

We should enable creating local images in a daemon and referencing those from container publish.

baronfel avatar Aug 01 '24 22:08 baronfel

I just hit this issue today.

I wanted to publish a container for my test project (not sure it's even supported) but I had to use a custom image based on playwright with added SDK 9.0 on top.

Kralizek avatar Jan 16 '25 14:01 Kralizek

CreateNewImage queries remote registries to get image manifests. I think we can query the image manifest using the Docker Engine API first. https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Image/operation/ImageInspect

foriequal0 avatar Oct 28 '25 08:10 foriequal0