squattingmonk / nasher

A build tool for Neverwinter Nights projects
MIT License
43 stars 16 forks source link

Latest Docker image is 0.11.0 instead of 0.11.2 #29

Closed zeroark closed 4 years ago

zeroark commented 4 years ago

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 of 0.11.2, I think this should need to be corrected.

Scenario

Solution Attempts

Troubleshooting

Solution

Screenshots

unknown Figure 1: Error when attempting using the latest Nasher image from DockerHub

unknown (1) _Figure 2: Docker image from DockerHub failing on Linux environment

unknown (2) Figure 3: Nasher version from latest Docker Image

unknown (3) 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!

squattingmonk commented 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?

urothis commented 4 years ago

Check this PR for the changes made today. Build seems successful. https://github.com/squattingmonk/nasher.nim/pull/30

squattingmonk commented 4 years ago

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!