Namespace
linuxserver
Image / Tag
heimdall:arm64v8-development-9c117b79-ls247
Content Digest
sha256:22826333adbd741ba11fd181b34f17272c8c9b46aef9dfd69ac2dd315f4a3691
Details
Created

2023-04-19 13:41:09 UTC

Size

39.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 9c117b79-ls247 Build-date:- 2023-04-19T08:39:22-05:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-04-19T08:39:22-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
    6d7fad2d985b24da2406c3185b3ad0a2772e6d4e
  • org.opencontainers.image.revision
    6d7fad2d985b24da2406c3185b3ad0a2772e6d4e
  • 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
    9c117b79-ls247

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:7345d714f705e6c3d8c50c615910beaebb4308fe4aeba86bc95099f127db3eb2 - 15.0% (5.89 MB)

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

[#002] sha256:f4bb563475ca590483384131b69da48a2b9039535b32cb2ddd140658d0b9dd56 - 15.35% (6.02 MB)

[#003] sha256:0d6ad3ff4f11cec73890c4060d699343d17a00ecf9a1c7cb5e5ccef231ee45ea - 0.01% (3.64 KB)

[#004] sha256:9908995326072e4a4dc07daf2d7ac499f5c9592c6219c834b811ab9a0de07794 - 27.07% (10.6 MB)

[#005] sha256:ba3f0d66de278cda5e62c6f105e76c6e53f47cd91a5c0480b8f8403b96a25165 - 0.02% (8.05 KB)

[#006] sha256:a3feaa3dbe80c58f048cb392c5faa3865b633ce7591b45d0f91562532c0627b0 - 42.53% (16.7 MB)

[#007] sha256:4076363c89cdc1174b44b564564cb25276f0600daee1d01c4437ed4abeab07e3 - 0.01% (2.5 KB)


History
2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 1a0d6428-ls17 Build-date:- 2023-04-15T15:30:01+02:00

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

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

2023-04-15 13:31:36 UTC (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-15 13:31:38 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-15T15:30:01+02:00 VERSION=1a0d6428-ls17 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 "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-04-15 13:31:38 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-15 13:31:38 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-15 14:59:59 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-15 15:00:00 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-15 15:00:00 UTC (buildkit.dockerfile.v0)

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

2023-04-19 13:41:09 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-04-19 13:41:09 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-19 13:41:09 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-04-19 13:41:09 UTC (buildkit.dockerfile.v0)

ARG HEIMDALL_RELEASE

2023-04-19 13:41:09 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 9c117b79-ls247 Build-date:- 2023-04-19T08:39:22-05:00

2023-04-19 13:41:09 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-04-19 13:41:09 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-04-19 13:41:09 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-19T08:39:22-05:00 VERSION=9c117b79-ls247 HEIMDALL_RELEASE=9c117b79 /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/commits/2.x" | awk '/sha/{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-19 13:41:09 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-19 13:41:09 UTC (buildkit.dockerfile.v0)

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

2023-04-19 13:41:09 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