You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After pushing with the mentioned parameters the remote comp-descr in the oci registry contains in access/imageReferencea URL. Now the host name and path is different after PR-merge.
before: '<host>:<port>/inttest/google_containers/echoserver:1.10'
now: 'gcr.io/google_containers/echoserver:1.10'
The text was updated successfully, but these errors were encountered:
The problem is caused by the special scenario you have here.
You do a re-transport into a target environment, which uses a different transport mode than the previous one.
First you do a reference transport and later on a value transport of the very same content.
Unfortunately this collides a little bit with the new detection of identical content, which now controls the transport.
This is very tricky.
Since merging the PR integration tests are failing:
See e.g. Run log
I can reproduce the error also when running the tests locally. First analysis:
ocm push -f --copy-resources
has changedInput is like:
After pushing with the mentioned parameters the remote comp-descr in the oci registry contains in
access/imageReference
a URL. Now the host name and path is different after PR-merge.before:
'<host>:<port>/inttest/google_containers/echoserver:1.10'
now:
'gcr.io/google_containers/echoserver:1.10'
The text was updated successfully, but these errors were encountered: