I am trying to run kubeflow fairing with docker registry.
But it is stacked by following error.
(invalid character \x1f looking for beginning of value)
How to avoid this?
I am just changing following code from GCP to Docker Registry
time="2020-06-12T02:21:02.107500832Z" level=error msg="response completed with error" err.code=unknown err.detail="invalid character '\x1f' looking for beginning of value" err.message="unknown error" go.version=go1.11.2 http.request.host="localhost:5000" http.request.id=ec8f6152-64c3-4dc1-85ce-9dc489258320 http.request.method=GET http.request.remoteaddr="172.17.0.1:38018" http.request.uri="/v2/fairing-job/fairing-job/manifests/sha256:911a9eab0883fb9953bc90cc2c23bc2f36fc4b18d3345f798fe107c79ee58aaf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="944.466μs" http.response.statusinvalid character '\x1f' looking for beginning of value500 http.response.written=80 vars.name="fairing-job/fairing-job" vars.reference="sha256:911a9eab0883fb9953bc90cc2c23bc2f36fc4b18d3345f798fe107c79ee58aaf"
172.17.0.1 - - [12/Jun/2020:02:21:02 +0000] "GET /v2/fairing-job/fairing-job/manifests/sha256:911a9eab0883fb9953bc90cc2c23bc2f36fc4b18d3345f798fe107c79ee58aaf HTTP/1.1" 500 80 "" "Go-http-client/1.1"
I am using
Client:
Version: 19.03.6
API version: 1.40
Go version: go1.12.10
Git commit: 369ce74a3c
Built: Fri Feb 28 23:26:00 2020
OS/Arch: linux/amd64
Experimental: false
Server:
Engine:
Version: 19.03.6
API version: 1.40 (minimum version 1.12)
Go version: go1.12.10
Git commit: 369ce74a3c
Built: Wed Feb 19 01:04:38 2020
OS/Arch: linux/amd64
Experimental: false