File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,9 @@ Python docker image tend to become large after installing the application requir
69
69
to minimise the image size, even if it produces a slightly more complex multistage
70
70
Dockerfile.
71
71
72
- The following setup makes sure the production image will keep to a minimal size ("only" 390MB ):
72
+ The following setup makes sure the production image will keep to a minimal size ("only" 360MB ):
73
73
* 150MB base image
74
- * 165MB python installed dependencies
75
- * 73MB poetry + updated pip
74
+ * 210MB python installed dependencies
76
75
77
76
Using the following pipeline the "test" image is instead ~ 850MB, more than 400MB that would
78
77
end up as a cost in traffic on each image pull.
Original file line number Diff line number Diff line change @@ -5,10 +5,9 @@ Python docker image tend to become large after installing the application requir
5
5
to minimise the image size, even if it produces a slightly more complex multistage
6
6
Dockerfile.
7
7
8
- The implemented Dockerfile makes sure the production image will keep to a minimal size ("only" 390MB ):
8
+ The implemented Dockerfile makes sure the production image will keep to a minimal size ("only" 360MB ):
9
9
* 150MB base image
10
- * 165MB python installed dependencies
11
- * 73MB poetry + updated pip
10
+ * 210MB python installed dependencies
12
11
13
12
If you look at the "dev" image is instead ~ 850MB, more than 400MB that would
14
13
end up as a cost in traffic on each image pull.
You can’t perform that action at this time.
0 commit comments