Namespace
linuxserver
Image / Tag
firefox:arm64v8-94.0-r0-ls60
Content Digest
sha256:ac20ea642e2cb6b237fd200c576a805499f29ae3373dc5dd3911c8615bbc57e0
Details
Created

2022-08-14 06:03:44 UTC

Size

297 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 94.0-r0-ls60 Build-date:- 2022-08-14T08:02:11+02:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-08-14T08:02:11+02:00
  • org.opencontainers.image.description
    [Firefox](https://www.mozilla.org/en-US/firefox/) Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-firefox
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    e62453a2509a1c3b127c3e23b3a7f972a23e0a09
  • org.opencontainers.image.revision
    e62453a2509a1c3b127c3e23b3a7f972a23e0a09
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-firefox
  • org.opencontainers.image.title
    Firefox
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-firefox/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    94.0-r0-ls60

Environment
HOME

/root

PATH

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

PS1

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

TERM

xterm


Layers

[#000] sha256:d9f79021961b0824665f8a19865f705e47e378dfa2cedd0a11366d5ee89de1b9 - 1.79% (5.31 MB)

[#001] sha256:b387369681fd3b24a3037d67c13f1eea28202bff9d149e520ae25ffde0fb90bf - 1.84% (5.46 MB)

[#002] sha256:fdc3ebd1d9fd68d5491ebf634c42efc6c37fad82a5b83d5a38127f04d6bd1819 - 0.0% (5.11 KB)

[#003] sha256:2fcaa501a77bb4b36eed26d6421d8d40627592adbb8207ee55470f43ed944233 - 0.02% (66 KB)

[#004] sha256:6b714eeea8a16daa7ddff0bc6f986fdb9cf107cc055de7845fccf1f5242aae35 - 3.46% (10.3 MB)

[#005] sha256:74d02f18185c0b4b5b12e3f234af869ee3736762ee955837f6181fa0dae3bc1b - 47.78% (142 MB)

[#006] sha256:8a170796143f5ccb37a6483be080c817782aaf3358e7dc6e6773744778fef95f - 0.0% (1.68 KB)

[#007] sha256:fac07ba1070a6837f707b6e0ae6c75bd4836364b099217a8236107762f986fbf - 1.14% (3.39 MB)

[#008] sha256:0dcbc319e64477740b89060e001a2b3ac4490040c533cee64226ff495e283601 - 1.17% (3.48 MB)

[#009] sha256:517990f32acdef59e0783839ebf15ed563b966ab3aeeb87b347e22fc81706aa1 - 15.33% (45.5 MB)

[#010] sha256:b5fa7852db38733ffe1c53dd2752343fb008ebbab06899803de2c5d8c4925db0 - 0.0% (1.07 KB)

[#011] sha256:11e971f57ac1a5682bdd2f391f058c9a36f7ab07a08e00c5d2ddc6cf77560832 - 27.46% (81.5 MB)

[#012] sha256:3304eaeb03e6be5f98b01e1cd87bf2bd696bffa4788d6cb3cc44b5c9bc51d843 - 0.0% (596 Bytes)


History
2022-08-09 06:36:24 UTC

/bin/sh -c #(nop) COPY dir:6f457f5f885385d9ba198ae45e1919f8783106fc38c90942b01b4db9c2193e43 in /

2022-08-09 06:36:25 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-08-09 06:36:25 UTC

/bin/sh -c #(nop) ARG VERSION

2022-08-09 06:36:26 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9d3c5ad5-ls22 Build-date:- 2022-08-09T08:34:52+02:00

2022-08-09 06:36:27 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2022-08-09 06:36:28 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0

2022-08-09 06:36:36 UTC

|2 BUILD_DATE=2022-08-09T08:34:52+02:00 VERSION=9d3c5ad5-ls22 /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-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && rm -rf /tmp/*

2022-08-09 06:36:37 UTC

/bin/sh -c #(nop) COPY dir:2ff93abeb5308292c5ad2c59df96554c4e698c4ff27172f5e2d8be397d73f8e7 in /

2022-08-09 06:36:37 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2022-08-09 06:36:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-08-09 06:36:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-09T08:34:52+02:00

2022-08-09 06:36:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-08-09 06:36:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-08-09 06:36:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-08-09 06:36:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b965210d65dc654259c713c5404d8fde5860c455

2022-08-09 06:36:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b965210d65dc654259c713c5404d8fde5860c455

2022-08-09 06:36:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-08-09 06:36:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-08-09 06:36:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-08-09 06:36:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-08-09 06:36:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=9d3c5ad5-ls22

2022-08-11 06:35:41 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-08-11 06:35:41 UTC

/bin/sh -c #(nop) ARG VERSION

2022-08-11 06:35:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9186bcfb-ls59 Build-date:- 2022-08-11T01:32:38-05:00

2022-08-11 06:35:43 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer

2022-08-11 06:35:45 UTC

/bin/sh -c #(nop) COPY dir:8f431f36f40fdabe6531941c7f57f5abf835f48da30b4777e9814f0ef68f4f8c in /

2022-08-11 06:35:46 UTC

/bin/sh -c #(nop) COPY file:f215578d94d3f2a371941fafb2aa92d8e830411337c3aa53a94a77d03f7fe0b8 in /usr/local/bin/docker-compose

2022-08-11 06:36:19 UTC

|2 BUILD_DATE=2022-08-11T01:32:38-05:00 VERSION=9186bcfb-ls59 /bin/sh -c echo "**** install deps ****" && apk add --no-cache dbus-x11 docker libpulse mesa openssh-client openssl pavucontrol pciutils-libs pulseaudio sudo xf86-video-ati xf86-video-amdgpu xorg-server xorgxrdp xrdp xterm && VERSION=$(ls -1 /usr/lib/ | awk -F '-' '/pulse-/ {print $2; exit}') && ldconfig -n /usr/lib/pulse-${VERSION}/modules && echo "**** cleanup and user perms ****" && echo "abc:abc" | chpasswd && usermod -s /bin/bash abc && echo '%wheel ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/wheel && adduser abc wheel && rm -rf /tmp/*

2022-08-11 06:36:20 UTC

/bin/sh -c #(nop) COPY dir:5602ca6a8e30e43ab3015b79cb870010634bf952ed7864d9a0f45fd8952f0a01 in /

2022-08-11 06:36:20 UTC

/bin/sh -c #(nop) EXPOSE 3389

2022-08-11 06:36:21 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-08-11 06:36:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-08-11 06:36:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-11T01:32:38-05:00

2022-08-11 06:36:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop image by linuxserver.io

2022-08-11 06:36:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop

2022-08-11 06:36:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-08-11 06:36:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=f009a38132532e267a6c542aa699c4f3aaae076a

2022-08-11 06:36:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=f009a38132532e267a6c542aa699c4f3aaae076a

2022-08-11 06:36:29 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop

2022-08-11 06:36:30 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop

2022-08-11 06:36:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop/packages

2022-08-11 06:36:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-08-11 06:36:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=9186bcfb-ls59

2022-08-12 17:44:33 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-08-12 17:44:34 UTC

/bin/sh -c #(nop) ARG VERSION

2022-08-12 17:44:34 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.1.2-ls67 Build-date:- 2022-08-12T19:41:24+02:00

2022-08-12 17:44:34 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer

2022-08-12 17:44:35 UTC

/bin/sh -c #(nop) COPY dir:5972793d839b40e7394c8b37558f7455f97ce547b8d569e918da81ed5b67359e in /gclient

2022-08-12 17:44:36 UTC

/bin/sh -c #(nop) COPY dir:787158e6f72a804bbe5df3d795714d0370ee6d7bb7622f055dc59aab14a0cf7d in /

2022-08-12 17:44:43 UTC

|2 BUILD_DATE=2022-08-12T19:41:24+02:00 VERSION=1.1.2-ls67 /bin/sh -c echo "**** install packages ****" && apk add --no-cache ca-certificates font-noto freerdp-libs nodejs openbox websocat && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing ossp-uuid && echo "**** openbox tweaks ****" && sed -i 's/NLIMC/NLMC/g' /etc/xdg/openbox/rc.xml && echo "**** cleanup ****" && rm -rf /tmp/*

2022-08-12 17:44:45 UTC

/bin/sh -c #(nop) COPY dir:095eab29399ac3b0eb582c1515a0e9a40956ee5c96b9c14b234438415e3aa0ba in /

2022-08-12 17:44:45 UTC

/bin/sh -c #(nop) EXPOSE 3000

2022-08-12 17:44:45 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-08-12 17:44:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-08-12 17:44:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-12T19:41:24+02:00

2022-08-12 17:44:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop-web image by linuxserver.io

2022-08-12 17:44:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop-web

2022-08-12 17:44:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-08-12 17:44:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d27b74711901e0d954f3e66505516bb7218198f9

2022-08-12 17:44:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d27b74711901e0d954f3e66505516bb7218198f9

2022-08-12 17:44:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop-web

2022-08-12 17:44:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop-web

2022-08-12 17:44:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop-web/packages

2022-08-12 17:44:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-08-12 17:44:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.1.2-ls67

2022-08-14 06:03:30 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-08-14 06:03:30 UTC

/bin/sh -c #(nop) ARG VERSION

2022-08-14 06:03:30 UTC

/bin/sh -c #(nop) ARG FIREFOX_VERSION

2022-08-14 06:03:31 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 94.0-r0-ls60 Build-date:- 2022-08-14T08:02:11+02:00

2022-08-14 06:03:31 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer

2022-08-14 06:03:38 UTC

|3 BUILD_DATE=2022-08-14T08:02:11+02:00 FIREFOX_VERSION=94.0-r0 VERSION=94.0-r0-ls60 /bin/sh -c echo "**** install packages ****" && apk add --no-cache --virtual=build-dependencies curl && if [ -z ${FIREFOX_VERSION+x} ]; then FIREFOX_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:firefox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache firefox==${FIREFOX_VERSION} && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-08-14 06:03:42 UTC

/bin/sh -c #(nop) COPY dir:8a8e126afbb5bcfaacd22b9681d8cd172fc6d81bd0dfa687eb30b3e55bfed0db in /

2022-08-14 06:03:42 UTC

/bin/sh -c #(nop) EXPOSE 3000

2022-08-14 06:03:42 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-08-14 06:03:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-08-14 06:03:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-14T08:02:11+02:00

2022-08-14 06:03:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Firefox](https://www.mozilla.org/en-US/firefox/) Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.

2022-08-14 06:03:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-firefox

2022-08-14 06:03:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-08-14 06:03:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e62453a2509a1c3b127c3e23b3a7f972a23e0a09

2022-08-14 06:03:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e62453a2509a1c3b127c3e23b3a7f972a23e0a09

2022-08-14 06:03:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-firefox

2022-08-14 06:03:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Firefox

2022-08-14 06:03:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-firefox/packages

2022-08-14 06:03:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-08-14 06:03:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=94.0-r0-ls60