ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
docker.io/hibiken/asynqmon:latest
linux/amd64 docker.io

这是一个用于监控 Asynq 任务队列的 Docker 镜像。

647
浏览次数
25.43MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon:latest
源镜像
docker.io/hibiken/asynqmon:latest
镜像ID
sha256:12c655de91010b720f858a5a8fdbe4cabcdb6c6ec22c0ff861c4750594533379
镜像 TAG
latest
镜像大小
25.43MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/asynqmon
工作目录
/
OS/平台
linux/amd64
镜像创建
2023-07-04T03:15:22.813766544Z
同步时间
2024-12-18 11:59
浏览量
647 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 8
KeyValue
2023-07-04T03:13:04.321Z org.opencontainers.image.created
Web UI for Asynq task queue org.opencontainers.image.description
MIT org.opencontainers.image.licenses
d1b889456de3c98c22de24642b6f836a29da3140 org.opencontainers.image.revision
https://github.com/hibiken/asynqmon org.opencontainers.image.source
asynqmon org.opencontainers.image.title
https://github.com/hibiken/asynqmon org.opencontainers.image.url
0.7.2 org.opencontainers.image.version
🛡️ 镜像安全扫描
Trivy 2024-12-18 12:01 查看完整报告
0
低危 LOW
17
中危 MEDIUM
15
高危 HIGH
3
严重 CRITICAL
受影响目标 (1)
asynqmon gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon:latest  docker.io/hibiken/asynqmon:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon:latest  docker.io/hibiken/asynqmon:latest

Shell快速替换命令

sed -i 's#hibiken/asynqmon:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon:latest  docker.io/hibiken/asynqmon:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon:latest  docker.io/hibiken/asynqmon:latest'

镜像构建历史


# 2023-07-04 11:15:22  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/asynqmon"]
                        
# 2023-07-04 11:15:22  25.43MB 复制新文件或目录到容器中
COPY /build/asynqmon / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:12c655de91010b720f858a5a8fdbe4cabcdb6c6ec22c0ff861c4750594533379",
    "RepoTags": [
        "hibiken/asynqmon:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon:latest"
    ],
    "RepoDigests": [
        "hibiken/asynqmon@sha256:ac80bcffd2f9da20d15a8512fc96287e91e13558ad8718df367f0a0e0d0eda81",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon@sha256:780a3b501adc520123fbb4f77edd40fb957309d99094fddf6cb028790bde0c29"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-07-04T03:15:22.813766544Z",
    "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": "/",
        "Entrypoint": [
            "/asynqmon"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2023-07-04T03:13:04.321Z",
            "org.opencontainers.image.description": "Web UI for Asynq task queue",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "d1b889456de3c98c22de24642b6f836a29da3140",
            "org.opencontainers.image.source": "https://github.com/hibiken/asynqmon",
            "org.opencontainers.image.title": "asynqmon",
            "org.opencontainers.image.url": "https://github.com/hibiken/asynqmon",
            "org.opencontainers.image.version": "0.7.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 25427968,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/699e6dec08707f69ffb90fae1dfe7f038501ba44f54cd05d32f71ee4e7e59fdb/merged",
            "UpperDir": "/var/lib/docker/overlay2/699e6dec08707f69ffb90fae1dfe7f038501ba44f54cd05d32f71ee4e7e59fdb/diff",
            "WorkDir": "/var/lib/docker/overlay2/699e6dec08707f69ffb90fae1dfe7f038501ba44f54cd05d32f71ee4e7e59fdb/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e29421de075b5698c809f81c6d259a21f4e80554fe3b348648dbffaead3f8b79"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-18T11:59:31.692916662+08:00"
    }
}

更多版本

docker.io/hibiken/asynqmon:latest

linux/amd64 docker.io25.43MB2024-12-18 11:59
646

docker.io/hibiken/asynqmon:0.7.2

linux/amd64 docker.io25.43MB2026-03-21 20:29
199
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×