logo
docker.io/gotson/komga:1.26.3
linux/amd64 docker.io

Komga是一个用于媒体库管理的容器镜像,旨在为用户提供一个简洁易用的数字媒体存储和播放解决方案。

8
浏览次数
506.77MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotson/komga:1.26.3
源镜像
docker.io/gotson/komga:1.26.3
镜像ID
sha256:e7cd16bcca2d3660cc5c96509424cad6b3918186089dbb276eadef042cc716f5
镜像 TAG
1.26.3
镜像大小
506.77MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
java -Dspring.profiles.include=docker --enable-native-access=ALL-UNNAMED -jar application.jar --spring.config.additional-location=file:/config/
工作目录
/app
OS/平台
linux/amd64
镜像创建
2026-08-12T10:29:18.936887438Z
同步时间
2026-08-14 02:18
浏览量
8 次
贡献者
🔌 开放端口 1
25600/tcp
📁 目录挂载 1
 /config
⚙️ 环境变量 7
KeyValue
PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
JAVA_HOME=/opt/java/openjdk 1
LD_LIBRARY_PATH=:/usr/lib/x86_64-linux-gnu 2
KOMGA_CONFIGDIR=/config 3
LANG=en_US.UTF-8 4
LANGUAGE=en_US:en 5
LC_ALL=en_US.UTF-8 6
🏷️ 镜像标签 5
KeyValue
2026-07-24T12:48:28.650696+00:00 org.opencontainers.image.created
The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. org.opencontainers.image.description
https://github.com/gotson/komga org.opencontainers.image.source
ubuntu org.opencontainers.image.title
26.04 org.opencontainers.image.version
🛡️ 镜像安全扫描
ubuntu 26.04 Trivy 2026-08-14 02:18 查看完整报告
84
低危 LOW
1006
中危 MEDIUM
99
高危 HIGH
6
严重 CRITICAL
受影响目标 (4)
docker.io/gotson/komga:1.26.3 (ubuntu 26.04) ubuntu Java jar usr/bin/kepubify gobinary usr/bin/pebble gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotson/komga:1.26.3
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotson/komga:1.26.3  docker.io/gotson/komga:1.26.3

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotson/komga:1.26.3
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotson/komga:1.26.3  docker.io/gotson/komga:1.26.3

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-08-12 18:29:18  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/gotson/komga
                        
# 2026-08-12 18:29:18  0.00B 声明容器运行时监听的端口
EXPOSE [25600/tcp]
                        
# 2026-08-12 18:29:18  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["java" "-Dspring.profiles.include=docker" "--enable-native-access=ALL-UNNAMED" "-jar" "application.jar" "--spring.config.additional-location=file:/config/"]
                        
# 2026-08-12 18:29:18  0.00B 设置环境变量 LANG LANGUAGE LC_ALL
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
                        
# 2026-08-12 18:29:18  0.00B 设置环境变量 KOMGA_CONFIGDIR
ENV KOMGA_CONFIGDIR=/config
                        
# 2026-08-12 18:29:18  12.73MB 复制新文件或目录到容器中
COPY /builder/extracted/application/ ./ # buildkit
                        
# 2026-08-12 18:29:18  0.00B 复制新文件或目录到容器中
COPY /builder/extracted/snapshot-dependencies/ ./ # buildkit
                        
# 2026-08-12 18:29:18  0.00B 复制新文件或目录到容器中
COPY /builder/extracted/spring-boot-loader/ ./ # buildkit
                        
# 2026-08-12 18:29:18  113.24MB 复制新文件或目录到容器中
COPY /builder/extracted/dependencies/ ./ # buildkit
                        
# 2026-08-12 18:29:18  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2026-08-12 18:29:18  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2026-08-12 18:29:18  0.00B 设置环境变量 LD_LIBRARY_PATH
ENV LD_LIBRARY_PATH=:/usr/lib/x86_64-linux-gnu
                        
# 2026-08-12 18:29:18  116.13MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt -y update &&     apt -y install ca-certificates locales libjxl-dev libheif-dev libwebp-dev wget curl &&     echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen &&     locale-gen en_US.UTF-8 &&     wget "https://github.com/pgaskin/kepubify/releases/latest/download/kepubify-linux-64bit" -O /usr/bin/kepubify &&     chmod +x /usr/bin/kepubify &&     apt -y autoremove && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-08-12 18:28:44  0.00B 设置环境变量 PATH
ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-08-12 18:28:44  164.50MB 复制新文件或目录到容器中
COPY /opt/java/openjdk /opt/java/openjdk # buildkit
                        
# 2026-08-12 18:28:44  0.00B 设置环境变量 JAVA_HOME
ENV JAVA_HOME=/opt/java/openjdk
                        
# 2026-07-24 20:48:28  179.00B 
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-cb40fbba9124333e0158d7876ea798fa/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-cb40fbba9124333e0158d7876ea798fa/images/.temp_layer.control_data.9094.tar
                        
# 2026-07-24 20:48:28  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-cb40fbba9124333e0158d7876ea798fa/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-07-24T12:48:28.650696+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical

Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

                        
# 2026-07-24 20:48:28  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-cb40fbba9124333e0158d7876ea798fa/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-07-24T12:48:28.650696+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical

Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

                        
# 2026-07-24 20:48:28  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-cb40fbba9124333e0158d7876ea798fa/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-07-24 20:48:28  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-cb40fbba9124333e0158d7876ea798fa/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
                        
# 2026-07-24 20:48:28  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-cb40fbba9124333e0158d7876ea798fa/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
                        
# 2026-07-24 20:48:27  100.16MB 
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-cb40fbba9124333e0158d7876ea798fa/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-cb40fbba9124333e0158d7876ea798fa/images/.temp_layer.9094.tar --tag 26.04
                        
                    

镜像信息

{
    "Id": "sha256:e7cd16bcca2d3660cc5c96509424cad6b3918186089dbb276eadef042cc716f5",
    "RepoTags": [
        "gotson/komga:1.26.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotson/komga:1.26.3"
    ],
    "RepoDigests": [
        "gotson/komga@sha256:6c2a967bbe9acefd05933b2eb498f34afe96a83c6f7f8ab0acb512a1bb3ab50f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotson/komga@sha256:cbf8189372c1d237767f7c324ac8c03beb2cc359c92d1ef41ad3282e3a3821f8"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-08-12T10:29:18.936887438Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "25600/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "JAVA_HOME=/opt/java/openjdk",
            "LD_LIBRARY_PATH=:/usr/lib/x86_64-linux-gnu",
            "KOMGA_CONFIGDIR=/config",
            "LANG=en_US.UTF-8",
            "LANGUAGE=en_US:en",
            "LC_ALL=en_US.UTF-8"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/config": {}
        },
        "WorkingDir": "/app",
        "Entrypoint": [
            "java",
            "-Dspring.profiles.include=docker",
            "--enable-native-access=ALL-UNNAMED",
            "-jar",
            "application.jar",
            "--spring.config.additional-location=file:/config/"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-07-24T12:48:28.650696+00:00",
            "org.opencontainers.image.description": "The Ubuntu container image maintained by Canonical\n\nUbuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.\nIt is the world's most popular operating system across public clouds and OpenStack clouds.\nIt is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.\nFast, secure and simple, Ubuntu powers millions of PCs worldwide.\n",
            "org.opencontainers.image.source": "https://github.com/gotson/komga",
            "org.opencontainers.image.title": "ubuntu",
            "org.opencontainers.image.version": "26.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 506770124,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4f73e013fedb38b30779fcba12bacc454f93f8a2ce855d5f57ac421b7616e1c9/diff:/var/lib/docker/overlay2/8e312bbb094ebd5fa5821c21720df4f3a794edf5e391f8d3394daf7f55e40fcf/diff:/var/lib/docker/overlay2/9410414ee36f9a9616049db3c90840eb032655805d95aac199eebf11001b5642/diff:/var/lib/docker/overlay2/16762c7610d1ad26b4a457ae2018162dc448a495d7b20aaff21205099fd206b8/diff:/var/lib/docker/overlay2/6ca1c22926ddff73c1f143fac3ccab5de638bf1618b10021f95cdbfdb9a4a696/diff:/var/lib/docker/overlay2/7547f0af158738cd39d4f89de83bdc3b672dae4dabef76fa3c5398e6f239441c/diff:/var/lib/docker/overlay2/c6be4bf03e95d8ac1ef8cb02013f3b857cbef96129739ddc28dee8787c21af9e/diff:/var/lib/docker/overlay2/bdb725dc9d23ccb2691f23d7fa5c5a48d4f1c7885c6c6d18ad86cc5503a445af/diff",
            "MergedDir": "/var/lib/docker/overlay2/226b49c193db17e97a9c37c3fc47b2e82d8ff7c43759374371dc585336c11652/merged",
            "UpperDir": "/var/lib/docker/overlay2/226b49c193db17e97a9c37c3fc47b2e82d8ff7c43759374371dc585336c11652/diff",
            "WorkDir": "/var/lib/docker/overlay2/226b49c193db17e97a9c37c3fc47b2e82d8ff7c43759374371dc585336c11652/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:24d9bad9efb08e44497f74cc79f9b0400818037a24628fd910db9145e5048649",
            "sha256:d474aac4fedc48314243c3b7171e47cc0ce524fe5ad4bfb97745d08dafca9325",
            "sha256:412cfe98b9d2d1a0e0a814907b54b3a2c08ba22cdaeedf257badbc379a92d2a3",
            "sha256:f15a8168235862d79d9ce204a35199886c51cf1f52f48bfb8d6a8c6234f1e105",
            "sha256:48b8e1a20a83f932cd4105ee9bcff197cb94d2668858d336beaea39898236fcb",
            "sha256:c70d72e3c82ac6c6cfa02e5e07d6234dc887d10ec575761f64cf6fd144bfc052",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:b8b78f9ebc3aab88c5ce7d56e4b25414bf7f079f8ffd769da90ac134d8c86987"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-14T02:17:55.693517168+08:00"
    }
}

更多版本

docker.io/gotson/komga:1.x

linux/amd64 docker.io539.58MB2024-08-03 14:37
871

docker.io/gotson/komga:1.14.1

linux/amd64 docker.io545.15MB2024-12-03 14:46
459

docker.io/gotson/komga:1.21.3

linux/amd64 docker.io597.51MB2025-05-30 13:42
410

docker.io/gotson/komga:1.23.6

linux/amd64 docker.io597.91MB2026-01-14 20:17
377

docker.io/gotson/komga:1.25.0

linux/amd64 docker.io498.69MB2026-07-10 10:30
97

docker.io/gotson/komga:1.26.3

linux/amd64 docker.io506.77MB2026-08-14 02:18
7
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×