Skip to content
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

Container depends on unspecified kaitai image #121

Open
edmcman opened this issue Apr 5, 2021 · 1 comment
Open

Container depends on unspecified kaitai image #121

edmcman opened this issue Apr 5, 2021 · 1 comment

Comments

@edmcman
Copy link

edmcman commented Apr 5, 2021

docker image build -t bang .
Sending build context to Docker daemon  2.027MB
Step 1/16 : FROM kaitai as builder
pull access denied for kaitai, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Makefile:52: recipe for target 'ctrbuild' failed
make: *** [ctrbuild] Error 1

I tried a few Docker images for kaitai:

  • blacktop/kaitai only provides 0.8
  • librespace/kaitai does not contain /kaitai_struct
  • kaitai/ksv also does not contain /kaitai_struct

So where does the kaitai image come from?

@slyles1001
Copy link

The required Dockerfile is /util/Dockerfile.kaitai. cd util && make docker-kaitai should do it

This was referenced May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants