You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where should I fix? I am using the latest release (v0.6.5).
Also I read the Dockerfile of the main branch, but there were two lines of mkisofs -l -J -R -o /out/rootfs.bin /rootfs/.
Should I append -joliet-long option to the both lines?
Hi, thank you for this great product.
Basically, I try to make
dotnet
wasm.Dockerfile
sudo c2w foo arch-zsh-node-dotnet8.wasm
then, here is a build error:
As the error says:
/rootfs/oci/rootfs/root/.dotnet/sdk/8.0.201/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.ServiceWorkerAssetsManifest.5_0.targets
and
/rootfs/oci/rootfs/root/.dotnet/sdk/8.0.201/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.ServiceWorkerAssetsManifest.targets
have the same Joliet name, and Joliet tree sort failed.
The
-joliet-long
switch of mkisofs / genisoimage may help.Before I use my own Dockerfile, I've tried the official dotnet container images:
https://github.com/devcontainers/images/tree/main/src/dotnet
and hit the same error, therefore this error seems inevitable.
Is there any possible work-around?
Thank you.
The text was updated successfully, but these errors were encountered: