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
I started going through the docs page by page after noticing a few oddities. I was digging for how to force Docker to always --pull base images. Anyway, I managed to go through each page looking for more oddities and thought I'd report the ones I discovered. I didn't make it through every single page, but a good number of them, so someone will need to finish because I'm sure there are more.
Under pipeline only functions
A number of arguments have the description "Skip pushing" which doesn't reflect the argument name.
It's not clear what values --only accepts.
This also looks like --disable-open has the wrong description.
Random Q, when an argument accepts an array, how is that formatted? Is it a , delimited or space-delimited or a literal json array?
BuildKitInClusterConfig doesn't actually provide an "args" key. From a few tests, it appears "createArgs" might be the new key?
I stopped just before Deployments, going down the list in the sidebar of the docs if anyone wants to pick up where I left off. I'm going to be out of town for the next couple of days, so I won't be able to finish.
All in all, the docs are amazing! These are tiny things that I managed to locate.
The text was updated successfully, but these errors were encountered:
I started going through the docs page by page after noticing a few oddities. I was digging for how to force Docker to always
--pull
base images. Anyway, I managed to go through each page looking for more oddities and thought I'd report the ones I discovered. I didn't make it through every single page, but a good number of them, so someone will need to finish because I'm sure there are more.A number of arguments have the description "Skip pushing" which doesn't reflect the argument name.
It's not clear what values
--only
accepts.This also looks like
--disable-open
has the wrong description.Random Q, when an argument accepts an array, how is that formatted? Is it a
,
delimited or space-delimited or a literal json array?BuildKitInClusterConfig doesn't actually provide an "args" key. From a few tests, it appears "createArgs" might be the new key?
All in all, the docs are amazing! These are tiny things that I managed to locate.
The text was updated successfully, but these errors were encountered: