You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
Use docker-container builder
Create image 1 with docker buildx build -t my.container.registry/my-image:1.0.0 --load -f Dockerfile1 .
Create image 2 with docker buildx build -t my.container.registry/my-other-image:1.0.0 --load -f Dockerfile2 .
First line in myOtherDockerfile is FROM my.container.registry/my-image:1.0.0
Expected behaviour
The builder uses the local docker image.
Actual behaviour
The builder tries to pull the image from the remote registry even though I just built the image and loaded into docker images.
Contributing guidelines
I've found a bug and checked that ...
Description
Use
docker-container
builderCreate image 1 with
docker buildx build -t my.container.registry/my-image:1.0.0 --load -f Dockerfile1 .
Create image 2 with
docker buildx build -t my.container.registry/my-other-image:1.0.0 --load -f Dockerfile2 .
First line in
myOtherDockerfile
isFROM my.container.registry/my-image:1.0.0
Expected behaviour
The builder uses the local docker image.
Actual behaviour
The builder tries to pull the image from the remote registry even though I just built the image and loaded into docker images.
Buildx version
github.com/docker/buildx v0.12.1-desktop.4 6996841df2f61988c2794d84d33205368f96c317
Docker info
Builders list
Configuration
Dockerfile1:
Dockerfile2:
Build logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: