docker.io/habitica/habitica:latest linux/amd64

docker.io/habitica/habitica:latest - 国内下载镜像源 浏览次数:30

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

```html

这是一个Habitica应用的Docker镜像。Habitica是一个基于游戏的习惯养成应用,它允许用户创建习惯、任务和奖励,以激励自己完成目标。这个镜像提供了一个方便的方式来运行Habitica应用,无需在本地安装所有必要的依赖。

```
源镜像 docker.io/habitica/habitica:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/habitica/habitica:latest
镜像ID sha256:29eb723c60ec340d80f5d582108ca702d6356b3b8dff92cbc3bdfe7f75287634
镜像TAG latest
大小 1.76GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD npm start
启动入口
工作目录 /habitrpg
OS/平台 linux/amd64
浏览量 30 次
贡献者
镜像创建 2017-02-24T22:37:46.274274495Z
同步时间 2025-02-12 09:47
更新时间 2025-02-22 00:25
开放端口
3000/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像安全扫描 查看Trivy扫描报告

系统OS: ubuntu 14.04 扫描引擎: Trivy 扫描时间: 2025-02-12 09:47

低危漏洞:418 中危漏洞:976 高危漏洞:732 严重漏洞:196

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2017-02-25 06:37:46  0.00B 
/bin/sh -c #(nop)  CMD ["npm" "start"]
                        
# 2017-02-25 06:37:46  0.00B 
/bin/sh -c #(nop)  EXPOSE 3000/tcp
                        
# 2017-02-25 06:37:45  0.00B 
/bin/sh -c mkdir -p ./website/build
                        
# 2017-02-25 06:37:45  3.09KB 
/bin/sh -c cp config.json.example config.json
                        
# 2017-02-25 06:37:44  77.19MB 
/bin/sh -c bower install --allow-root
                        
# 2017-02-25 06:37:20  489.44MB 
/bin/sh -c npm install
                        
# 2017-02-25 06:31:46  683.02MB 
/bin/sh -c git clone https://github.com/HabitRPG/habitica.git /habitrpg
                        
# 2017-02-25 06:31:00  0.00B 
/bin/sh -c #(nop) WORKDIR /habitrpg
                        
# 2017-02-25 06:30:59  31.81MB 
/bin/sh -c npm install -g gulp grunt-cli bower mocha
                        
