Closed Reinschki closed 2 years ago
Yeah, broken for me as well with the same error.
To manually install .NET 6.0 runtime, terminal in to your container and run the following commands:
wget https://dot.net/v1/dotnet-install.sh
bash dotnet-install.sh -c 6.0 --install-dir /app/dotnet --runtime dotnet
Do I understand correctly that this measure is only a fix to be able to use the release. The container should bring all that with it. Right?
Yes, this is just a temporary measure to get your current container "working" until properly addressed in a future release.
Can you guys test this image and let us know if it works?
lspipepr/webgrabplus:5.0.1-pkg-c8de2cd3-pr-59
It's a rebase to alpine 3.16, and update to s6v3 and dotnet 6
@aptalca I tested lspipepr/webgrabplus:5.0.1-pkg-c8de2cd3-pr-59
and it's working as expected.
Attaching my test log WebGrab++.log.txt
Current Behavior
After updating from Release 4.2.4-ls160 to 5.0.1-ls160 I get the command:
sudo docker exec -it webgrabplus /bin/bash /defaults/update.sh
this output:
what's wrong?
Steps to Reproduce
Environment
OS: Ubuntu 20.04.5 LTS / Docker 20.10.8 CPU architecture: x86_64 How docker service was installed: Docker 20.10.8