-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Building with Docker #142
Comments
It's because you need to build the kaitai docker image in the util folder locally. I updated the README intructions and included fixes for other problems you will run into afterwards in #141. |
Thanks, I went ahead and installed podman, and made the other handful of changes in #141, however I am still running into a different issue now while building the Kaitai image:
|
I'm actually using docker, I just didn't change that in the pull request since I didn't want to change their default setting. |
Ok, I switched to using Docker instead of podman, and was able to get the docker container built, and running the BANG shell now works. Still experiencing an issue when invoking the scanner as described however:
I've installed all dependencies, any idea what else I need to do to get this running properly? |
I do not see the text added in #141 in current master was it removed? |
A lot has changed and is still in flux, so this should be considered broken at the moment. I will fix it but don't know when I will have the time for it. |
Upon Running
docker image build -t bang .
I get the following error:I have authenticated to Docker Hub, so I'm not sure where the issue is stemming from here. I am running this on a Debian system under WSL2.
The text was updated successfully, but these errors were encountered: