We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
llb.AddMount
RUN --mount
Currently, llb.AddMount and RUN --mount ... is not supported for WCOW. You end up with failures like:
RUN --mount ...
failed to create shim task: invalid OCI spec - Type 'windows-layer' not supported: unknown
Related issues:
RUN --mount=type=ssh
testPlatformWithOSVersion
The text was updated successfully, but these errors were encountered:
cross-linking adamrehn/ue4-docker#365
Sorry, something went wrong.
profnandaa
No branches or pull requests
Currently,
llb.AddMount
andRUN --mount ...
is not supported for WCOW. You end up with failures like:Related issues:
RUN --mount=type=ssh
for Windows containers #4837testPlatformWithOSVersion
after mount support #5633The text was updated successfully, but these errors were encountered: