Namespace
linuxserver
Image / Tag
heimdall:amd64-v2.5.6-ls211
Content Digest
sha256:d389b54e7e86bebb51f3b2bbafa6cb3e45454f4c598e24ed49ddb733bfdaebea
Details
Created

2023-04-14 13:32:36 -0500

Size

37.8 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v2.5.6-ls211 Build-date:- 2023-04-14T13:30:59-05:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-04-14T13:30:59-05: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
    dc90782e9b0fd7b81540db73e7c3d8b2ed1f9198
  • org.opencontainers.image.revision
    dc90782e9b0fd7b81540db73e7c3d8b2ed1f9198
  • 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.6-ls211

Environment
HOME

/root

LSIO_FIRST_PARTY

true

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

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:5af852d25c4853d74f7d1d4ffe76fd7909a5e1bfdc386f4b303de8a9e07aaf1f - 14.98% (5.66 MB)

[#001] sha256:d2e3055e06573ab92f13c5e10afa9c4160d94a4808ce1b670b090b9a0d4522fa - 0.01% (3.56 KB)

[#002] sha256:0c81a9d534ede903cc469a68a27b094257b0803cabc4149d4167cc105b1a4d46 - 11.27% (4.25 MB)

[#003] sha256:c52731b2ae76efc822842181a633dcfa7073fb89a3774a7d929fbfdf3933291b - 0.01% (3.65 KB)

[#004] sha256:95b613b06bda0795c2516a5aec11e8bd2959d1fdc143f225b03abddbd0a5f11e - 28.49% (10.8 MB)

[#005] sha256:1cd6ea6ca06bd478e3e8466841a735e8dcca21394e84218f9c72cdeb07d79a15 - 0.02% (8.01 KB)

[#006] sha256:494268be21f398a98549baefe9abc9171dbb3a0757a178dfc4e2ef198b71d5c8 - 45.21% (17.1 MB)

[#007] sha256:50983ee627aa98f374db4c37478fb03a37c56a21cf23499905a67d96399dbc18 - 0.01% (2.49 KB)


History
2023-04-12 23:47:40 +0200 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-04-12 23:47:40 +0200 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-12 23:47:40 +0200 (buildkit.dockerfile.v0)

ARG VERSION

2023-04-12 23:47:40 +0200 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-04-12 23:47:40 +0200 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- a17cd2f4-ls16 Build-date:- 2023-04-12T23:46:10+02:00

2023-04-12 23:47:40 +0200 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-04-12 23:47:40 +0200 (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2023-04-12 23:47:40 +0200 (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2023-04-12 23:47:42 +0200 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-12T23:46:10+02:00 VERSION=a17cd2f4-ls16 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd 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 "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-04-12 23:47:42 +0200 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-12 23:47:42 +0200 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-13 18:54:41 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php81 php81-fileinfo php81-fpm php81-json php81-mbstring php81-openssl php81-session php81-simplexml php81-xml php81-xmlwriter php81-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 ****" && sed -i "s#;error_log = log/php81/error.log.*#error_log = /config/log/php/error.log#g" /etc/php81/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php81/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php81/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-04-13 18:54:41 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-13 18:54:41 UTC (buildkit.dockerfile.v0)

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

2023-04-14 13:32:36 -0500 (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-04-14 13:32:36 -0500 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-14 13:32:36 -0500 (buildkit.dockerfile.v0)

ARG VERSION

2023-04-14 13:32:36 -0500 (buildkit.dockerfile.v0)

ARG HEIMDALL_RELEASE

2023-04-14 13:32:36 -0500 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- v2.5.6-ls211 Build-date:- 2023-04-14T13:30:59-05:00

2023-04-14 13:32:36 -0500 (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-04-14 13:32:36 -0500 (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-04-14 13:32:36 -0500 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-14T13:30:59-05:00 VERSION=v2.5.6-ls211 HEIMDALL_RELEASE=v2.5.6 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade php81-ctype php81-curl php81-intl php81-pdo_pgsql php81-pdo_sqlite php81-pdo_mysql php81-tokenizer php81-zip && 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 "**** 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 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-04-14 13:32:36 -0500 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-14 13:32:36 -0500 (buildkit.dockerfile.v0)

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

2023-04-14 13:32:36 -0500 (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