docker.io/arigaio/atlas:0.35.0-community-alpine linux/amd64

docker.io/arigaio/atlas:0.35.0-community-alpine - 国内下载镜像源 浏览次数:25

arigaio/atlas 是一个用于数据库模式管理的 Docker 镜像。它提供了一个命令行工具,可以帮助你定义、管理和迁移数据库模式,支持多种数据库系统。

源镜像 docker.io/arigaio/atlas:0.35.0-community-alpine
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arigaio/atlas:0.35.0-community-alpine
镜像ID sha256:59124703898396dadd37ec9edf72c1471ca1fb12042ec03f897e33ba55ea3f57
镜像TAG 0.35.0-community-alpine
大小 93.61MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /atlas
工作目录 /
OS/平台 linux/amd64
浏览量 25 次
贡献者
镜像创建 2025-06-10T14:19:53.644133665Z
同步时间 2025-07-26 14:31
更新时间 2025-07-27 11:24
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ATLAS_DOCKER_IMAGE=1
镜像标签
Ariga: maintainer 2025-06-10T14:13:35.039Z: org.opencontainers.image.created : org.opencontainers.image.description : org.opencontainers.image.licenses 0026c30d55d382ddfd924b9e1f83940e9b54733a: org.opencontainers.image.revision : org.opencontainers.image.source Atlas CLI: org.opencontainers.image.title : org.opencontainers.image.url Ariga: org.opencontainers.image.vendor 0.35.0-community-alpine: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arigaio/atlas:0.35.0-community-alpine
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arigaio/atlas:0.35.0-community-alpine  docker.io/arigaio/atlas:0.35.0-community-alpine

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arigaio/atlas:0.35.0-community-alpine
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arigaio/atlas:0.35.0-community-alpine  docker.io/arigaio/atlas:0.35.0-community-alpine

Shell快速替换命令

sed -i 's#arigaio/atlas:0.35.0-community-alpine#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arigaio/atlas:0.35.0-community-alpine#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arigaio/atlas:0.35.0-community-alpine && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arigaio/atlas:0.35.0-community-alpine  docker.io/arigaio/atlas:0.35.0-community-alpine'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arigaio/atlas:0.35.0-community-alpine && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arigaio/atlas:0.35.0-community-alpine  docker.io/arigaio/atlas:0.35.0-community-alpine'

镜像构建历史


# 2025-06-10 22:19:53  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/atlas"]
                        
# 2025-06-10 22:19:53  0.00B 设置环境变量 ATLAS_DOCKER_IMAGE
ENV ATLAS_DOCKER_IMAGE=1
                        
# 2025-06-10 22:19:53  38.98MB 执行命令并创建新的镜像层
RUN /bin/sh -c ln /atlas /bin/atlas # buildkit
                        
# 2025-06-10 22:19:53  38.98MB 复制新文件或目录到容器中
COPY --chmod=001 atlas /atlas # buildkit
                        
# 2025-06-10 22:19:53  7.85MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk update && apk add --no-cache libssl3=3.3.3-r0 libcrypto3=3.3.3-r0 # buildkit
                        
# 2024-09-06 20:05:36  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2024-09-06 20:05:36  7.80MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.20.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:59124703898396dadd37ec9edf72c1471ca1fb12042ec03f897e33ba55ea3f57",
    "RepoTags": [
        "arigaio/atlas:0.35.0-community-alpine",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arigaio/atlas:0.35.0-community-alpine"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arigaio/atlas@sha256:3ae8453807950501772ed90099b93fdce4457e12ff6f82b29f9e962413de0117"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-10T14:19:53.644133665Z",
    "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",
            "ATLAS_DOCKER_IMAGE=1"
        ],
        "Cmd": null,
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/atlas"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "Ariga",
            "org.opencontainers.image.created": "2025-06-10T14:13:35.039Z",
            "org.opencontainers.image.description": "",
            "org.opencontainers.image.licenses": "",
            "org.opencontainers.image.revision": "0026c30d55d382ddfd924b9e1f83940e9b54733a",
            "org.opencontainers.image.source": "",
            "org.opencontainers.image.title": "Atlas CLI",
            "org.opencontainers.image.url": "",
            "org.opencontainers.image.vendor": "Ariga",
            "org.opencontainers.image.version": "0.35.0-community-alpine"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 93607886,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/bf269239114377771d6de2bbe0723e7fe6668b6d14a8bc11e56fe721d3efe89f/diff:/var/lib/docker/overlay2/13daae2d210428077d60dc10e50a96d611848c7659d1fb4141bb12c92e703226/diff:/var/lib/docker/overlay2/1013f05228d8b28cec30a439641742d0492fffe3b0ad555d8d1174514c155c1c/diff",
            "MergedDir": "/var/lib/docker/overlay2/5bd96606862b714ddd5a6dfa61e8a6d88fbc326dcb214f79c77726bd1ccae67a/merged",
            "UpperDir": "/var/lib/docker/overlay2/5bd96606862b714ddd5a6dfa61e8a6d88fbc326dcb214f79c77726bd1ccae67a/diff",
            "WorkDir": "/var/lib/docker/overlay2/5bd96606862b714ddd5a6dfa61e8a6d88fbc326dcb214f79c77726bd1ccae67a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:75654b8eeebd3beae97271a102f57cdeb794cc91e442648544963a7e951e9558",
            "sha256:c66c8a6820809819d5b599f634aaef84cc79dc225203bbf902644feee1b4474d",
            "sha256:dade686cbe05a6037224f7dec2b0518e160d3f6cd4fdadf928c09a1882bbd6f2",
            "sha256:82adcba5af91eee57b022a8e39dd143b3a29b71b0ace3155a84b49c009767631"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-26T14:31:33.377638696+08:00"
    }
}

更多版本

docker.io/arigaio/atlas:0.35.0-community-alpine

linux/arm64 docker.io91.05MB2025-07-26 11:27
13

docker.io/arigaio/atlas:0.35.0-community

linux/arm64 docker.io38.96MB2025-07-26 11:29
9

docker.io/arigaio/atlas:0.35.0-community-alpine

linux/amd64 docker.io93.61MB2025-07-26 14:31
24