Namespace
linuxserver
Image / Tag
heimdall:arm32v7-v2.5.5-ls200
Content Digest
sha256:7b139c364237dcce2d2d1f3d62575b05c209f7f89b07610b14a40f7294d4f0c3
Details
Created

2023-01-22 07:59:52 UTC

Size

47.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v2.5.5-ls200 Build-date:- 2023-01-22T01:58:31-06:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-01-22T01:58:31-06: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
    4ed42cde3add4ed4301ed12592ad08c199760136
  • org.opencontainers.image.revision
    4ed42cde3add4ed4301ed12592ad08c199760136
  • 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.5.5-ls200

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_BEHAVIOUR_IF_STAGE2_FAILS

2

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

TERM

xterm


Layers

[#000] sha256:9a6b3cb90559e48cb5ea1f7df6250f41d5973b7821d8c45ee9e08d690f1cf2e2 - 10.68% (5.12 MB)

[#001] sha256:8d99936e1b0c68c6c52a3d9ee939e11eb096809ae699c94143c97fc67aa25338 - 10.12% (4.85 MB)

[#002] sha256:6a3a9cf37faf2a8a4242ebb21395755476534b9215d0bf111f4708b777834e78 - 0.01% (5.28 KB)

[#003] sha256:c7b47a53500483cca015e3d0f925e2043bf84977139c67ba994983170e0ef631 - 23.48% (11.2 MB)

[#004] sha256:619490124288ad0666171fb0c095cd48bb3cf33b1339f43f74b56f1c9b2a6aeb - 0.01% (6.46 KB)

[#005] sha256:7f0f4b7e5c9e660443b9c3f663ab5c9d8c6d8dfe6f06c3e1aa658e20f254c90c - 55.69% (26.7 MB)

[#006] sha256:4118875471540cd62ffd731702f2b7c653bb08fdca39abd99f197ff6107974c2 - 0.0% (2.24 KB)


History
2023-01-02 09:50:10 -0500 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-01-02 09:50:15 -0500 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-02 09:50:15 -0500 (buildkit.dockerfile.v0)

ARG VERSION

2023-01-02 09:50:15 -0500 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 3a58d774-ls37 Build-date:- 2023-01-02T15:48:47+01:00

2023-01-02 09:50:15 -0500 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-01-02 09:50:15 -0500 (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0

2023-01-02 09:50:15 -0500 (buildkit.dockerfile.v0)

RUN |2 BUILD_DATE=2023-01-02T15:48:47+01:00 VERSION=3a58d774-ls37 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl procps 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 && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-01-02 09:50:15 -0500 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-02 09:50:15 -0500 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-01-19 05:56:13 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php8 php8-fileinfo php8-fpm php8-json php8-mbstring php8-openssl php8-session php8-simplexml php8-xml php8-xmlwriter php8-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/http.d/default.conf && echo "**** configure php ****" && ln -s /usr/bin/php8 /usr/bin/php && sed -i "s#;error_log = log/php8/error.log.*#error_log = /config/log/php/error.log#g" /etc/php8/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php8/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php8/php-fpm.d/www.conf && 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

2023-01-19 05:56:13 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-19 05:56:13 UTC (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2023-01-22 07:59:52 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-22 07:59:52 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-01-22 07:59:52 UTC (buildkit.dockerfile.v0)

ARG HEIMDALL_RELEASE

2023-01-22 07:59:52 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- v2.5.5-ls200 Build-date:- 2023-01-22T01:58:31-06:00

2023-01-22 07:59:52 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-01-22 07:59:52 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-01-22 07:59:52 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-22T01:58:31-06:00 VERSION=v2.5.5-ls200 HEIMDALL_RELEASE=v2.5.5 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl php8-ctype php8-curl php8-intl php8-pdo_pgsql php8-pdo_sqlite php8-pdo_mysql php8-tokenizer php8-zip tar && 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 /heimdall/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-01-22 07:59:52 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-22 07:59:52 UTC (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2023-01-22 07:59:52 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete