Update documentation for conversion to bakery.yaml#159
Conversation
Test Results196 tests 196 ✅ 1m 25s ⏱️ Results for commit 3a89913. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Thanks for doing this!
I'm curious if you had a co-pilot pirate sidekick! ☠️ 😀
Lots of little comments that might improve some general readability.
Future ideas
I think it would be really useful to be able to define a list of ImageVersionOS and ImageVariant objects at the base level of bakery.yaml and then just reference them later as a string.
We would have to decide on which fields can be used for lookup so it doesn't balloon out of our control, and we could pre-define common ones in our code.
Co-authored-by: Benjamin R. J. Schwedler <bschwedler@gmail.com>
bschwedler
left a comment
There was a problem hiding this comment.
This is looking great.
I may have led you astray with using the <code> tag.
posit-bakery/CONFIGURATION.md
Outdated
| | `extraRegistries`<br/>*[Registry](#registry) array* | Additional registries to push this image to in addition to the global `registries` in [bakery.yaml](#bakery-configuration). | `[]` | <pre><code class="language-yaml">- host: docker.io<br/> namespace: posit</code></pre> | | ||
| | `overrideRegistries`<br/>*[Registry](#registry) array* | If set, overrides the global `registries` in [bakery.yaml](#bakery-configuration) for this image with the given list of registries. | `[]` | <pre><code class="language-yaml">- host: docker.io<br/> namespace: posit</code></pre> | |
a28de8a to
3a89913
Compare

No description provided.