Closed zeroark closed 4 years ago
Odd. The digest of the image getting pulled does not actually match the latest docker build. It looks like it's a three-week-old version. I triggered a manual build and it's still not updating. My Google-fu is failing me. Perhaps @urothis has some insights?
Check this PR for the changes made today. Build seems successful. https://github.com/squattingmonk/nasher.nim/pull/30
I deleted the latest
tag and rebuilt. Running docker pull squattingmonk/nasher:latest
should work now. However, I also created an org that can build it (hence the changes in #30). Both should work for the time being.
Thanks for the report!
Hello! Reported this over NWNX Discord last night, but I thought it'd be worthwhile to also leave an issue here just in case.
TL;DR
Current Nasher image in Dockerhub version is
0.11.0
instead of0.11.2
, I think this should need to be corrected.Scenario
0.11.2
and tried to work as usual. My previous version was0.9.X
.Solution Attempts
nasher init
+nasher unpack
): No success. Unpack worked normally, Convert and other operations showed errorTroubleshooting
nasher --version
from the Docker image, which showed0.11.0
instead of0.11.2
(See figure 3 below)Solution
nasher --version
I got the correct latest version0.11.2
(See Figure 4 below)Screenshots
Figure 1: Error when attempting using the latest Nasher image from DockerHub
_Figure 2: Docker image from DockerHub failing on Linux environment
Figure 3: Nasher version from latest Docker Image
Figure 4: Nasher running on the local Docker image with correct version. Succeeded with all operations (unpack, pack, convert, compile, etc.)
Hope this helps addressing any issue that might be happening to others as well!