FeiYing9
FeiYing9
目标仓库是个https访问域名方式的harbor,在auth.json里添加了'insecure':false,但是在同步的时候报错如下: ```bash Check blob sha256:a834d7c95167a3e129adb00a5ddbaf5d3c035ad748ff7ee1273373d150457820(45381397) to weharbor.xxx.com/v440/xxx-consumer:2.1.7-yiyong exist error: error pinging docker registry weharbor.xxx.com: Get "https://weharbor.xxx.com/v2/": x509: certificate signed by unknown authority ``` 如何提供证书配置或者跳过认证? 另外目的harbor中没有`v440`这个namespace貌似也会出错? ### Environment - image-syncer version:...
我不知道群主让加QQ群的用意是什么 本着遇到问题,反馈问题的用意,添加了QQ群 非要验证`print("1"==1)`的正确答案 在我使用`go`语言中,这条语句就是语法错误,字符串与数字比较就无法编译 于是我填了答案`false`,被管理员两度拒绝加群,被要求提供正确答案,那么,管理员是什么用意呢?你也没说在什么环境下的语句, 一定要懂C或者Python的人才能加?
due to the [issue](https://github.com/alphahorizonio/unisockets/issues/8), I managed to build it with tinygo 0.17.0, and it's succeed. build command: ```bash tinygo build -o build/socket.wasm -target=wasi -wasm-abi=generic -cflags "-DUNISOCKETS_WITH_CUSTOM_ARPA_INET" . ``` but, it's...
```bash [root@linux164 tinygo]# tinygo build -o build/socket.wasm -target=wasi -wasm-abi=generic . # github.com/alphahorizonio/unisockets/pkg/unisockets ../../../../usr/local/lib/tinygo/lib/wasi-libc/sysroot/include/__header_sys_socket.h:12:35: unexpected token ILLEGAL, expected end of expression ``` ```bash [root@linux164 tinygo]# go version go version go1.16.5 linux/amd64...
I have a log_format like this: ```nginx log_format main '{"@timestamp":"$time_iso8601",' '"host":"$hostname",' '"server_ip":"$server_addr",' '"client_ip":"$remote_addr",' '"remote_user":"$remote_user",' '"xff":"$http_x_forwarded_for",' '"domain":"$host",' '"url":"$uri",' '"referer":"$http_referer",' '"args":"$args",' '"upstream_response_time":"$upstream_response_time",' '"request_time":"$request_time",' '"request_method":"$request_method",' '"status":"$status",' '"size":"$body_bytes_sent",' '"content_length":"$content_length",' '"request_length":"$request_length",' '"protocol":"$server_protocol",' '"upstreamhost":"$upstream_addr",' '"file_dir":"$request_filename",' '"http_user_agent":"$http_user_agent",'...
**Is your feature request related to a problem? Please describe.** I have several k8s resources stored in my git repository And, I hope `Sensor` can trigger some of them one...
I have deployed local-path-privisioner with `v0.0.24`, when I apply a busybox to make a test, the pvc is always pending and reports errors about `configuration error, no node was specified`....
## Bug Report **Describe the bug** FluntBit was running as a pod in the k8s, I use it to collect logs from some log files. Sometimes it crashed, after some...