forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce pulsar-test-latest-version docker image size (apache#9627)
- smaller image size makes it feasible to build the image once and share it between the different parallel integration test jobs. This will help improve the Pulsar CI in the future. Solution: - build go-lang examples in a separate temporary layer - cleanup files as last steps - requires "-Ddockerfile.build.squash=true" (uses "docker build --squash") to reduce the final image size. This is not part of this change since the image size isn't important until images are transferred over the network. Squashing the image would just add overhead to the current build.
- Loading branch information
Showing
1 changed file
with
51 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters