Downloaded kaniko image and then got an error: No such image

I am trying to run a docker image build via Kaniko, but the job keeps failing when pulling Kaniko in

Build-agent version 1.0.34446-05905e76 (2020-06-16T11:27:30+0000)
Docker Engine Version: 18.09.6
Kernel Version: Linux 33c24918524c 4.15.0-1067-aws #71-Ubuntu SMP Thu Apr 30 13:51:43 UTC 2020 x86_64 Linux
Starting container gcr.io/kaniko-project/executor:debug
  image cache not found on this host, downloading gcr.io/kaniko-project/executor:debug
debug: Pulling from kaniko-project/executor

9174208f: Pulling fs layer 
f00cea4c: Pulling fs layer 
6a67eda7: Pulling fs layer 
ac0bf54d: Pulling fs layer 
b8408968: Pulling fs layer 
e2650794: Pulling fs layer 
e5cf6e81: Pulling fs layer 
12656817: Pulling fs layer 
f00cea4c: Extracting [==================================================>]   2.56MB/2.56MBBB
  error starting container gcr.io/kaniko-project/executor:debug: Error: No such image: gcr.io/kaniko-project/executor:debug

Error: No such image: gcr.io/kaniko-project/executor:debug

I find it weird that it pulled the image and then reported No such image. Anyone else had such an issue?

We need to see the part of your CircleCI config that’s trying to pull/use this image. That might give a hint as to what’s going on.