OpenMetadata/ingestion/operators
IceS2 03334b574f
fix(docker): mirror IBM iAccess driver on collate CDN (#28097)
IBM's public CDN (public.dhe.ibm.com) has been unreliable, causing CI
build failures with "Failed to connect to ... port 443". Switch all
ingestion Dockerfiles to wget the .deb from cdn.getcollate.io with
SHA256 verification.

Changes:
- ingestion/Dockerfile + Dockerfile.ci: replace apt-list+apt-install
  pattern with direct wget+dpkg, matching the operators' existing shape.
- ingestion/operators/docker/Dockerfile + Dockerfile.ci: bump pinned
  version 1.1.0.13 (2022) -> 1.1.0.29 (matches production ingestion-slim
  image), add SHA256 verification.

The CDN-mirrored .deb is byte-identical to IBM's upstream (verified by
SHA256). Production ingestion-slim:1.13.0-n103 already runs 1.1.0.29
(confirmed via dpkg -l inside the image).

Decouples Docker builds from IBM's CDN availability — the recent CI
failure mode (curl timeout to public.dhe.ibm.com) can no longer occur.
2026-05-14 10:47:02 +02:00
..
docker fix(docker): mirror IBM iAccess driver on collate CDN (#28097) 2026-05-14 10:47:02 +02:00
README.md Prepare Ingestion Base Docker image (#8065) 2022-10-11 07:50:49 +02:00

Ingestion Operators

Directory containing the required files and scripts to handle Airflow Operators.