-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
destination-s3: use the non root base image #52103
base: master
Are you sure you want to change the base?
destination-s3: use the non root base image #52103
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
c2359b1
to
f2a9f3b
Compare
ba512d7
to
939f403
Compare
f2a9f3b
to
435ab09
Compare
939f403
to
96812da
Compare
435ab09
to
b58ace9
Compare
96812da
to
58c60ca
Compare
b58ace9
to
6e5a73d
Compare
6e5a73d
to
c195ff6
Compare
c47a276
to
66e6eb9
Compare
c195ff6
to
c6a998c
Compare
66e6eb9
to
c83f787
Compare
c6a998c
to
4992e90
Compare
c83f787
to
ecb3b81
Compare
4992e90
to
77de031
Compare
77de031
to
1c1c309
Compare
looks like CI is consistently timing out - we've seen s3 run successfully on other PRs (e.g. #52076), so maybe there's something actually broken? |
@edgao @davinchia with Augustin rotating out soon, it's important to look into this — I doubt Augustin will have enough context to figure out what's going on. |
This pull request updates the S3 destination connector to use a new base image and version. It also includes documentation updates to reflect these changes.
Connector updates:
airbyte-integrations/connectors/destination-s3/metadata.yaml
: Updated thedockerImageTag
to1.5.0-rc.12
and changed thebaseImage
todocker.io/airbyte/java-connector-base:2.0.0@sha256:5a1a21c75c5e1282606de9fa539ba136520abe2fbd013058e988bb0297a9f454
.Documentation updates:
docs/integrations/destinations/s3.md
: Added a new entry for version1.5.0-rc.12
in the version history table, indicating the change to use a non-root base image.