pivotal / docs-tas-adapter

2 stars 5 forks source link

Add known issue for DockerHub support #62

Closed tcdowney closed 1 year ago

tcdowney commented 1 year ago

There is a bug with TAS Adapter's parsing of https://index.docker.io/v1 that causes cf push to fail with the following error: "Error uploading source package to the container registry". The korifi-api logs contain errors like this:

{"level":"info","ts":1669151801.9416938,"logger":"PackageHandler","msg":"Error calling uploadSourceImage","correlation-id":"d6f132df-d526-41e7-958c-5bc7b2b8c737","err":"pushing image ref 'https:/index.docker.io/v1/hjortshojj408/0a21fc57-005f-4aae-903c-0f6ee46e370c' failed: failed to upl │
│ oad image: Get \"https://https/v2/\": dial tcp: lookup https on 10.96.0.10:53: no such host"}

Adding this as a known issue for now and will cherry-pick this commit over to the 1.0 branch.

cf-gitbot commented 1 year ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

emalm commented 1 year ago

Does https://github.com/pivotal/docs-tas-adapter/pull/64 supersede this change now?

tcdowney commented 1 year ago

@emalm, yes. Closing this, thanks.