-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
engine: dynamic docker-ce version n (latest) and n-1 #21599
Conversation
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
vale is complaining about param
not in its vocabulary; not sure how to make it ignore these templating things; would some regex to ignore {{% ... %}}
do the trick?
latest_engine_api_version: "1.47" | ||
docker_ce_version: "27.4.0" | ||
docker_ce_version_prev: "27.3.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think we need to add comments to describe what they're used for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would probably be good to add more comments, generally. There's quite a bit of config here. Will do in a followup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe even restructure the config. It's all in one file now, but we could use a config
directory with different files for params, general config, menus, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, perhaps splitting could work, although it's not super large, so still somewhat OK (perhaps splitting taxonomy, params could make sense though).
Comments would be good; I think currently for some of these parameters it's clear what it "is", but not what it's for (or intended to be used for)
Makes it just a little bit easier to update in the future.