docker.io/linuxserver/heimdall:2.6.1 linux/amd64

docker.io/linuxserver/heimdall:2.6.1 - 国内下载镜像源 浏览次数:79 安全受验证的发布者-linuxserver

Heimdall

heimdall是一个基于docker容器镜像,用于提供反向代理服务。该镜像支持多种协议,如HTTP、HTTPS和WebSockets等。

源镜像 docker.io/linuxserver/heimdall:2.6.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/heimdall:2.6.1
镜像ID sha256:e8621a91e311e3535aa61aedf3aa542566abfdcc059a45e1e0e0073618e5b495
镜像TAG 2.6.1
大小 173.79MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /
OS/平台 linux/amd64
浏览量 79 次
贡献者
镜像创建 2024-06-28T09:10:43.557632541Z
同步时间 2024-07-05 13:04
更新时间 2024-09-20 05:51
开放端口
443/tcp 80/tcp
环境变量
PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy LSIO_FIRST_PARTY=true
镜像标签
Linuxserver.io version:- v2.6.1-ls271 Build-date:- 2024-06-28T09:09:24+00:00: build_version aptalca: maintainer linuxserver.io: org.opencontainers.image.authors 2024-06-28T09:09:24+00:00: org.opencontainers.image.created [Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo. : org.opencontainers.image.description https://docs.linuxserver.io/images/docker-heimdall: org.opencontainers.image.documentation GPL-3.0-only: org.opencontainers.image.licenses d1de807dbda0d8d5350fffd6d8930c9664f4b8f2: org.opencontainers.image.ref.name d1de807dbda0d8d5350fffd6d8930c9664f4b8f2: org.opencontainers.image.revision https://github.com/linuxserver/docker-heimdall: org.opencontainers.image.source Heimdall: org.opencontainers.image.title https://github.com/linuxserver/docker-heimdall/packages: org.opencontainers.image.url linuxserver.io: org.opencontainers.image.vendor v2.6.1-ls271: org.opencontainers.image.version

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/heimdall:2.6.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/heimdall:2.6.1  docker.io/linuxserver/heimdall:2.6.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/heimdall:2.6.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/heimdall:2.6.1  docker.io/linuxserver/heimdall:2.6.1

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2024-06-28 17:10:43 VOLUME [/config]
0.00B 2024-06-28 17:10:43 EXPOSE map[443/tcp:{} 80/tcp:{}]
4.81KB 2024-06-28 17:10:43 COPY root/ / # buildkit
104.42MB 2024-06-28 17:10:43 RUN |3 BUILD_DATE=2024-06-28T09:09:24+00:00 VERSION=v2.6.1-ls271 HEIMDALL_RELEASE=v2.6.1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache php83-dom php83-intl php83-pdo_pgsql php83-pdo_sqlite php83-pdo_mysql php83-opcache php83-tokenizer && echo "**** configure nginx ****" && echo 'fastcgi_param PHP_AUTH_USER $remote_user; # Heimdall user authorization' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PHP_AUTH_PW $http_authorization; # Heimdall user authorization' >> /etc/nginx/fastcgi_params && echo "**** configure php opcache ****" && echo 'opcache.validate_timestamps=0' >> /etc/php83/conf.d/00_opcache.ini && echo "**** install heimdall ****" && mkdir -p /heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && mkdir -p /app/www-tmp && tar xf /tmp/heimdall.tar.gz -C /app/www-tmp --strip-components=1 && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
0.00B 2024-06-28 17:10:43 LABEL maintainer=aptalca
0.00B 2024-06-28 17:10:43 LABEL build_version=Linuxserver.io version:- v2.6.1-ls271 Build-date:- 2024-06-28T09:09:24+00:00
0.00B 2024-06-28 17:10:43 ARG HEIMDALL_RELEASE=v2.6.1
0.00B 2024-06-28 17:10:43 ARG VERSION=v2.6.1-ls271
0.00B 2024-06-28 17:10:43 ARG BUILD_DATE=2024-06-28T09:09:24+00:00
0.00B 2024-06-28 17:10:43 ENV LSIO_FIRST_PARTY=true
0.00B 2024-06-28 02:50:54 EXPOSE map[443/tcp:{} 80/tcp:{}]
17.94KB 2024-06-28 02:50:54 COPY root/ / # buildkit
42.59MB 2024-06-28 02:50:54 RUN |2 BUILD_DATE=2024-06-27T18:49:42+00:00 VERSION=1.26.1-r0_8.3.8-r0-ls7 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php83 php83-ctype php83-curl php83-fileinfo php83-fpm php83-iconv php83-json php83-mbstring php83-openssl php83-phar php83-session php83-simplexml php83-xml php83-xmlwriter php83-zip php83-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SERVER_NAME $host; # Send HTTP_HOST as SERVER_NAME. If HTTP_HOST is blank, send the value of server_name from nginx (default is `_`)' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/stream.conf && rm -f /etc/nginx/http.d/default.conf && echo "**** guarantee correct php version is symlinked ****" && if [ "$(readlink /usr/bin/php)" != "php83" ]; then rm -rf /usr/bin/php && ln -s /usr/bin/php83 /usr/bin/php; fi && echo "**** configure php ****" && sed -i "s#;error_log = log/php83/error.log.*#error_log = /config/log/php/error.log#g" /etc/php83/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php83/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php83/php-fpm.d/www.conf && echo "**** install php composer ****" && EXPECTED_CHECKSUM="$(php -r 'copy("https://composer.github.io/installer.sig", "php://stdout");')" && php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && ACTUAL_CHECKSUM="$(php -r "echo hash_file('sha384', 'composer-setup.php');")" && if [ "$EXPECTED_CHECKSUM" != "$ACTUAL_CHECKSUM" ]; then >&2 echo 'ERROR: Invalid installer checksum' && rm composer-setup.php && exit 1; fi && php composer-setup.php --install-dir=/usr/bin && rm composer-setup.php && ln -s /usr/bin/composer.phar /usr/bin/composer && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate # buildkit
0.00B 2024-06-28 02:50:54 LABEL maintainer=nemchik
0.00B 2024-06-28 02:50:54 LABEL build_version=Linuxserver.io version:- 1.26.1-r0_8.3.8-r0-ls7 Build-date:- 2024-06-27T18:49:42+00:00
0.00B 2024-06-28 02:50:54 ARG VERSION=1.26.1-r0_8.3.8-r0-ls7
0.00B 2024-06-28 02:50:54 ARG BUILD_DATE=2024-06-27T18:49:42+00:00
0.00B 2024-06-22 21:34:14 ENTRYPOINT ["/init"]
6.83KB 2024-06-22 21:34:14 COPY root/ / # buildkit
13.84MB 2024-06-22 21:34:14 RUN |5 BUILD_DATE=2024-06-22T13:32:03+00:00 VERSION=b24d2c60-ls4 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
0.00B 2024-06-22 21:34:12 ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
945.00B 2024-06-22 21:34:12 ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
4.18KB 2024-06-22 21:34:12 ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
22.13KB 2024-06-22 21:34:11 ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
0.00B 2024-06-22 21:34:11 LABEL maintainer=TheLamer
0.00B 2024-06-22 21:34:11 LABEL build_version=Linuxserver.io version:- b24d2c60-ls4 Build-date:- 2024-06-22T13:32:03+00:00
0.00B 2024-06-22 21:34:11 ARG LSIOWN_VERSION=v1
0.00B 2024-06-22 21:34:11 ARG PKG_INST_VERSION=v1
0.00B 2024-06-22 21:34:11 ARG MODS_VERSION=v3
0.00B 2024-06-22 21:34:11 ARG VERSION=b24d2c60-ls4
0.00B 2024-06-22 21:34:11 ARG BUILD_DATE=2024-06-22T13:32:03+00:00
12.88MB 2024-06-22 21:34:11 COPY /root-out/ / # buildkit

镜像信息

{
    "Id": "sha256:e8621a91e311e3535aa61aedf3aa542566abfdcc059a45e1e0e0073618e5b495",
    "RepoTags": [
        "linuxserver/heimdall:2.6.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/heimdall:2.6.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/linuxserver/heimdall:2.6.1"
    ],
    "RepoDigests": [
        "linuxserver/heimdall@sha256:6546ec35a230fb15ad26676a27fdc1b07d1ace14ee1f27235bd6884c09af88a3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/heimdall@sha256:7578a70f8181178ca15e16426f3ba70338f11cb10bcc0827a2b7fda6cb2a50fc",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/linuxserver/heimdall@sha256:7578a70f8181178ca15e16426f3ba70338f11cb10bcc0827a2b7fda6cb2a50fc"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-06-28T09:10:43.557632541Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "443/tcp": {},
            "80/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "PS1=$(whoami)@$(hostname):$(pwd)\\$ ",
            "HOME=/root",
            "TERM=xterm",
            "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0",
            "S6_VERBOSITY=1",
            "S6_STAGE2_HOOK=/docker-mods",
            "VIRTUAL_ENV=/lsiopy",
            "LSIO_FIRST_PARTY=true"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/config": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "build_version": "Linuxserver.io version:- v2.6.1-ls271 Build-date:- 2024-06-28T09:09:24+00:00",
            "maintainer": "aptalca",
            "org.opencontainers.image.authors": "linuxserver.io",
            "org.opencontainers.image.created": "2024-06-28T09:09:24+00:00",
            "org.opencontainers.image.description": "[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way.    Simplicity is the key to Heimdall.    Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.  ",
            "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-heimdall",
            "org.opencontainers.image.licenses": "GPL-3.0-only",
            "org.opencontainers.image.ref.name": "d1de807dbda0d8d5350fffd6d8930c9664f4b8f2",
            "org.opencontainers.image.revision": "d1de807dbda0d8d5350fffd6d8930c9664f4b8f2",
            "org.opencontainers.image.source": "https://github.com/linuxserver/docker-heimdall",
            "org.opencontainers.image.title": "Heimdall",
            "org.opencontainers.image.url": "https://github.com/linuxserver/docker-heimdall/packages",
            "org.opencontainers.image.vendor": "linuxserver.io",
            "org.opencontainers.image.version": "v2.6.1-ls271"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 173787430,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8be8e0e49b422d2de410005f0d0a36d609fe975bf624f856660b92a8a6a3b6a6/diff:/var/lib/docker/overlay2/31ce8c3151c2ee0f19501f24c251cae5d2fbb03e8e99f70f8675880274822d04/diff:/var/lib/docker/overlay2/23d4606a907057fe9bbcc6e02839db6df3658298742b276a37bd0b57f8c68b28/diff:/var/lib/docker/overlay2/5a192564faf3012392b41c9ac53de39e35254249a1e9d422920e4000251260de/diff:/var/lib/docker/overlay2/2618683110beae5c97c0c48f0386cbca5f323564671eafa1c19b0a532739ed19/diff:/var/lib/docker/overlay2/6260ade90ec28f7bca03529bbc4e22e29a1db2d66b671daaa5aa5979f98455f5/diff:/var/lib/docker/overlay2/b87004eea973ebdbc99c7a094051dd0739116e65bfbc7818b38d608e41dd3d50/diff:/var/lib/docker/overlay2/6db129065c7db8695d78b47c9629fb427585d306dd8068f144d4227dc1af95a0/diff:/var/lib/docker/overlay2/4607e37bb57b895b985a768e06ab6a01937295dc744de2a59a144a69ce8ad08f/diff",
            "MergedDir": "/var/lib/docker/overlay2/1a4cb5d5e181cee178d40185d7c09d04ec3255a0ae58b20450c976d75b0bb0ed/merged",
            "UpperDir": "/var/lib/docker/overlay2/1a4cb5d5e181cee178d40185d7c09d04ec3255a0ae58b20450c976d75b0bb0ed/diff",
            "WorkDir": "/var/lib/docker/overlay2/1a4cb5d5e181cee178d40185d7c09d04ec3255a0ae58b20450c976d75b0bb0ed/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a06bc4cb870cb54f0cbf993f55cdfcad878c4c3ffe73d478f85e34663e476d45",
            "sha256:9c14868778fe9d9e65963dccac023925d60e4239877919460986295c6c6f708d",
            "sha256:967f451d1cc43741adfb3c62685e2b8407dfc8130825c7ba892e8a13c931fe27",
            "sha256:684b6e36caf5b869e487a93380a06caa431ae7f831c90b222b268327136c1619",
            "sha256:9d98ae0b2fcd0236c0e58d0ef76951f9af4327c219d7a8810b6adac24594f4e0",
            "sha256:fa63ca8f970b620c8acd64ef95fec425d09ea192b517eba86ab306a242b62ac9",
            "sha256:8979351daae032b27933dd44be586dfda579fd692bc01f5b70274b7810b47656",
            "sha256:dc2f0488bd2b9780f505f72823953ff66e3d478ff505f408f1caa3ae46903062",
            "sha256:274c0d9d1639ac4e71b11cfce6b3d61de94ddca5c83f19a0255983ba3fa03c07",
            "sha256:7776b2e22cf81d4b40832ec1bcedbe5bd4edfbf93681fee8eaafebb5ded829c8"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-07-05T13:04:06.127487618+08:00"
    }
}

更多版本