Open bitsofinfo opened 3 years ago
i had to stop using Kaniko for the push to an authenticated registry, just was too inconsistent in behavior w/ same creds. On one invocation it works, another it doesn't with this kind of odd error. Tried debugging down into the underlying go registry library to no avail. I switched to just setting the --destination to a local sidecar registry, then i use skopeo to copy it from there to the authenticated registry with zero issues.
@bitsofinfo are you still encountering this issue? Do you have any additional repro information as well? Thanks
Kaniko: 1.2.0
My
destination
is set tomyprivreg.mydomain.com/xyz/myapp:7.5.4-1--1-1:
On the first run of kaniko I get an error like this randomly. I immediately run it again... then it works.