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
I've run into several issues with different tools AWS, GitLab, etc. Where they don't properly respect the manifest for V2 registries that make use of the multi-arch features. Despite the feature existing for many years, and claiming they support it the spec in their docs.
Might be a bit of a pain, as the system is currently rigged up to generate manifests for both images as built, might inadvertently increase build times by a few mins.
I've run into several issues with different tools AWS, GitLab, etc. Where they don't properly respect the manifest for V2 registries that make use of the multi-arch features. Despite the feature existing for many years, and claiming they support it the spec in their docs.
Most recent issue I've encountered:
A potential workaround is to add additional tags to the images, so one could do something like:
docker pull islandora/drupal:1.0.7-arm64
ordocker pull islandora/drupal:1.0.7-amd64
In addition to the multi-arch images, we are already producing.
This way, some services could refer to the explicit tags if they don't implement the spec correctly.
The text was updated successfully, but these errors were encountered: