-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
None
-
False
-
https://github.com/debezium/container-images/pull/412, https://github.com/debezium/debezium-connector-informix/pull/72, https://github.com/debezium/debezium/pull/6081, https://github.com/debezium/debezium-connector-cassandra/pull/140, https://github.com/debezium/debezium-connector-ibmi/pull/36, https://github.com/debezium/debezium/pull/6083, https://github.com/debezium/debezium/pull/6084, https://github.com/debezium/debezium/pull/6085, https://github.com/debezium/debezium/pull/6087, https://github.com/debezium/debezium-server/pull/147, https://github.com/debezium/debezium-connector-spanner/pull/104, https://github.com/debezium/debezium/pull/6088, https://github.com/debezium/debezium-operator/pull/83, https://github.com/debezium/debezium/pull/6092, https://github.com/debezium/debezium/pull/6098
-
-
According to document https://docs.google.com/document/d/17rJ8x57ao8wZ3Twyyr3zpBQHStceZXMoLFKfiuBYQw8/preview?tab=t.0#heading=h.t6l25yolccls
we no longer can use Docker Hub not only for pushes (which we stopped using) but also for pulls as well.
There are multiple places where we need to handle the problem
- container images repository - examples, MongoDB and PostgreSQL images
- references in pom.xml in core and non-core repositories
- references in TestContainer tests
We need to either use mirrored images from other registry as proposed by the document, find alternative location for images we use - if they are published into multiple registries or as a last resort push a copy of the source image into quay.io registry.