reduce java image sizes by using ADD
docker command
#7551
Labels
accepting-contributions
Feel free to contribute to them
area/connectors
Connector related issues
lang/java
type/enhancement
New feature or request
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
The text was updated successfully, but these errors were encountered: