docker.io/jihuayu123/kkfileview:latest linux/amd64

docker.io/jihuayu123/kkfileview:latest - 国内下载镜像源 浏览次数:14

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

源镜像 docker.io/jihuayu123/kkfileview:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jihuayu123/kkfileview:latest
镜像ID sha256:551205190470ad93e672d70dfa3a42b4220e6e8373ccda49cbded349b1bd55fa
镜像TAG latest
大小 2.11GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 java -Dfile.encoding=UTF-8 -Dspring.config.location=/opt/kkFileView/config/application.properties -jar /opt/kkFileView/bin/kkFileView.jar
工作目录 /opt
OS/平台 linux/amd64
浏览量 14 次
贡献者
镜像创建 2025-10-16T09:31:12.23066127Z
同步时间 2025-12-11 17:44
更新时间 2025-12-12 15:34
开放端口
8012/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=zh_CN.UTF-8 LC_ALL=zh_CN.UTF-8 KKFILEVIEW_BIN_FOLDER=/opt/kkFileView/bin
镜像标签
专注文件在线预览服务(fork by kekingcn/kkFileView): description Apache-2.0: license jihuayu <jihuayu123@gmail.com>: maintainer 2025-10-16T09:58:05.119Z: org.opencontainers.image.created Universal File Online Preview Project based on Spring-Boot: org.opencontainers.image.description : org.opencontainers.image.licenses ubuntu: org.opencontainers.image.ref.name 8f89188ed34683d2e56e68a1f0f68ab8cf902b5e: org.opencontainers.image.revision https://github.com/jihuayu/kkFileView: org.opencontainers.image.source kkFileView: org.opencontainers.image.title https://github.com/jihuayu/kkFileView: org.opencontainers.image.url v4.4.1: org.opencontainers.image.version https://github.com/jihuayu/kkFileView: url

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-10-16 17:31:12  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["java" "-Dfile.encoding=UTF-8" "-Dspring.config.location=/opt/kkFileView/config/application.properties" "-jar" "/opt/kkFileView/bin/kkFileView.jar"]
                        
# 2025-10-16 17:31:12  0.00B 声明容器运行时监听的端口
EXPOSE [8012/tcp]
                        
# 2025-10-16 17:31:12  0.00B 设置环境变量 KKFILEVIEW_BIN_FOLDER
ENV KKFILEVIEW_BIN_FOLDER=/opt/kkFileView/bin
                        
# 2025-10-16 17:31:12  340.09MB 执行命令并创建新的镜像层
RUN /bin/sh -c mv /opt/kkFileView/bin/kkFileView-*.jar /opt/kkFileView/bin/kkFileView.jar # buildkit
                        
# 2025-10-16 17:31:11  340.11MB 执行命令并创建新的镜像层
RUN /bin/sh -c tar -xzf kkFileView-*.tar.gz &&     mkdir -p kkFileView &&     mv kkFileView-*/* kkFileView/ &&     rm -rf kkFileView-* &&     rm kkFileView-*.tar.gz || true # buildkit
                        
# 2025-10-16 17:31:08  317.61MB 复制新文件或目录到容器中
COPY /app/server/target/kkFileView-*.tar.gz . # buildkit
                        
# 2025-10-16 17:39:53  0.00B 设置工作目录为/opt
WORKDIR /opt
                        
# 2025-10-16 17:30:17  0.00B 设置环境变量 LANG LC_ALL
ENV LANG=zh_CN.UTF-8 LC_ALL=zh_CN.UTF-8
                        
# 2025-10-16 17:30:17  62.40KB 执行命令并创建新的镜像层
RUN /bin/sh -c cd /usr/share/fonts/chinese &&    mkfontscale &&    mkfontdir &&    fc-cache -fv # buildkit
                        
# 2025-10-16 17:30:14  0.00B 复制文件或目录到容器中
ADD docker/kkfileview-base/fonts/* /usr/share/fonts/chinese/ # buildkit
                        
# 2025-10-16 17:30:14  1.03GB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update &&    export DEBIAN_FRONTEND=noninteractive &&	apt-get install -y --no-install-recommends openjdk-21-jre tzdata locales xfonts-utils fontconfig libreoffice-nogui &&    echo 'Asia/Shanghai' > /etc/timezone &&    ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime &&    localedef -i zh_CN -c -f UTF-8 -A /usr/share/locale/locale.alias zh_CN.UTF-8 &&    locale-gen zh_CN.UTF-8 &&    apt-get install -y --no-install-recommends ttf-mscorefonts-installer &&    apt-get install -y --no-install-recommends ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy &&	apt-get autoremove -y &&    apt-get clean &&    rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-10-16 17:30:14  0.00B 添加元数据标签
LABEL url=https://github.com/jihuayu/kkFileView
                        
# 2025-10-16 17:30:14  0.00B 添加元数据标签
LABEL license=Apache-2.0
                        
# 2025-10-16 17:30:14  0.00B 添加元数据标签
LABEL description=专注文件在线预览服务(fork by kekingcn/kkFileView)
                        
# 2025-10-16 17:30:14  0.00B 添加元数据标签
LABEL maintainer=jihuayu <jihuayu123@gmail.com>
                        
# 2025-10-01 21:01:37  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-10-01 21:01:37  78.12MB 
/bin/sh -c #(nop) ADD file:249778a1782b02a1c2bcf9f292f5778d81442a53c3de1958d712f10baf7e0b60 in / 
                        
# 2025-10-01 21:01:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2025-10-01 21:01:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-10-01 21:01:35  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-10-01 21:01:35  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:551205190470ad93e672d70dfa3a42b4220e6e8373ccda49cbded349b1bd55fa",
    "RepoTags": [
        "jihuayu123/kkfileview:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jihuayu123/kkfileview:latest"
    ],
    "RepoDigests": [
        "jihuayu123/kkfileview@sha256:6b63cc3cf808386249053283701dc15934c059894474c6c6a787605877146049",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jihuayu123/kkfileview@sha256:7ffeec9699d9a0fdd2ec622012935826c23583258c00978202362ac0a8322783"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-10-16T09:31:12.23066127Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8012/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=zh_CN.UTF-8",
            "LC_ALL=zh_CN.UTF-8",
            "KKFILEVIEW_BIN_FOLDER=/opt/kkFileView/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt",
        "Entrypoint": [
            "java",
            "-Dfile.encoding=UTF-8",
            "-Dspring.config.location=/opt/kkFileView/config/application.properties",
            "-jar",
            "/opt/kkFileView/bin/kkFileView.jar"
        ],
        "OnBuild": null,
        "Labels": {
            "description": "专注文件在线预览服务(fork by kekingcn/kkFileView)",
            "license": "Apache-2.0",
            "maintainer": "jihuayu \u003cjihuayu123@gmail.com\u003e",
            "org.opencontainers.image.created": "2025-10-16T09:58:05.119Z",
            "org.opencontainers.image.description": "Universal File Online Preview Project based on Spring-Boot",
            "org.opencontainers.image.licenses": "",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "8f89188ed34683d2e56e68a1f0f68ab8cf902b5e",
            "org.opencontainers.image.source": "https://github.com/jihuayu/kkFileView",
            "org.opencontainers.image.title": "kkFileView",
            "org.opencontainers.image.url": "https://github.com/jihuayu/kkFileView",
            "org.opencontainers.image.version": "v4.4.1",
            "url": "https://github.com/jihuayu/kkFileView"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2109890050,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3b0849b57897f876e027e66a31bd03e6556db337be2c2cad1f41a9ee9ed32b3e/diff:/var/lib/docker/overlay2/c0ab0b1f90432cbfaec97e0a5c5e1574499fad7576c22075cf91f55381873b78/diff:/var/lib/docker/overlay2/a83499c59dfb6ff74636314cc99c15b36122748d4d8e21cb3f0db9c3a207b9e1/diff:/var/lib/docker/overlay2/5f379c6df471f45a71f9e128cd0648759ac7de2235ff42c918191fbe63522577/diff:/var/lib/docker/overlay2/06359a615b44d1320aae6c9c9e21b4f91ec8b4d0071143858b152d34b2e6ee9f/diff:/var/lib/docker/overlay2/25ec2814db2a4041583a93e4e6256b033ca2b19d128e1bc3482c4a9b7694b364/diff:/var/lib/docker/overlay2/7f48202ddfdf6c0b97c4c404acb4e0a1f17e7080e3e964f8a4763a6287f69bfa/diff",
            "MergedDir": "/var/lib/docker/overlay2/b081bc9c1c59871a5b4bc8deb7d62c989f4ea67e169ea8838400c3e8d8bf4bca/merged",
            "UpperDir": "/var/lib/docker/overlay2/b081bc9c1c59871a5b4bc8deb7d62c989f4ea67e169ea8838400c3e8d8bf4bca/diff",
            "WorkDir": "/var/lib/docker/overlay2/b081bc9c1c59871a5b4bc8deb7d62c989f4ea67e169ea8838400c3e8d8bf4bca/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:073ec47a8c22dcaa4d6e5758799ccefe2f9bde943685830b1bf6fd2395f5eabc",
            "sha256:37f5e26cd1ef73347c1b3b1faf90dde9aa8b99608c0092d68c4d982cfff6238a",
            "sha256:2c4d2c50482b355ef1242f381496ec2c161b866a4bd13ef785e7d8461949ca96",
            "sha256:9d58fc19ca5c7370967544c305d0aa2c16bcfc84156dcc7400ba928d0d312fe2",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:91d3d46189100a4670e873d503e0348e536ec949e7e8223144c6d9c5d6d570a4",
            "sha256:2b67ac523665569d806227df1eaffd40304aa14f74b6ba85a40c10be67cb1e62",
            "sha256:94902edb81f522cbab7233e5661a18bd8499261e37a29e70bba62dceddf0a543"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-11T17:41:49.0610673+08:00"
    }
}

更多版本

docker.io/jihuayu123/kkfileview:latest

linux/amd64 docker.io2.11GB2025-12-11 17:44
13

docker.io/jihuayu123/kkfileview:latest

linux/arm64 docker.io2.15GB2025-12-11 18:17
18