Skip to content

buildx: load the images to local docker daemon.#673

Open
fmuyassarov wants to merge 1 commit into
containers:mainfrom
Nordix:fix/image-buildx
Open

buildx: load the images to local docker daemon.#673
fmuyassarov wants to merge 1 commit into
containers:mainfrom
Nordix:fix/image-buildx

Conversation

@fmuyassarov

Copy link
Copy Markdown
Collaborator

Shutdown the docker image save warnings as below:

WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load

In theory, this should also allow listing images with docker daemon. Because by default, buildx leaves final images in the build cache without exporting it anywhere (like for docker images).

Shutdown the docker image save warnings as below

```
WARNING: No output specified with docker-container driver. Build
result will only remain in the build cache. To push result image
into registry use --push or to load image into docker use --load
```

Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@est.tech>
@fmuyassarov

Copy link
Copy Markdown
Collaborator Author

/cc @kad @marquiz

@fmuyassarov fmuyassarov requested review from kad and marquiz June 9, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant