Skip to content

Commit

Permalink
destination-s3: use the non root base image
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jan 23, 2025
1 parent 58c60ca commit 6e5a73d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/destination-s3/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ data:
connectorSubtype: file
connectorType: destination
definitionId: 4816b78f-1489-44c1-9060-4b19d5fa9362
dockerImageTag: 1.5.0-rc.12
dockerImageTag: 1.5.0-rc.13
dockerRepository: airbyte/destination-s3
githubIssueLabel: destination-s3
icon: s3.svg
license: ELv2
name: S3
connectorBuildOptions:
baseImage: docker.io/airbyte/java-connector-base:1.0.0@sha256:be86e5684e1e6d9280512d3d8071b47153698fe08ad990949c8eeff02803201a
baseImage: docker.io/airbyte/java-connector-base:2.0.0@sha256:5a1a21c75c5e1282606de9fa539ba136520abe2fbd013058e988bb0297a9f454
registryOverrides:
cloud:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ To see connector limitations, or troubleshoot your S3 connector, see more [in ou

| Version | Date | Pull Request | Subject |
|:------------|:-----------|:-----------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
| 1.5.0-rc.13 | 2025-01-23 | [52103](https://github.com/airbytehq/airbyte/pull/52103) | Make the connector use our non root base image. |
| 1.5.0-rc.12 | 2025-01-22 | [52072](https://github.com/airbytehq/airbyte/pull/52072) | Bug fix: Configure OpenStreamTask concurrency to handle connection to reduce http connection errors. |
| 1.5.0-rc.11 | 2025-01-17 | [51051](https://github.com/airbytehq/airbyte/pull/51051) | Input fully read before end-of-stream now correctly marked transient |
| 1.5.0-rc.10 | 2025-01-15 | [50960](https://github.com/airbytehq/airbyte/pull/50960) | Bug fixes: tolerate repeated path variables; avro meta field schema matches old cdk |
Expand Down

0 comments on commit 6e5a73d

Please sign in to comment.