ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24 linux/amd64

ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24 - 国内下载镜像源 浏览次数:13

这是一个名为“hatchet-engine”的Docker容器镜像,它存储在GitHub Container Registry (ghcr.io) 上,属于hatchet-dev组织的hatchet项目。

源镜像 ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24
镜像ID sha256:dedc83457dc860889d6bf34132abd10266f3332de4877cc68dd34bc584e49016
镜像TAG v0.86.24
大小 257.08MB
镜像源 ghcr.io
CMD /bin/sh -c /hatchet/hatchet-${SERVER_TARGET}
启动入口
工作目录 /hatchet
OS/平台 linux/amd64
浏览量 13 次
贡献者
镜像创建 2026-05-20T19:38:14.671297895Z
同步时间 2026-05-21 03:57
开放端口
8080/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin SERVER_TARGET=engine

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24  ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24  ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24

Shell快速替换命令

sed -i 's#ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24  ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24  ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24'

镜像构建历史


# 2026-05-21 03:38:14  0.00B 设置默认要执行的命令
CMD ["/bin/sh" "-c" "/hatchet/hatchet-${SERVER_TARGET}"]
                        
# 2026-05-21 03:38:14  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2026-05-21 03:38:14  38.00B 执行命令并创建新的镜像层
RUN |1 SERVER_TARGET=engine /bin/sh -c chmod +x ./atlas-apply.sh # buildkit
                        
# 2026-05-21 03:38:14  38.00B 复制新文件或目录到容器中
COPY /hack/db/atlas-apply.sh ./atlas-apply.sh # buildkit
                        
# 2026-05-21 03:38:14  42.69MB 复制新文件或目录到容器中
COPY /hatchet/bin/hatchet-engine /hatchet/ # buildkit
                        
# 2026-05-21 03:36:20  205.94MB 执行命令并创建新的镜像层
RUN |1 SERVER_TARGET=engine /bin/sh -c apk update && apk add --no-cache gcc musl-dev openssl bash ca-certificates tzdata # buildkit
                        
# 2026-05-21 03:36:16  0.00B 设置工作目录为/hatchet
WORKDIR /hatchet
                        
# 2026-05-21 03:36:16  0.00B 设置环境变量 SERVER_TARGET
ENV SERVER_TARGET=engine
                        
# 2026-05-21 03:36:16  0.00B 定义构建参数
ARG SERVER_TARGET=engine
                        
# 2026-04-16 04:01:40  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-04-16 04:01:40  8.45MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:dedc83457dc860889d6bf34132abd10266f3332de4877cc68dd34bc584e49016",
    "RepoTags": [
        "ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24"
    ],
    "RepoDigests": [
        "ghcr.io/hatchet-dev/hatchet/hatchet-engine@sha256:058f71b2e8d52ffdb2434fc7a7a7e129261343b7a30ea6a4e3eb8abaf06f6ca8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/hatchet-dev/hatchet/hatchet-engine@sha256:4c35b2829c19c8cdfe773b1b2a60d88e5a3829da1de6469d0889eb0d5f2c23ef"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-20T19:38:14.671297895Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "SERVER_TARGET=engine"
        ],
        "Cmd": [
            "/bin/sh",
            "-c",
            "/hatchet/hatchet-${SERVER_TARGET}"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/hatchet",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 257080182,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a9d57b06ecbc5a66b2d9fa8e5b51df6851340e0ff33af823635ab228748251df/diff:/var/lib/docker/overlay2/d66727632779ca52ae5cc40c2e78c6f973e7b0f72aea405a8feab3e228b1e495/diff:/var/lib/docker/overlay2/474a74a830c3d1b42bbfa166b3d19c430366bc32be1913807462ab93cff0634c/diff:/var/lib/docker/overlay2/1857670b0a2d05f93e71b75768f3c5980a70be6275fdbd23cf67088206edcf24/diff:/var/lib/docker/overlay2/9a1ef5a883ef2cbf9a0d960bba5d783f7ecd7d9d3ba8bb8cd5537b33d65a942f/diff",
            "MergedDir": "/var/lib/docker/overlay2/027b1faec46e9f2a7e7bfad1bd6884fce6379e66f100d69e4c6da17f3e6f8a36/merged",
            "UpperDir": "/var/lib/docker/overlay2/027b1faec46e9f2a7e7bfad1bd6884fce6379e66f100d69e4c6da17f3e6f8a36/diff",
            "WorkDir": "/var/lib/docker/overlay2/027b1faec46e9f2a7e7bfad1bd6884fce6379e66f100d69e4c6da17f3e6f8a36/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:29df493baa13de438d6d2ece3a8333032e0b7b9b9d8cce4ee82194da255f61e1",
            "sha256:83aff5a367364aba6c9511e98e6d4b5991c42f0cbd724be209fe1b66b37b15c5",
            "sha256:275e80b097e6067d08e8a48d80aa1940bd7ec5f3139f0fa5a281c6c52367945f",
            "sha256:5879d284ab8bf07ed1e8cde93d21369d0e460ad571a6f33fc748d69a1772da4d",
            "sha256:1470064a6420a137bed3d25e200f5524b4273be35e499b9ae70f57caa3ac95c0",
            "sha256:4f08aba0c76520dfcd4c8daaf8802c7a9f43b882dfd722ca014c1488e81375f9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-21T03:56:49.86340011+08:00"
    }
}

更多版本

ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.53.15

linux/amd64 ghcr.io251.15MB2025-06-18 12:08
258

ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.58.0

linux/amd64 ghcr.io224.10MB2025-09-14 21:38
254

ghcr.io/hatchet-dev/hatchet/hatchet-engine:v0.86.24

linux/amd64 ghcr.io257.08MB2026-05-21 03:57
12