Namespace
linuxserver
Image / Tag
firefox:arm32v7-94.0-r0-ls62
Content Digest
sha256:e2b7250d2d74b7164dd159d826c83853434f7776910171f242082a038d772d34
Details
Created

2022-09-04 06:04:48 UTC

Size

282 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 94.0-r0-ls62 Build-date:- 2022-09-04T08:02:48+02:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-09-04T08:02:48+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
    e94782e6c799d5bf511e5035aba5bdf126db43f9
  • org.opencontainers.image.revision
    e94782e6c799d5bf511e5035aba5bdf126db43f9
  • 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-ls62

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:4e31e23b98c9614861775b5c385ccba2766d40373a1dae4ba144852d58e4710e - 1.8% (5.08 MB)

[#001] sha256:307a4717a2b63e736a3b4258df4056a025f0bf6cbc608cfa093c1d379ee02e6c - 1.72% (4.86 MB)

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

[#003] sha256:5d0e43d1ba4f2061b6d7e7928014e5f32fe61a1e79fcd546e67af75a56415664 - 0.02% (64.2 KB)

[#004] sha256:643f30e4fcb2bd9fc472e9b3f1a9d39b2e37eb829dd3580dde1c69d244ffc8e2 - 3.43% (9.68 MB)

[#005] sha256:99fd8fa1990e1e9cffcc8d23af3a7b41a3b47015eccdae6770db82ca611d9ddd - 46.58% (131 MB)

[#006] sha256:e53dc72f278504d1180a2558c01741569c45e175a5b71fb25a177c8bfa5c2059 - 0.0% (1.67 KB)

[#007] sha256:a64819dda9e00ebbad40650244d3f6ec77dda1d0bb2e438458eb173057d3f4d5 - 1.2% (3.39 MB)

[#008] sha256:1ab936c3f12523b81db52f9a6abc7162f11210d5cc812113d5964c1576f575fd - 1.18% (3.32 MB)

[#009] sha256:96b940473ce83f02ede45c16b4f43c6d82cef05a172e1fabd8c78be856e7e8aa - 15.54% (43.9 MB)

[#010] sha256:c071259edd25e0b6cf02c3b359ebc5712458ebece8330b19f7a5ea887ef28754 - 0.0% (1.01 KB)

[#011] sha256:67a4b450b2fd596bd497fbf5d616b8fdc9259149d50274cea59b8054826c2c49 - 28.51% (80.5 MB)

[#012] sha256:62d468ab1a89e5b7b5144cd66ad8b2b15bd807ba92195f48120850b884151806 - 0.0% (595 Bytes)


History
2022-08-23 06:42:23 UTC

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

2022-08-23 06:42:23 UTC

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

2022-08-23 06:42:24 UTC

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

2022-08-23 06:42:24 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f67f7de2-ls24 Build-date:- 2022-08-23T08:40:50+02:00

2022-08-23 06:42:24 UTC

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

2022-08-23 06:42:24 UTC

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

2022-08-23 06:42:33 UTC

|2 BUILD_DATE=2022-08-23T08:40:50+02:00 VERSION=f67f7de2-ls24 /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/*

2022-08-23 06:42:34 UTC

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

2022-08-23 06:42:34 UTC

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

2022-08-23 06:42:34 UTC

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

2022-08-23 06:42:35 UTC

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

2022-08-23 06:42:35 UTC

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

2022-08-23 06:42:35 UTC

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

2022-08-23 06:42:35 UTC

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

2022-08-23 06:42:36 UTC

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

2022-08-23 06:42:36 UTC

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

2022-08-23 06:42:36 UTC

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

2022-08-23 06:42:36 UTC

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

2022-08-23 06:42:37 UTC

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

2022-08-23 06:42:37 UTC

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

2022-08-23 06:42:37 UTC

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

2022-08-25 06:47:05 UTC

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

2022-08-25 06:47:05 UTC

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

2022-08-25 06:47:06 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 897bd70a-ls61 Build-date:- 2022-08-25T08:44:08+02:00

2022-08-25 06:47:07 UTC

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

2022-08-25 06:47:09 UTC

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

2022-08-25 06:47:10 UTC

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

2022-08-25 06:47:43 UTC

|2 BUILD_DATE=2022-08-25T08:44:08+02:00 VERSION=897bd70a-ls61 /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-25 06:47:44 UTC

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

2022-08-25 06:47:44 UTC

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

2022-08-25 06:47:45 UTC

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

2022-08-25 06:47:46 UTC

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

2022-08-25 06:47:47 UTC

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

2022-08-25 06:47:48 UTC

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

2022-08-25 06:47:49 UTC

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

2022-08-25 06:47:50 UTC

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

2022-08-25 06:47:51 UTC

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

2022-08-25 06:47:52 UTC

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

2022-08-25 06:47:53 UTC

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

2022-08-25 06:47:54 UTC

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

2022-08-25 06:47:55 UTC

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

2022-08-25 06:47:56 UTC

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

2022-08-25 06:47:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=897bd70a-ls61

2022-08-28 16:03:35 UTC

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

2022-08-28 16:03:36 UTC

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

2022-08-28 16:03:36 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.1.2-ls69 Build-date:- 2022-08-28T10:57:48-05:00

2022-08-28 16:03:36 UTC

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

2022-08-28 16:03:40 UTC

/bin/sh -c #(nop) COPY dir:98d9d14e0c01c222646dce2e051315a34fa7299cfc15afd13b47e5dbe38ae0d6 in /gclient

2022-08-28 16:03:42 UTC

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

2022-08-28 16:03:58 UTC

|2 BUILD_DATE=2022-08-28T10:57:48-05:00 VERSION=1.1.2-ls69 /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-28 16:03:59 UTC

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

2022-08-28 16:03:59 UTC

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

2022-08-28 16:03:59 UTC

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

2022-08-28 16:03:59 UTC

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

2022-08-28 16:04:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-28T10:57:48-05:00

2022-08-28 16:04:00 UTC

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

2022-08-28 16:04:00 UTC

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

2022-08-28 16:04:01 UTC

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

2022-08-28 16:04:01 UTC

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

2022-08-28 16:04:01 UTC

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

2022-08-28 16:04:01 UTC

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

2022-08-28 16:04:02 UTC

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

2022-08-28 16:04:02 UTC

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

2022-08-28 16:04:02 UTC

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

2022-08-28 16:04:02 UTC

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

2022-09-04 06:04:27 UTC

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

2022-09-04 06:04:27 UTC

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

2022-09-04 06:04:28 UTC

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

2022-09-04 06:04:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 94.0-r0-ls62 Build-date:- 2022-09-04T08:02:48+02:00

2022-09-04 06:04:28 UTC

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

2022-09-04 06:04:44 UTC

|3 BUILD_DATE=2022-09-04T08:02:48+02:00 FIREFOX_VERSION=94.0-r0 VERSION=94.0-r0-ls62 /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-04 06:04:44 UTC

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

2022-09-04 06:04:44 UTC

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

2022-09-04 06:04:45 UTC

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

2022-09-04 06:04:45 UTC

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

2022-09-04 06:04:45 UTC

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

2022-09-04 06:04:45 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-04 06:04:46 UTC

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

2022-09-04 06:04:46 UTC

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

2022-09-04 06:04:46 UTC

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

2022-09-04 06:04:46 UTC

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

2022-09-04 06:04:47 UTC

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

2022-09-04 06:04:47 UTC

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

2022-09-04 06:04:47 UTC

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

2022-09-04 06:04:48 UTC

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

2022-09-04 06:04:48 UTC

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