gitfxx
gitfxx
> > github.com/docker/buildx v0.7.0 [f002608](https://github.com/docker/buildx/commit/f0026081a7496ca28b597a9006616201d838fea8) > > Quite an old release, do you repro on latest stable v0.14.0 as well? > > Can you also show the output of `docker...
> Looking at the output it seems to take into account the right config: > > ``` > Name: builder-test-amd64-xqptat > Endpoint: kubernetes:///builder-test-xqptat?deployment=builder-test-amd64-xqptat&kubeconfig=%2Fk8s-config-x86 > ``` > > `kubeconfig=%2Fk8s-config-x86` > >...
> @gitfxx Can you try with changes from #2497? ok,i will try. thanks.
> > @gitfxx Can you try with changes from #2497? > > ok,i will try. thanks. @crazy-max I tested,it's fixd.
  @elrrrrrrr 管理员是不是就是config.js admin块设置的账号,按照提示加了,还是报这个错。
请教一下大佬 @elrrrrrrr 1、管理员在哪里进行更改为 "self" 2、背景是之前代理的外部源,现在完全切断互联网了,只能通过Publish的方式将缺少的依赖包上传(是否有其他上传的方式) 3、现在测试发现很多包都会报403错误传不上去,是否有全局的配置可进行修改,或者其他方法允许类似操作
@elrrrrrrr 通过修改源码解决了。
> > @elrrrrrrr 通过修改源码解决了。 > > 我也有这个问题,请问怎么修改的? sed -i 's/isMaintainer: isMaintainer/isMaintainer: true/' /var/app/cnpmjs.org/services/package.js
> debug = true > insecure-entitlements = [ "network.host", "security.insecure" ] > > [ registry. "your_harbor_ip" ] > insecure = true 如果对于https的harbor自签镜像仓库,这样配置好像无效,只能使用方法3
If you only push to an HTTP registry, there's no need to configure it in a file; you can simply add the parameter registry.insecure=true.