81
81
< script type ="application/ld+json ">
82
82
{
83
83
84
- "datePublished" : "2025-04-22 03:53:08Z " ,
85
- "dateModified" : "2025-04-22 03:53:08Z " ,
84
+ "datePublished" : "2025-04-25 17:57:07Z " ,
85
+ "dateModified" : "2025-04-25 17:57:07Z " ,
86
86
87
87
"@context" : "https://schema.org" ,
88
88
"@type" : "WebSite" ,
@@ -3124,7 +3124,7 @@ <h3 id="available-images"><a class="toclink" href="#available-images">Available
3124
3124
< p > The following distroless images are available:</ p >
3125
3125
< ul >
3126
3126
< li > < code > ghcr.io/astral-sh/uv:latest</ code > </ li >
3127
- < li > < code > ghcr.io/astral-sh/uv:{major}.{minor}.{patch}</ code > , e.g., < code > ghcr.io/astral-sh/uv:0.6.16 </ code > </ li >
3127
+ < li > < code > ghcr.io/astral-sh/uv:{major}.{minor}.{patch}</ code > , e.g., < code > ghcr.io/astral-sh/uv:0.6.17 </ code > </ li >
3128
3128
< li > < code > ghcr.io/astral-sh/uv:{major}.{minor}</ code > , e.g., < code > ghcr.io/astral-sh/uv:0.6</ code > (the latest patch
3129
3129
version)</ li >
3130
3130
</ ul >
@@ -3178,7 +3178,7 @@ <h3 id="available-images"><a class="toclink" href="#available-images">Available
3178
3178
3179
3179
< p > As with the distroless image, each derived image is published with uv version tags as
3180
3180
< code > ghcr.io/astral-sh/uv:{major}.{minor}.{patch}-{base}</ code > and
3181
- < code > ghcr.io/astral-sh/uv:{major}.{minor}-{base}</ code > , e.g., < code > ghcr.io/astral-sh/uv:0.6.16 -alpine</ code > .</ p >
3181
+ < code > ghcr.io/astral-sh/uv:{major}.{minor}-{base}</ code > , e.g., < code > ghcr.io/astral-sh/uv:0.6.17 -alpine</ code > .</ p >
3182
3182
< p > For more details, see the < a href ="https://github.com/astral-sh/uv/pkgs/container/uv "> GitHub Container</ a >
3183
3183
page.</ p >
3184
3184
< h3 id ="installing-uv "> < a class ="toclink " href ="#installing-uv "> Installing uv</ a > </ h3 >
@@ -3204,7 +3204,7 @@ <h3 id="installing-uv"><a class="toclink" href="#installing-uv">Installing uv</a
3204
3204
</ code > </ pre > </ div >
3205
3205
< p > Note this requires < code > curl</ code > to be available.</ p >
3206
3206
< p > In either case, it is best practice to pin to a specific uv version, e.g., with:</ p >
3207
- < div class ="highlight "> < pre > < span > </ span > < code > < a id ="__codelineno-3-1 " name ="__codelineno-3-1 " href ="#__codelineno-3-1 "> </ a > < span class ="k "> COPY</ span > < span class ="w "> </ span > --from< span class ="o "> =</ span > ghcr.io/astral-sh/uv:0.6.16 < span class ="w "> </ span > /uv< span class ="w "> </ span > /uvx< span class ="w "> </ span > /bin/
3207
+ < div class ="highlight "> < pre > < span > </ span > < code > < a id ="__codelineno-3-1 " name ="__codelineno-3-1 " href ="#__codelineno-3-1 "> </ a > < span class ="k "> COPY</ span > < span class ="w "> </ span > --from< span class ="o "> =</ span > ghcr.io/astral-sh/uv:0.6.17 < span class ="w "> </ span > /uv< span class ="w "> </ span > /uvx< span class ="w "> </ span > /bin/
3208
3208
</ code > </ pre > </ div >
3209
3209
< div class ="admonition tip ">
3210
3210
< p class ="admonition-title "> Tip</ p >
@@ -3217,7 +3217,7 @@ <h3 id="installing-uv"><a class="toclink" href="#installing-uv">Installing uv</a
3217
3217
</ code > </ pre > </ div >
3218
3218
</ div >
3219
3219
< p > Or, with the installer:</ p >
3220
- < div class ="highlight "> < pre > < span > </ span > < code > < a id ="__codelineno-5-1 " name ="__codelineno-5-1 " href ="#__codelineno-5-1 "> </ a > < span class ="k "> ADD</ span > < span class ="w "> </ span > https://astral.sh/uv/0.6.16 /install.sh< span class ="w "> </ span > /uv-installer.sh
3220
+ < div class ="highlight "> < pre > < span > </ span > < code > < a id ="__codelineno-5-1 " name ="__codelineno-5-1 " href ="#__codelineno-5-1 "> </ a > < span class ="k "> ADD</ span > < span class ="w "> </ span > https://astral.sh/uv/0.6.17 /install.sh< span class ="w "> </ span > /uv-installer.sh
3221
3221
</ code > </ pre > </ div >
3222
3222
< h3 id ="installing-a-project "> < a class ="toclink " href ="#installing-a-project "> Installing a project</ a > </ h3 >
3223
3223
< p > If you're using uv to manage your project, you can copy it into the image and install it:</ p >
@@ -3533,7 +3533,7 @@ <h2 id="verifying-image-provenance"><a class="toclink" href="#verifying-image-pr
3533
3533
< div class ="admonition tip ">
3534
3534
< p class ="admonition-title "> Tip</ p >
3535
3535
< p > These examples use < code > latest</ code > , but best practice is to verify the attestation for a specific
3536
- version tag, e.g., < code > ghcr.io/astral-sh/uv:0.6.16 </ code > , or (even better) the specific image digest,
3536
+ version tag, e.g., < code > ghcr.io/astral-sh/uv:0.6.17 </ code > , or (even better) the specific image digest,
3537
3537
such as < code > ghcr.io/astral-sh/uv:0.5.27@sha256:5adf09a5a526f380237408032a9308000d14d5947eafa687ad6c6a2476787b4f</ code > .</ p >
3538
3538
</ div >
3539
3539
@@ -3549,7 +3549,7 @@ <h2 id="verifying-image-provenance"><a class="toclink" href="#verifying-image-pr
3549
3549
< span class ="md-icon " title ="Last update ">
3550
3550
< svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z "/> </ svg >
3551
3551
</ span >
3552
- < span class ="git-revision-date-localized-plugin git-revision-date-localized-plugin-date "> April 22 , 2025</ span >
3552
+ < span class ="git-revision-date-localized-plugin git-revision-date-localized-plugin-date "> April 25 , 2025</ span >
3553
3553
</ span >
3554
3554
3555
3555
0 commit comments