Namespace
linuxserver
Image / Tag
firefox:arm64v8-94.0-r0-ls63
Content Digest
sha256:0286c70d58c4587de3e8e28d8f889931ca26f22de1265cfa9678e81100a3e04a
Details
Created

2022-09-18 06:15:35 UTC

Size

297 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 94.0-r0-ls63 Build-date:- 2022-09-18T01:14:09-05:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-09-18T01:14:09-05: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
    2bbcd420e661e4f8f8dc0bf7da57cf6b4db240c4
  • org.opencontainers.image.revision
    2bbcd420e661e4f8f8dc0bf7da57cf6b4db240c4
  • 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-ls63

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:798b405349e9c78c545d67819b484457ad2ec387a2fe6335d7bdbc5c7b95bb66 - 1.79% (5.31 MB)

[#001] sha256:69445c80f8dbcc2292871a59c16b3d5b803bc85684c79443701541920160606c - 1.84% (5.45 MB)

[#002] sha256:3210192fcb4778ddbe62d71eb16ab2b0e1c473d98fb9ea2d610727b08651b64c - 0.0% (5.65 KB)

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

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

[#005] sha256:9fece09a93d2a1634c1a82951e666d8f23f034e48014cbf439fe88516b9661ed - 47.78% (142 MB)

[#006] sha256:a45a003e6257e19c868f73142d65cd99cfeb63252fa5a324efbd452c5af429f7 - 0.0% (1.7 KB)

[#007] sha256:357acffd2b9e831c9f21241632104002749a1dc5caac2c2817be88a2026e2f63 - 1.14% (3.4 MB)

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

[#009] sha256:31ecf9fccb872e25cdeab77ae5638659d9876badb0b3e311459427cece5a4ef7 - 15.33% (45.5 MB)

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

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

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


History
2022-09-03 14:27:12 UTC

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

2022-09-03 14:27:13 UTC

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

2022-09-03 14:27:13 UTC

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

2022-09-03 14:27:13 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fb70a18b-ls28 Build-date:- 2022-09-03T09:25:14-05:00

2022-09-03 14:27:13 UTC

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

2022-09-03 14:27:13 UTC

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

2022-09-03 14:27:16 UTC

|2 BUILD_DATE=2022-09-03T09:25:14-05:00 VERSION=fb70a18b-ls28 /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-09-03 14:27:17 UTC

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

2022-09-03 14:27:17 UTC

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

2022-09-03 14:27:17 UTC

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

2022-09-03 14:27:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-03T09:25:14-05:00

2022-09-03 14:27:17 UTC

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

2022-09-03 14:27:17 UTC

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

2022-09-03 14:27:18 UTC

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

2022-09-03 14:27:18 UTC

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

2022-09-03 14:27:18 UTC

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

2022-09-03 14:27:18 UTC

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

2022-09-03 14:27:18 UTC

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

2022-09-03 14:27:18 UTC

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

2022-09-03 14:27:18 UTC

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

2022-09-03 14:27:19 UTC

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

2022-09-08 06:57:36 UTC

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

2022-09-08 06:57:36 UTC

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

2022-09-08 06:57:36 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 32e6c552-ls62 Build-date:- 2022-09-08T01:54:41-05:00

2022-09-08 06:57:36 UTC

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

2022-09-08 06:57:36 UTC

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

2022-09-08 06:57:37 UTC

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

2022-09-08 06:58:05 UTC

|2 BUILD_DATE=2022-09-08T01:54:41-05:00 VERSION=32e6c552-ls62 /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-09-08 06:58:12 UTC

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

2022-09-08 06:58:13 UTC

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

2022-09-08 06:58:13 UTC

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

2022-09-08 06:58:13 UTC

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

2022-09-08 06:58:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-08T01:54:41-05:00

2022-09-08 06:58:13 UTC

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

2022-09-08 06:58:13 UTC

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

2022-09-08 06:58:14 UTC

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

2022-09-08 06:58:14 UTC

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

2022-09-08 06:58:14 UTC

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

2022-09-08 06:58:14 UTC

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

2022-09-08 06:58:14 UTC

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

2022-09-08 06:58:14 UTC

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

2022-09-08 06:58:15 UTC

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

2022-09-08 06:58:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=32e6c552-ls62

2022-09-11 16:03:47 UTC

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

2022-09-11 16:03:48 UTC

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

2022-09-11 16:03:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.1.2-ls70 Build-date:- 2022-09-11T10:59:50-05:00

2022-09-11 16:03:48 UTC

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

2022-09-11 16:03:50 UTC

/bin/sh -c #(nop) COPY dir:9dc5237316af7da78e2be77a9b8fa59dbeed76fc5161b13c174dd7253e6b8a75 in /gclient

2022-09-11 16:03:50 UTC

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

2022-09-11 16:03:57 UTC

|2 BUILD_DATE=2022-09-11T10:59:50-05:00 VERSION=1.1.2-ls70 /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-09-11 16:03:58 UTC

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

2022-09-11 16:03:58 UTC

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

2022-09-11 16:03:59 UTC

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

2022-09-11 16:03:59 UTC

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

2022-09-11 16:03:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-11T10:59:50-05:00

2022-09-11 16:03:59 UTC

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

2022-09-11 16:03:59 UTC

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

2022-09-11 16:03:59 UTC

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

2022-09-11 16:04:00 UTC

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

2022-09-11 16:04:00 UTC

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

2022-09-11 16:04:00 UTC

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

2022-09-11 16:04:00 UTC

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

2022-09-11 16:04:00 UTC

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

2022-09-11 16:04:00 UTC

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

2022-09-11 16:04:01 UTC

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

2022-09-18 06:15:21 UTC

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

2022-09-18 06:15:21 UTC

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

2022-09-18 06:15:21 UTC

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

2022-09-18 06:15:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 94.0-r0-ls63 Build-date:- 2022-09-18T01:14:09-05:00

2022-09-18 06:15:22 UTC

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

2022-09-18 06:15:29 UTC

|3 BUILD_DATE=2022-09-18T01:14:09-05:00 FIREFOX_VERSION=94.0-r0 VERSION=94.0-r0-ls63 /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-09-18 06:15:33 UTC

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

2022-09-18 06:15:33 UTC

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

2022-09-18 06:15:33 UTC

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

2022-09-18 06:15:33 UTC

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

2022-09-18 06:15:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-18T01:14:09-05:00

2022-09-18 06:15:34 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-09-18 06:15:34 UTC

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

2022-09-18 06:15:34 UTC

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

2022-09-18 06:15:34 UTC

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

2022-09-18 06:15:34 UTC

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

2022-09-18 06:15:34 UTC

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

2022-09-18 06:15:35 UTC

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

2022-09-18 06:15:35 UTC

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

2022-09-18 06:15:35 UTC

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

2022-09-18 06:15:35 UTC

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