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
An amd64Only flag doesn’t prevent syncing image index and most probably single images for other architecture.
Example, node image identified by digest is in fact an image index, as such was synced with our registry.
Description
An amd64Only flag doesn’t prevent syncing image index and most probably single images for other architecture.
Example, node image identified by digest is in fact an image index, as such was synced with our registry.
test-infra/cmd/image-syncer/external-images.yaml
Lines 119 to 121 in 73a7e66
https://console.cloud.google.com/artifacts/docker/kyma-project/europe/prod/external%2Flib[…]b=manifest?project=kyma-project&supportedpurview=project
In reality, this flag enables allowing syncing an image manifest if it’s defined as source. There is no checks about architecture.
I believe this flag suppose to implement:
From #6388
Possible solution:
Acceptance Criteria
Attachments
#11916
The text was updated successfully, but these errors were encountered: