-
Notifications
You must be signed in to change notification settings - Fork 7.8k
build: cdi manual #23069
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
base: main
Are you sure you want to change the base?
build: cdi manual #23069
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
5465608
to
4ef0c39
Compare
Could you edit this line to
? |
Thanks looks good now but do you know why it is happening? Looking at the logs: https://app.netlify.com/projects/docsdocker/deploys/6870f8f33387050008ca7b11
It says cdi page contains |
The LST0 issue is the one we had a few weeks ago: it comes from codeblocks that we convert into Base64 for the copy button, so one of your codeblocks contains that string once converted 🙃 |
Ah I see but still wonder why just file-conventions and cdi pages are affected and not others using codeblocks? |
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
I guess just "luck" if the script base64 encodes the content of the codeblock (before styling). |
Did a quick check; |
used here, it looks like this: | ||
|
||
```yaml {collapse=true} | ||
--- |
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.
So; this probably is the cause 😆
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.
Ah yes indeed looks related to
x-data="{ code: '{{ encoding.Base64Encode .Inner }}', copying: false }" |
Description
Adds CDI page to build section.
Related issues or tickets
RUN --gpus ...
or equivalent. moby/buildkit#1436Reviews