Skip to content
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

reduce java image sizes by using ADD docker command #7551

Closed
sherifnada opened this issue Nov 2, 2021 · 5 comments
Closed

reduce java image sizes by using ADD docker command #7551

sherifnada opened this issue Nov 2, 2021 · 5 comments
Labels
accepting-contributions Feel free to contribute to them area/connectors Connector related issues lang/java type/enhancement New feature or request

Comments

@sherifnada
Copy link
Contributor

Tell us about the problem you're trying to solve

We can probably reduce the docker image size of our java based connectors by using the ADD command instead of COPYing the tar archive. See this PR for an example

Describe the solution you’d like

use the ADD command to reduce the size of the docker images

@sherifnada sherifnada added type/enhancement New feature or request good first issue area/connectors Connector related issues lang/java accepting-contributions Feel free to contribute to them labels Nov 2, 2021
@sherifnada sherifnada moved this to Backlog in GL Roadmap Jan 12, 2022
@igrankova igrankova moved this from Backlog to Backlog (unscoped) in GL Roadmap Feb 2, 2022
@syed-awais-ali
Copy link

Hey @sherifnada, I am interested to work on this, could you assign it to me and I can push up a PR? Thanks

@syed-awais-ali
Copy link

I have forked the repo and will paste the PR
@sherifnada FYI.

@sherifnada
Copy link
Contributor Author

@syed-awais-ali I believe we do not need this change after the revert that happened to #8516 -- apologies if you have already spent effort on this. Closing this issue and apologies again about any confusion here

@syed-awais-ali
Copy link

Ah, okay. @sherifnada No worries. Thanks. I had made changes to several files though but that's cool. Do you think of any other issue that I could explore and pick up? Otherwise, I will search for open issues. Thanks

@sherifnada
Copy link
Contributor Author

Of course! Look for "accepting-contributions" label or choose any issue that seems interesting and ask the creator if it's open to contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepting-contributions Feel free to contribute to them area/connectors Connector related issues lang/java type/enhancement New feature or request
Projects
No open projects
Archived in project
Development

No branches or pull requests

2 participants