Skip to content
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

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

dvdksn
Copy link
Contributor

@dvdksn dvdksn commented Dec 10, 2024

Makes it just a little bit easier to update in the future.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
@dvdksn dvdksn requested a review from thaJeztah December 10, 2024 08:52
@github-actions github-actions bot added area/engine Issue affects Docker engine/daemon area/install Relates to installing a product hugo Updates related to hugo area/config labels Dec 10, 2024
Copy link

netlify bot commented Dec 10, 2024

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit a1a44f4
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/67580138638e7a0008cea550
😎 Deploy Preview https://deploy-preview-21599--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

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?

Comment on lines 109 to +111
latest_engine_api_version: "1.47"
docker_ce_version: "27.4.0"
docker_ce_version_prev: "27.3.1"
Copy link
Member

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?

Copy link
Contributor Author

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

Copy link
Contributor Author

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.

Copy link
Member

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)

@dvdksn dvdksn merged commit ccf45cd into docker:main Dec 11, 2024
14 checks passed
@dvdksn dvdksn deleted the docker-ce-dynamic-example-versions branch December 11, 2024 08:39
@thaJeztah thaJeztah mentioned this pull request Jan 13, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/config area/engine Issue affects Docker engine/daemon area/install Relates to installing a product hugo Updates related to hugo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants