Update Compose reference API to v2.16.0#16702
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
@thaJeztah I opened this PR as I was able to update the one opened by the bot. |
|
I'm looking at the failure; |
|
|
||
| "/engine/reference/commandline/compose_config/": | ||
| - /engine/reference/commandline/compose_convert/ |
There was a problem hiding this comment.
Not the cause of the error, but for these, we usually use the redirects_from metadata in the target markdown file. That way the redirects get preserved when the file moves around, which can make it easier to maintain.
|
Ah! I think I see what's happening; I'll push a commit. |
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9d77a44 to
76a2954
Compare
|
@glours this was the issue; the stub has a reference to the name of the datafile (yaml) to include, so that had to be updated. I also moved the redirect to that file; https://github.com/docker/docs/compare/9d77a4495080202daeb66b365ec12e6687a9f7a0..76a295426016557f883f9775c61c71ab16f8e9db |
|
I must say that the BuildKit error output is not very informative here; I'll open a ticket for that; It's outputing the Dockerfile instructions that failed 3 (4?) times, but none of the errors contain the output of the command (which is the actual error you'd be looking for #16702 (comment) in this case); |
aevesdocker
left a comment
There was a problem hiding this comment.
Thanks @glours and thank you @thaJeztah for your help with this!
|
Thanks @thaJeztah for the fix and explanation, I'll know for the next time 😉 |

Signed-off-by: GitHub noreply@github.com
Proposed changes
Replace auto-generated PR #16692
Related issues (optional)