-
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 airbyte/java-connector-base:2.0.0 #51536
base: master
Are you sure you want to change the base?
destination-s3: Use airbyte/java-connector-base:2.0.0 #51536
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. |
86d5656
to
57787f0
Compare
... the dest-s3 build is running |
oh right, this is in the finalize script, not even the docker build itself. @alafanechere do we have a way to run that script as root? |
You're right. It should be run as root at build time then. It'll require an airbyte-ci change. I'll do that. |
57787f0
to
0b45b8d
Compare
5912cc3
to
1921b9d
Compare
0b45b8d
to
d3a43b1
Compare
@edgao
I'm surprised because it should be allowed to write to /tmp according to our base image definition. . But when I shell in the built image I can't indeed write to this path. I'm investigating now. |
I think I understand what's happenning:
|
d3a43b1
to
9a6ea21
Compare
@edgao so to summarize I made two changes to airbyte-ci:
I confirmed that build is passing and when shelling into the built container I'm able to read and write to
I think that it's the same problem we have with other python connectors we're trying to make non root. |
d43cc5e
to
65594e3
Compare
16facc0
to
8de50bd
Compare
a2a0c17
to
63313ab
Compare
8de50bd
to
e7663df
Compare
846b12f
to
a0c9414
Compare
e7663df
to
2a95267
Compare
3580a7a
to
86aca90
Compare
2a95267
to
82add22
Compare
dc96eaa
to
4660e5a
Compare
82add22
to
fc863c5
Compare
4660e5a
to
518aeed
Compare
fc863c5
to
43b8b43
Compare
What
Make the connector use our official non-root base image for java connectors