ghcr.io/astral-sh/uv:0.10.6 linux/amd64

ghcr.io/astral-sh/uv:0.10.6 - 国内下载镜像源 浏览次数:8

UV 是一个基于 UV-Vis 分光光度法进行分光光度分析的开源软件。它可以用于各种应用场景,如环境监测、食品安全等。

UV 可以帮助分析样品中的各类物质,包括有机化合物、无机离子等。它还能提供快速和准确的结果,对于研究人员来说尤其重要。

本镜像包含了 UV 的最新版本,可以直接用于各种 Linux 系统上。您可以通过以下命令拉取镜像并运行容器:

docker run -it ghcr.io/astral-sh/uv

如果有任何问题,请参考 README.md 文件中的说明。

源镜像 ghcr.io/astral-sh/uv:0.10.6
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/astral-sh/uv:0.10.6
镜像ID sha256:47fccd407bf96aa95807d02817137d702ac57b88d345f09367c73ef539bac444
镜像TAG 0.10.6
大小 53.21MB
镜像源 ghcr.io
CMD
启动入口 /uv
工作目录 /io
OS/平台 linux/amd64
浏览量 8 次
贡献者
镜像创建 2026-02-24T23:27:09.017287486Z
同步时间 2026-02-25 23:45
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2026-02-24T23:35:09.867Z: org.opencontainers.image.created An extremely fast Python package and project manager, written in Rust.: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses a91bcf2683c425344991d43692acbc7618eb0f7b: org.opencontainers.image.revision https://github.com/astral-sh/uv: org.opencontainers.image.source uv: org.opencontainers.image.title https://github.com/astral-sh/uv: org.opencontainers.image.url 0.10.6: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/astral-sh/uv:0.10.6
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/astral-sh/uv:0.10.6  ghcr.io/astral-sh/uv:0.10.6

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/astral-sh/uv:0.10.6
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/astral-sh/uv:0.10.6  ghcr.io/astral-sh/uv:0.10.6

Shell快速替换命令

sed -i 's#ghcr.io/astral-sh/uv:0.10.6#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/astral-sh/uv:0.10.6#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/astral-sh/uv:0.10.6 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/astral-sh/uv:0.10.6  ghcr.io/astral-sh/uv:0.10.6'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/astral-sh/uv:0.10.6 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/astral-sh/uv:0.10.6  ghcr.io/astral-sh/uv:0.10.6'

镜像构建历史


# 2026-02-25 07:27:09  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/uv"]
                        
# 2026-02-25 07:27:09  0.00B 设置工作目录为/io
WORKDIR /io
                        
# 2026-02-25 07:27:08  53.21MB 复制新文件或目录到容器中
COPY /uv /uvx / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:47fccd407bf96aa95807d02817137d702ac57b88d345f09367c73ef539bac444",
    "RepoTags": [
        "ghcr.io/astral-sh/uv:0.10.6",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/astral-sh/uv:0.10.6"
    ],
    "RepoDigests": [
        "ghcr.io/astral-sh/uv@sha256:2f2ccd27bbf953ec7a9e3153a4563705e41c852a5e1912b438fc44d88d6cb52c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/astral-sh/uv@sha256:011cec2966dc5c37a8e0b6afb7d445cf72e639fc85202e4f39f4085a35048df5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-24T23:27:09.017287486Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/io",
        "Entrypoint": [
            "/uv"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-02-24T23:35:09.867Z",
            "org.opencontainers.image.description": "An extremely fast Python package and project manager, written in Rust.",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "a91bcf2683c425344991d43692acbc7618eb0f7b",
            "org.opencontainers.image.source": "https://github.com/astral-sh/uv",
            "org.opencontainers.image.title": "uv",
            "org.opencontainers.image.url": "https://github.com/astral-sh/uv",
            "org.opencontainers.image.version": "0.10.6"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 53211240,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c5576d4e0e6701c40d659f718ec104fd16af22bf4bb3bf98df9ba2548c1613da/diff",
            "MergedDir": "/var/lib/docker/overlay2/1897c93229013537c2739efe55d1d279bf62f1231f05e7fcbba5504f8f8a891d/merged",
            "UpperDir": "/var/lib/docker/overlay2/1897c93229013537c2739efe55d1d279bf62f1231f05e7fcbba5504f8f8a891d/diff",
            "WorkDir": "/var/lib/docker/overlay2/1897c93229013537c2739efe55d1d279bf62f1231f05e7fcbba5504f8f8a891d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fd6167a0c38e521eb0d975bc3ee6b9bc13f2d573a92be90c0986f9db9043da10",
            "sha256:d94ffea985e30761ccc24bbbeaafe214fc256628c133fbfe247bb6aa58b3878c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-25T23:45:23.443924486+08:00"
    }
}

更多版本

ghcr.io/astral-sh/uv:python3.12-bookworm-slim

