From 52ea9b29c94feb168e0682917f51038b0b4f38a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Jodas?= Date: Mon, 30 Mar 2026 15:17:44 +0200 Subject: [PATCH 1/2] Archive repository - replaced by keboola/runtime-images --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 213dee7..4bf97a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # Keboola Docker Custom Python -Base image for Python components. See [documentation](https://developers.keboola.com/extend/) for more details about building components for KBC. -## License - -MIT licensed, see [LICENSE](./LICENSE) file. +> **This repository has been archived.** +> It has been replaced by [keboola/runtime-images](https://github.com/keboola/runtime-images). From 4a492e2dcc5f15882dbda2c8b50169194ee43d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Jodas?= Date: Mon, 30 Mar 2026 15:24:37 +0200 Subject: [PATCH 2/2] Pin keboola.component<1.9.0 in Python 3.10 Dockerfile --- python-3.10/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-3.10/Dockerfile b/python-3.10/Dockerfile index 25b639f..6871122 100644 --- a/python-3.10/Dockerfile +++ b/python-3.10/Dockerfile @@ -113,7 +113,7 @@ RUN mkdir $VIRTUAL_ENV \ && pip3 install --no-cache-dir --find-links https://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o \ && pip3 install --no-cache-dir --upgrade --force-reinstall \ git+https://github.com/keboola/sapi-python-client.git@0.4.0 \ - keboola.component \ + 'keboola.component<1.9.0' \ 'cffi<2.0.0' \ charset-normalizer\<3 \ cryptography\<41 \