docker.io/kiwitcms/kiwi:latest linux/amd64

docker.io/kiwitcms/kiwi:latest - 国内下载镜像源 浏览次数:33

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

```html

这是一个名为 Kiwi 的内容管理系统 (CMS) 的 Docker 镜像。

```
源镜像 docker.io/kiwitcms/kiwi:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kiwitcms/kiwi:latest
镜像ID sha256:203d476fbcdcc388d6976940d38459e00a90d546e816f6195b2fa9e8e53aaf9b
镜像TAG latest
大小 674.57MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/sh -c /httpd-foreground
启动入口
工作目录 /
OS/平台 linux/amd64
浏览量 33 次
贡献者
镜像创建 2025-03-10T20:35:38.805074493Z
同步时间 2025-03-20 17:41
更新时间 2025-04-03 14:18
开放端口
8080/tcp 8443/tcp
环境变量
PATH=/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci VIRTUAL_ENV=/venv LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8
镜像标签
x86_64: architecture 2025-03-10T09:43:12Z: build-date ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: description public: distribution-scope 1.39.0-dev: io.buildah.version The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 9 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags Red Hat, Inc.: maintainer ubi9-minimal: name 1741599792: release Provides the latest release of the minimal Red Hat Universal Base Image 9.: summary https://www.redhat.com: url 2f8e6c4d7ad22789d5663bf4bd66603301fba889: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.5: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-03-11 04:35:38  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2025-03-11 04:35:38  246.96MB 执行命令并创建新的镜像层
RUN /bin/sh -c chown -R 1001 /Kiwi/ /venv/ # buildkit
                        
# 2025-03-11 04:35:26  9.06MB 执行命令并创建新的镜像层
RUN /bin/sh -c /Kiwi/manage.py collectstatic --noinput --link # buildkit
                        
# 2025-03-11 04:35:24  338.00B 执行命令并创建新的镜像层
RUN /bin/sh -c sed -i "s/tcms.settings.devel/tcms.settings.product/" /Kiwi/manage.py &&     ln -s /Kiwi/ssl/localhost.crt /etc/pki/tls/certs/localhost.crt &&     ln -s /Kiwi/ssl/localhost.key /etc/pki/tls/private/localhost.key # buildkit
                        
# 2025-03-11 04:35:23  6.27KB 执行命令并创建新的镜像层
RUN /bin/sh -c /usr/bin/sscg -v -f     --country BG --locality Sofia     --organization "Kiwi TCMS"     --organizational-unit "Quality Engineering"     --ca-file       /Kiwi/static/ca.crt         --cert-file     /Kiwi/ssl/localhost.crt     --cert-key-file /Kiwi/ssl/localhost.key # buildkit
                        