linux/amd64 ghcr.io151.15MB2024-09-11 15:40
3335

ghcr.io/astral-sh/uv:python3.13-alpine

linux/amd64 ghcr.io75.92MB2024-10-31 23:36
2702

ghcr.io/astral-sh/uv:0.4.29-python3.12-bookworm-slim

linux/amd64 ghcr.io155.65MB2024-11-01 00:22
1074

ghcr.io/astral-sh/uv:0.6.3

linux/amd64 ghcr.io37.43MB2025-02-25 15:13
519

ghcr.io/astral-sh/uv:python3.10-bookworm

linux/amd64 ghcr.io1.04GB2025-02-25 15:24
559

ghcr.io/astral-sh/uv:python3.10-bookworm-slim

linux/amd64 ghcr.io164.83MB2025-03-11 17:38
895

ghcr.io/astral-sh/uv:python3.10-bookworm-slim

linux/arm64 ghcr.io184.26MB2025-03-11 19:11
736

ghcr.io/astral-sh/uv:python3.12-bookworm

linux/amd64 ghcr.io1.06GB2025-04-08 19:23
1125

ghcr.io/astral-sh/uv:alpine

linux/amd64 ghcr.io47.01MB2025-04-10 17:34
558

ghcr.io/astral-sh/uv:python3.13-bookworm-slim

linux/amd64 ghcr.io159.93MB2025-04-15 15:55
1385

ghcr.io/astral-sh/uv:python3.11-bookworm-slim

linux/amd64 ghcr.io169.04MB2025-04-18 03:01
1009

ghcr.io/astral-sh/uv:0.7.3

linux/amd64 ghcr.io40.87MB2025-05-09 09:34
411

ghcr.io/astral-sh/uv:0.7.3

linux/arm64 ghcr.io34.19MB2025-05-09 09:36
310

ghcr.io/astral-sh/uv:latest

linux/amd64 ghcr.io40.87MB2025-05-15 10:56
1502

ghcr.io/astral-sh/uv:python3.12-bookworm-slim

linux/arm64 ghcr.io184.26MB2025-05-16 16:14
900

ghcr.io/astral-sh/uv:0.7.4-python3.12-bookworm-slim

linux/amd64 ghcr.io165.07MB2025-05-16 17:34
533

ghcr.io/astral-sh/uv:python3.11-bookworm-slim

linux/arm64 ghcr.io190.30MB2025-06-04 17:00
817

ghcr.io/astral-sh/uv:0.7.2

linux/amd64 ghcr.io40.49MB2025-06-11 15:43
773

ghcr.io/astral-sh/uv:0.8.2

linux/amd64 ghcr.io43.32MB2025-07-23 16:49
290

ghcr.io/astral-sh/uv:0.8.2-python3.12-bookworm-slim

linux/amd64 ghcr.io167.59MB2025-07-23 18:17
415

ghcr.io/astral-sh/uv:debian-slim

linux/amd64 ghcr.io119.61MB2025-08-10 01:59
363

ghcr.io/astral-sh/uv:0.8.7-debian-slim

linux/amd64 ghcr.io119.62MB2025-08-10 13:31
284

ghcr.io/astral-sh/uv:0.5.11

linux/amd64 ghcr.io34.24MB2025-08-14 15:03
308

ghcr.io/astral-sh/uv:0.8.13

linux/amd64 ghcr.io45.61MB2025-08-25 15:59
271

ghcr.io/astral-sh/uv:0.9.2

linux/arm64 ghcr.io43.16MB2025-10-15 14:50
179

ghcr.io/astral-sh/uv:python3.13-trixie-slim

linux/amd64 ghcr.io167.94MB2025-10-29 14:44
355

ghcr.io/astral-sh/uv:0.9.7-python3.11-bookworm

linux/amd64 ghcr.io1.06GB2025-11-05 18:53
288

ghcr.io/astral-sh/uv:python3.12-alpine

linux/amd64 ghcr.io98.93MB2025-11-13 16:07
330

ghcr.io/astral-sh/uv:python3.11-alpine

linux/amd64 ghcr.io104.23MB2025-11-15 14:28
280

ghcr.io/astral-sh/uv:0.7.2

linux/arm64 ghcr.io34.13MB2025-12-05 10:29
171

ghcr.io/astral-sh/uv:0.9.26

linux/amd64 ghcr.io53.20MB2026-02-04 22:41
79

ghcr.io/astral-sh/uv:0.10.0

linux/amd64 ghcr.io52.53MB2026-02-06 17:30
78

ghcr.io/astral-sh/uv:0.7.8

linux/amd64 ghcr.io40.87MB2026-02-25 09:47
15

ghcr.io/astral-sh/uv:0.10.6

linux/amd64 ghcr.io53.21MB2026-02-25 23:45
7