Closed huyyxy closed 2 years ago
@huyyxy please report at serverless-knative
plugin repository
OK, thinks
Hi. Do we have any solution to that? I cannot find any details about this anywhere else.
@Trojanku Hi, Did you find a solution for this?
it's from dockerode/lib/util.js:94
fix dockerode
version to 3.3.2
in your package.json
for npm
"overrides": {
"dockerode": "3.3.2"
},
for pnpm
"pnpm": {
"overrides": {
"dockerode": "3.3.2"
}
},
for yarn v1
"resolutions": {
"dockerode": "3.3.2"
},
then it will allow you to build the docker image but will lead you to the issue #10 lol
got this working using my fork
"pnpm": {
"overrides": {
"serverless-knative": "git://github.com/kennyhyun/serverless-knative#kennyhyun-patch-custom-image",
"@serverless/knative-serving": "git://github.com/kennyhyun/knative-serving#kennyhyun-patch-image-pull-secrets",
"dockerode": "3.3.2"
}
}
pls have a look https://github.com/kennyhyun/serverless-knative/pull/1
when I try knative-docker, like this: