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: README.md
+32-58Lines changed: 32 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ Looking for the containers? [Head over to the Github Container Registry](https:/
15
15
*[How To](#how-to)
16
16
*[Using the Full Image](#using-the-full-image)
17
17
*[Using the Slim Image](#using-the-slim-image)
18
-
*[Using the Alpine Image](#using-the-alpine-image)
19
18
*[Copy Just the Packages](#copy-just-the-packages)
20
19
*[Add Your App](#add-your-app)
21
20
*[PreStart Script](#prestart-script)
@@ -29,7 +28,6 @@ Looking for the containers? [Head over to the Github Container Registry](https:/
29
28
*[Image Variants](#image-variants)
30
29
*[Full](#full)
31
30
*[Slim](#slim)
32
-
*[Alpine](#alpine)
33
31
*[Architectures](#architectures)
34
32
*[Sponsorship](#sponsorship)
35
33
*[Tags](#tags)
@@ -97,26 +95,6 @@ FROM ghcr.io/multi-py/python-quasiqueue:py3.12-slim-LATEST
97
95
98
96
99
97
100
-
### Using the Alpine Image
101
-
102
-
The Alpine Images use the base Python Alpine Docker images as their parent. These images use Alpine as their operating system, with musl instead of glibc.
103
-
104
-
In theory these images are smaller than even the slim images, but this amounts to less than 30mb difference. Additional Python libraries tend not to be super well tested on Alpine. These images should be used with care and testing until this ecosystem matures.
FROM ghcr.io/multi-py/python-quasiqueue:py3.12-alpine-LATEST
117
-
```
118
-
119
-
120
98
121
99
122
100
### Copy Just the Packages
@@ -211,10 +189,6 @@ This container is similar to Full but with far less libraries and tools installe
211
189
212
190
213
191
214
-
### Alpine
215
-
216
-
This container is provided for those who wish to use Alpine. Alpine works a bit differently than the other image types, as it uses `musl` instead of `glibc` and many libaries are not well tested under `musl` at this time.
217
-
218
192
219
193
220
194
## Architectures
@@ -240,38 +214,38 @@ If you get use out of these containers please consider sponsoring me using Githu
240
214
241
215
Tags are based on the package version, python version, and the upstream container the container is based on.
242
216
243
-
| quasiqueue Version | Python Version | Full Container | Slim Container | Alpine Container |
0 commit comments