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

docker.io/hibiken/asynqmon:latest - 国内下载镜像源 浏览次数:77

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

```html

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

```
源镜像 docker.io/hibiken/asynqmon:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hibiken/asynqmon:latest
镜像ID sha256:12c655de91010b720f858a5a8fdbe4cabcdb6c6ec22c0ff861c4750594533379
镜像TAG latest
大小 25.43MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /asynqmon
工作目录 /
OS/平台 linux/amd64
浏览量 77 次
贡献者
镜像创建 2023-07-04T03:15:22.813766544Z
同步时间 2024-12-18 11:59
更新时间 2025-02-22 09:20
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
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扫描报告

系统OS: 扫描引擎: Trivy 扫描时间: 2024-12-18 12:01

低危漏洞:0 中危漏洞:17 高危漏洞:15 严重漏洞:3

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
76