# 2025-03-11 04:35:22  0.00B 复制新文件或目录到容器中
COPY ./etc/cron.jobs/* /Kiwi/etc/cron.jobs/ # buildkit
                        
# 2025-03-11 04:35:22  3.18KB 复制新文件或目录到容器中
COPY ./etc/*.conf /Kiwi/etc/ # buildkit
                        
# 2025-03-11 04:35:22  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir -p /Kiwi/ssl /Kiwi/static /Kiwi/uploads /Kiwi/etc/cron.jobs # buildkit
                        
# 2025-03-11 04:35:22  290.00B 复制新文件或目录到容器中
COPY ./manage.py /Kiwi/ # buildkit
                        
# 2025-03-11 04:35:22  246.46MB 复制新文件或目录到容器中
COPY ./dist/venv/ /venv # buildkit
                        
# 2025-03-11 04:35:19  0.00B 设置环境变量 PATH VIRTUAL_ENV LC_ALL LANG LANGUAGE
ENV PATH=/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin VIRTUAL_ENV=/venv LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8
                        
# 2025-03-11 04:35:19  0.00B 设置默认要执行的命令
CMD ["/bin/sh" "-c" "/httpd-foreground"]
                        
# 2025-03-11 04:35:19  431.00B 复制新文件或目录到容器中
COPY ./httpd-foreground /httpd-foreground # buildkit
                        
# 2025-03-11 04:35:19  0.00B 声明容器运行时监听的端口
EXPOSE map[8443/tcp:{}]
                        
# 2025-03-11 04:35:19  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2025-03-11 04:35:19  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "curl --fail -k -H \"Referer: healthcheck\" https://127.0.0.1:8443/accounts/login/"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2025-03-11 04:35:19  71.97MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf -y module enable nginx:1.22 &&     microdnf -y --nodocs install python3.11 mariadb-connector-c libpq     nginx-core sscg tar glibc-langpack-en &&     microdnf -y --nodocs update &&     microdnf clean all # buildkit
                        
# 2025-03-10 17:47:49  939.00B 
/bin/sh
                        
# 2025-03-10 17:47:44  100.12MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-03-10T09:47:15" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="2f8e6c4d7ad22789d5663bf4bd66603301fba889" "build-date"="2025-03-10T09:43:12Z" "release"="1741599792"
                        
# 2025-03-10 17:47:44  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     rm -rf /var/log/*
                        
# 2025-03-10 17:47:43  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-03-10 17:47:43  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-03-10 17:47:43  0.00B 
/bin/sh -c #(nop) COPY dir:a07d6464b408a07384eb87b8e371fb05260f293df1fdae9e20c1a6653e15e37b in / 
                        
# 2025-03-10 17:47:43  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-03-10 17:47:43  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-03-10 17:47:43  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-03-10 17:47:43  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-03-10 17:47:43  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-03-10 17:47:43  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-03-10 17:47:42  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-03-10 17:47:42  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-03-10 17:47:42  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.5"       distribution-scope="public"
                        
# 2025-03-10 17:47:42  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-03-10 17:47:42  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-03-10 17:47:42  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:203d476fbcdcc388d6976940d38459e00a90d546e816f6195b2fa9e8e53aaf9b",
    "RepoTags": [
        "kiwitcms/kiwi:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kiwitcms/kiwi:latest"
    ],
    "RepoDigests": [
        "kiwitcms/kiwi@sha256:ad18eaa055a407933703e3c4449636e351b1835037d8492566dcc47f16c40bb5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kiwitcms/kiwi@sha256:ad18eaa055a407933703e3c4449636e351b1835037d8492566dcc47f16c40bb5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-10T20:35:38.805074493Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {},
            "8443/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "VIRTUAL_ENV=/venv",
            "LC_ALL=en_US.UTF-8",
            "LANG=en_US.UTF-8",
            "LANGUAGE=en_US.UTF-8"
        ],
        "Cmd": [
            "/bin/sh",
            "-c",
            "/httpd-foreground"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "curl --fail -k -H \"Referer: healthcheck\" https://127.0.0.1:8443/accounts/login/"
            ]
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-03-10T09:43:12Z",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "distribution-scope": "public",
            "io.buildah.version": "1.39.0-dev",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi9-minimal",
            "release": "1741599792",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
            "url": "https://www.redhat.com",
            "vcs-ref": "2f8e6c4d7ad22789d5663bf4bd66603301fba889",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.5"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 674574805,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d9c06150d8df3794fa1c3a88e8f4e3576e7c65ba384d063bb51ce25ec3e648eb/diff:/var/lib/docker/overlay2/828518a4bdf4a814babd94c3c90739829ce5cc870b0f6d29b76effd23714a0b5/diff:/var/lib/docker/overlay2/9e13246f0e6f19d8c73beed7a546659f0807d84392990ef318eeb0ec318201a5/diff:/var/lib/docker/overlay2/0079462dd418ad038a332bda02881c32327915328b6f72916339afffb8fbc8fc/diff:/var/lib/docker/overlay2/ce694fdee8e6d6d1058e444a43622458642a59ba472547488b3253b6a0703c24/diff:/var/lib/docker/overlay2/e878afbe317183cb37b28ee99bafe999fdc63e67e0e1c2932dc9878cf518974c/diff:/var/lib/docker/overlay2/64d7c41daa2f2fea24868a4689d33b335334c449928407969a36554ac149ce9e/diff:/var/lib/docker/overlay2/c2075cb7ac3492fd8dccf662ac7c452d69195da9c6047414434f4c825ce9f58a/diff:/var/lib/docker/overlay2/9d9bd136dc0866de317db135cd924bdfd5aa1bbf5aafe1b6590fed6b7d84ec58/diff:/var/lib/docker/overlay2/10d0331ebf03bc06a07443dcfec7a11cbb6fbc85ad8cb65fed1049f24b115263/diff:/var/lib/docker/overlay2/d36f6c61dac3af579c45bdce6e39257af6cbdb27b9dd8a715b2a16fc50c49bb5/diff:/var/lib/docker/overlay2/3b7ea0daf5d6c5426bf0edc53e6e14b9d2b91b027949fb51d0d0bae23c160820/diff",
            "MergedDir": "/var/lib/docker/overlay2/a8926ff34c23995e9b681496daa12786c6cef4c660b43c5121461265040b55e8/merged",
            "UpperDir": "/var/lib/docker/overlay2/a8926ff34c23995e9b681496daa12786c6cef4c660b43c5121461265040b55e8/diff",
            "WorkDir": "/var/lib/docker/overlay2/a8926ff34c23995e9b681496daa12786c6cef4c660b43c5121461265040b55e8/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:197a30fdbae7653e31dafcdd6e3f3b3b8df2199f7256de4cf01f0ec5094fc7ec",
            "sha256:9fb71fe4ea45bba324a70a7f10a885c3d2b883644aeda57ffe0e651e56f33f49",
            "sha256:30e62759af06f18822a7c66a5608497e4dc42d057ba0e272971c6774d2afff30",
            "sha256:288c440bfead35797d2e552609624a39e3c6d659991b9cc20685f28723d764fa",
            "sha256:9336ec3c5e54928c632525a511cf1c792377017169452e5f9ae3a1bf12f9699d",
            "sha256:662dd9456b1950357d5ba7216b645ac95dd971d721c095bc8bda85c0bddd6e24",
            "sha256:7c32bacf309574071dcdd3c607ca1a709df0887490130a2d468fc68ca3b1068b",
            "sha256:bf5d62cc350fef0363701d3ff08a351d67417b227489aa81ce3b61af72489ba6",
            "sha256:ab0c58585f8ebbc4120711770772b465081050cd59ac635b5c0f6535e069d182",
            "sha256:43fb3b477d27573679858afb5980265318156751d67a77e6284c159d5a8f4fbe",
            "sha256:762bf656c78b6975f2415bef4d15df1c620d4dccc6c9a021bdee11c102ff2d6d",
            "sha256:954b8347ff01de2521edf140c348f2629bd185abb54bd8f93665f9688eec54fd",
            "sha256:e01f875c22dba2c32af8044d5ee79f3e5536d35414040603fb012b1242d56f55"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-20T17:41:21.060349115+08:00"
    }
}

更多版本

docker.io/kiwitcms/kiwi:latest

linux/amd64 docker.io674.57MB2025-03-20 17:41
32