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?
I tried a few Docker images for kaitai:
blacktop/kaitaionly provides 0.8librespace/kaitaidoes not contain/kaitai_structkaitai/ksvalso does not contain/kaitai_structSo where does the
kaitaiimage come from?