Skip to content

Conversation

@vvoland
Copy link
Contributor

@vvoland vvoland commented Nov 13, 2025

Automatically set unpack=false for registry exports unless explicitly overridden by the user.

This applies to:

  • registry exporter type (converted to image exporter with push=true)
  • --push flag usage with image exporters

Users can still explicitly set unpack=true if they need local image storage alongside registry push.

Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems there is a lint issue

thaJeztah
thaJeztah previously approved these changes Jan 8, 2026
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

@crazy-max linting issue was fixed, PTAL

crazy-max
crazy-max previously approved these changes Jan 9, 2026
Automatically set `unpack=false` for registry exports unless explicitly
overridden by the user.

This applies to:

- `registry` exporter type (converted to `image` exporter with `push=true`)
- `--push` flag usage with image exporters

Users can still explicitly set `unpack=true` if they need local image
storage alongside registry push.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland vvoland dismissed stale reviews from crazy-max and thaJeztah via 41a1782 January 14, 2026 15:04
@tonistiigi tonistiigi merged commit ee2ecd0 into docker:master Jan 14, 2026
161 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docker build --push always unpacks into moby snapshotter

4 participants