遇见数据集

dockerhub-base-images

收藏
魔搭社区2026-08-12 更新2026-08-16 收录
官方服务:

资源简介:

# Docker Hub base image archives These archives were exported on 2026-08-12 from Docker Hub. Each archive retains the tag listed below and can be imported with `docker load -i`. | Archive | Image reference | | --- | --- | | `ubuntu-24.04.tar` | `ubuntu:24.04` | | `python-3.13-slim-bookworm.tar` | `python:3.13-slim-bookworm` | | `python-3.11-slim.tar` | `python:3.11-slim` | | `python-3.10-slim-bookworm.tar` | `python:3.10-slim-bookworm` | | `debian-bullseye-slim.tar` | `debian:bullseye-slim` | | `debian-13.0-slim.tar` | `debian:13.0-slim` | | `python-3.11.tar` | `python:3.11` | On the target machine, after downloading the dataset files: ```bash for archive in *.tar; do docker load -i "$archive" done ``` `docker image ls` should then show the image references above. Docker builds whose `FROM` lines use these exact references can use the local image cache without accessing Docker Hub. # Docker Hub 基础镜像离线包 这些归档于 2026-08-12 从 Docker Hub 导出。每个归档保留上表中的镜像标签, 可通过 `docker load -i` 导入。 目标机器下载数据集文件后,在该目录执行上面的循环即可批量导入。导入后使用 `docker image ls` 确认标签;Dockerfile 的 `FROM` 精确使用这些标签时,构建会 直接命中本地缓存,不需要访问 Docker Hub。

提供机构:
maas
创建时间:
2026-08-12
二维码
社区交流群
二维码
科研交流群
商业服务