# 2017-02-25 06:30:37  0.00B 
/bin/sh -c rm -rf /var/lib/apt/lists/*
                        
# 2017-02-25 06:30:36  0.00B 
/bin/sh -c apt-get clean
                        
# 2017-02-25 06:30:36  14.72MB 
/bin/sh -c curl -sL https://www.npmjs.org/install.sh | sh
                        
# 2017-02-25 06:30:04  49.94MB 
/bin/sh -c apt-get install -y nodejs
                        
# 2017-02-25 06:29:50  24.58MB 
/bin/sh -c curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
                        
# 2017-02-25 06:29:04  178.04MB 
/bin/sh -c apt-get install -y     build-essential     curl     git     libfontconfig1     libfreetype6     libkrb5-dev     python
                        
# 2017-02-25 06:28:22  22.42MB 
/bin/sh -c apt-get update
                        
# 2017-02-25 06:28:06  20.00B 
/bin/sh -c echo -e '#!/bin/sh\nexit 0' > /usr/sbin/policy-rc.d
                        
# 2017-01-21 05:42:57  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2017-01-21 05:42:57  7.00B 
/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
                        
# 2017-01-21 05:42:55  1.90KB 
/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
                        
# 2017-01-21 05:42:54  0.00B 
/bin/sh -c rm -rf /var/lib/apt/lists/*
                        
# 2017-01-21 05:42:52  194.58KB 
/bin/sh -c set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
                        
# 2017-01-21 05:42:50  187.77MB 
/bin/sh -c #(nop) ADD file:c383f1cde338921411168cc34a10e3a221ae55e569768e1551274f8fddc54415 in / 
                        
                    

镜像信息

{
    "Id": "sha256:29eb723c60ec340d80f5d582108ca702d6356b3b8dff92cbc3bdfe7f75287634",
    "RepoTags": [
        "habitica/habitica:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/habitica/habitica:latest"
    ],
    "RepoDigests": [
        "habitica/habitica@sha256:7c676571b5e2345dbe236a4cd1dd770290e497d12990b8760f2118e70192ef46",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/habitica/habitica@sha256:9eee042dc24f9e87ed25ce8cad04ebcb4274bc13f2145700244d5d2563b1a462"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2017-02-24T22:37:46.274274495Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "1.13.1",
    "Author": "",
    "Config": {
        "Hostname": "b6b4cb6241ef",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3000/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "npm",
            "start"
        ],
        "ArgsEscaped": true,
        "Image": "sha256:87cf7eef6ebc84ced27f29c63b5b872e81eba30c2fb01c04808372cddbeb89a1",
        "Volumes": null,
        "WorkingDir": "/habitrpg",
        "Entrypoint": null,
        "OnBuild": [],
        "Labels": {}
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1759116022,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2bfbdc5380a1d5bef73d9074787ce661378cff8b5f66db86b9d7fa571052cbba/diff:/var/lib/docker/overlay2/471c211db960bc0cd46c2caa617db9596784876314a2509c83429607a2b02410/diff:/var/lib/docker/overlay2/ea4a7f91857c61333801fc72e2ad63ecb62e6e628bff3ad23628e3628d7608b0/diff:/var/lib/docker/overlay2/a3025ba7e30268bd0ce3415a46f25dc95fe643bb2cb22c69ad7aa5bcd805713b/diff:/var/lib/docker/overlay2/cf832013639aaff24b94a57c89c0f19bc113081a224cb39128d3054c5f4e9dc0/diff:/var/lib/docker/overlay2/821acd67c24490717c51bf6001c30a4c8971816e92333037f48cfcad5d3c9320/diff:/var/lib/docker/overlay2/9e4eef4781ab7a2146c28ce102b256c4bc8b13b0bfdb55e3b38985417615e9df/diff:/var/lib/docker/overlay2/48072bf24c4aa98ee112ce03ca23e32b38b49f6f87995f78ceba626b1d585d7e/diff:/var/lib/docker/overlay2/300f8abf8bb6769a15c630db8b96705a84feb3c0fd9bab3f66046a441624692d/diff:/var/lib/docker/overlay2/d54eddb610da45d1c0620febd7115c9ef33e0bc84ffa0f46a82545c4db1fb5c2/diff:/var/lib/docker/overlay2/e30120cd0dbd56bb06c95d92752b2ca57ea7077017a55fcd84ec8c67c85284ec/diff:/var/lib/docker/overlay2/c235b9d2f22a74761a6b43ce6d5db9d9f8a11c88c993a313d9ac774d8dffcfea/diff:/var/lib/docker/overlay2/2ffd2c9d7bf85df1b6e1f1ced3003e3c3b0b6108683216731ec6f962e9278497/diff:/var/lib/docker/overlay2/ec69d2c08bb28c964c52852d93e17334685a736c647c3280dd46110967e11c5f/diff:/var/lib/docker/overlay2/ef29a52cbc72b285b9cfc965be3ae2df01e281145a9736368be2b5cfc778a5e1/diff:/var/lib/docker/overlay2/b2611adf00d7f8168c25bd2828835eb9ec2723ec150ea2d8f334d6273ab647f0/diff:/var/lib/docker/overlay2/45679f254e875684a8cb324670750de6e9384763dd6c97ef83631ce6d135f6b1/diff",
            "MergedDir": "/var/lib/docker/overlay2/7c032bb69303ea95798d671e9f8f37814b2df395cf5a6f44b57709576562f485/merged",
            "UpperDir": "/var/lib/docker/overlay2/7c032bb69303ea95798d671e9f8f37814b2df395cf5a6f44b57709576562f485/diff",
            "WorkDir": "/var/lib/docker/overlay2/7c032bb69303ea95798d671e9f8f37814b2df395cf5a6f44b57709576562f485/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:918b1e79e35865cfaa7af9e07fa2a7aaaa2885e6bee964691a93c5db631b0aff",
            "sha256:83b575865dd109e77301a1be1e510cfffa6b89b9ff6355df22b5008315778263",
            "sha256:153bd22a8e96919e8eb890cc50aba51d7c16ea0746c2f020f21312f88e65f5c8",
            "sha256:ca893d4b83a60ef4e859785bc6b4072242ae07c7d6d0a07098847bc281b525b8",
            "sha256:c9fc7024b4847236789c072f13ee0c5f1e8718062df63654ce71ba05c4dd0ddc",
            "sha256:fc89ed252d8c826663a27885a7467b8f2741e7b132086c3f2bca871ef89f6ecf",
            "sha256:b9a83db697bfa3b27e0130989b9f23a912fd0e9818eefd999df1091685c8adc1",
            "sha256:a83a2969fb0ca5b8afcd911ace5dcfb75087c7a944a4ede645195112a5f3905c",
            "sha256:5d2f64eb399863f5a186f12fa5cb8672773daf48f1a0b08bc4c6cd48315ea7f0",
            "sha256:8cdfe6a39ad4cee183e6588618ca0fac7957aaafa09124b5c6e9e6473044da71",
            "sha256:89ab254a950d4e2e32d407947d98a460b8d1426eda4d62bf891c60d0480d14b2",
            "sha256:55669a12c78479fc13d3070d93fc5cc5ad45f6669b398c14bbc89840f5b6d78f",
            "sha256:7812c70726b3f281ae615b2a822adc674f91428239815905ec8f1dca36699844",
            "sha256:615252f1158ee03968f3611b3ff1f750fbd35717d46bdda170db9992d0df45e5",
            "sha256:e9ed4a479f7588bd54d919f626665c569752d1c2864374665a1abb206d75023f",
            "sha256:0c21ae877a71ccb14383c4295935cecfc94e5b494dfa68bb7505d778c1659583",
            "sha256:a4547af5aa91651e0dce5ff8b7ca86adceddbda351747e69e15003fcb7c93696",
            "sha256:0d1afaffafeccd87e7b23b28bd404663997aeb65754a1f772e12e71d57c9cdb2"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-02-12T09:44:44.53696573+08:00"
    }
}

更多版本

docker.io/habitica/habitica:latest

linux/amd64 docker.io1.76GB2025-02-12 09:47
29