Skip to content

Commit

Permalink
chore(airbyte-ci/base_images): bump base_images dependencies (#42581)
Browse files Browse the repository at this point in the history
  • Loading branch information
natikgadzhi authored Aug 5, 2024
1 parent 1e35057 commit ed12124
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 357 deletions.
9 changes: 7 additions & 2 deletions airbyte-ci/connectors/base_images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Our connector build pipeline ([`airbyte-ci`](https://github.com/airbytehq/airbyt
Our base images are declared in code, using the [Dagger Python SDK](https://dagger-io.readthedocs.io/en/sdk-python-v0.6.4/).

- [Python base image code declaration](https://github.com/airbytehq/airbyte/blob/master/airbyte-ci/connectors/base_images/base_images/python/bases.py)
- ~Java base image code declaration~ *TODO*
- ~Java base image code declaration~ *TODO*


## Where are the Dockerfiles?
Expand Down Expand Up @@ -39,7 +39,7 @@ RUN mkdir /usr/share/nltk_data

### `airbyte/python-connector-base`

| Version | Published | Docker Image Address | Changelog |
| Version | Published | Docker Image Address | Changelog |
|---------|-----------|--------------|-----------|
| 2.0.0 || docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916 | Use Python 3.10 |
| 1.2.3 || docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696 | Use latest root image version and update system packages |
Expand Down Expand Up @@ -92,3 +92,8 @@ poetry run pytest
# Static typing checks
poetry run mypy base_images --check-untyped-defs
```
## CHANGELOG

### 1.0.1

- Bumped dependencies ([#42581](https://github.com/airbytehq/airbyte/pull/42581))
Loading

0 comments on commit ed12124

Please sign in to comment.