zhouya2010
Results
2
issues of
zhouya2010
**Actual behavior** Creating a custom kaniko image on k8s using the following Dockerfile when execute "Unpacking rootfs as cmd COPY" takes too long: Dockerfile: ``` FROM python:3.8 WORKDIR /app COPY...
area/performance
priority/p2
differs-from-docker
When using Kaniko to pull code from Gitee (https://gitee.com/), I encounter the following error: `Error: error resolving source context: error decoding upload-pack response: invalid pkt-len found ` After investigation, I...