mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-20 22:01:25 -04:00
From feedback in alpha testing of the new OCI Distribution features we learned that on some platforms Docker CLI automatically searches for platform-specific credential helpers and uses them automatically when found, but OpenTofu intentionally does not copy that behavior. We'll now be explicit about that intentional difference in a callout box in the documentation. This is unfortunately the kind of situation where an affected person is unlikely to read the documentation to find out what _isn't_ supported, and so this content is primarily intended to appear in search results and other similar indirect querying, rather than by the reader encountering it organically while reading the documentation. It's therefore placed adjacent to the configuration option that someone might use to solve the problem once they've learned about it. Signed-off-by: Martin Atkins <mart@degeneration.co.uk>