You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/README.md
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,32 @@
3
3
4
4
{{ description }}
5
5
6
+
## Benefits
7
+
8
+
### Multi Architecture Builds
9
+
10
+
Every tag in this repository supports these architectures:
11
+
12
+
{% for platform in platforms -%}
13
+
* {{ platform }}
14
+
{% endfor %}
15
+
16
+
### Small Images via Multi Stage Builds
17
+
18
+
All libraries are compiled in one image before being moved into the final published image. This keeps all of the build tools out of the published container layers.
19
+
20
+
### No Rate Limits
21
+
22
+
This project uses the Github Container Registry to store images, which have no rate limiting on pulls (unlike Docker Hub).
23
+
24
+
### Rapid Building of New Versions
25
+
26
+
Within 30 minutes of a new release to {{ package }} on PyPI builds will kick off for new containers. This means new versions can be used in hours, not days.
27
+
28
+
### Regular Updates
29
+
30
+
Containers are rebuilt weekly in order to take on the security patches from upstream containers.
0 commit comments