Hi John,
Big fan of the YouTube channel. I tried building Katana and ran into some errors. I see you recently updated things and I'm assuming it built for you. I'm guessing your build-cache might have had something to do with that. Not sure how my build could fail while yours succeeded. I built using docker build --no-cache -t kitana ..
Each commit details the error encountered. Should be able to replicate using the above command. The second one was a bit messier because you were Cloning the GIT repo (which obviously I don't control). You probably want to just take the change of dropping the commas from the version.
Hi John, Big fan of the YouTube channel. I tried building Katana and ran into some errors. I see you recently updated things and I'm assuming it built for you. I'm guessing your build-cache might have had something to do with that. Not sure how my build could fail while yours succeeded. I built using
docker build --no-cache -t kitana .
.Each commit details the error encountered. Should be able to replicate using the above command. The second one was a bit messier because you were Cloning the GIT repo (which obviously I don't control). You probably want to just take the change of dropping the commas from the version.