Namespace
linuxserver
Image / Tag
firefox:arm32v7-94.0-r0-ls59
Content Digest
sha256:98446cc3a25673bbfc3cc61c47e63664d20bcd7064d9a1d06a292f256d6346b5
Details
Created

2022-08-07 06:04:14 UTC

Size

282 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 94.0-r0-ls59 Build-date:- 2022-08-07T01:02:12-05:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-08-07T01:02:12-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
    35d399582c912a554a5052310a61586fdecc4a07
  • org.opencontainers.image.revision
    35d399582c912a554a5052310a61586fdecc4a07
  • 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-ls59

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:a50788dbd2cba878d39cb0b2352ba9617af33c7a68ff3db572e6fb5dee95ee81 - 1.8% (5.07 MB)

[#001] sha256:1993a750355e343d64a2409056e279b5c64633b21ee3cc0609fade41892af886 - 1.72% (4.86 MB)

[#002] sha256:4714e60d93f1a4c48286cddd7a0085be5fc59dfcafd73d5875e43dcba1f6006b - 0.0% (4.58 KB)

[#003] sha256:82ba3ffb332d7f20e9945fbbe85f182b561ca22ce1f5f6b7dbe0c532a43f8e67 - 0.02% (64.2 KB)

[#004] sha256:09c31cf10b1ebb9ddfa7c472ef54757f314c2e49244b86dbe8e1e7ef4eef2b81 - 3.43% (9.68 MB)

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

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

[#007] sha256:4abc98db1724e47fe8ee1306b2794196168ca73459e25e74367b48f67e10407b - 1.2% (3.38 MB)

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

[#009] sha256:e72ed01d018ce456bff9187282e2e1575985298836f52bca3a7cfc963e4ee6b8 - 15.57% (43.9 MB)

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

[#011] sha256:9dc7145855f23ec98d8b774bb6080e02ea10b993916eceef251de42a22b534be - 28.51% (80.5 MB)

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


History
2022-07-26 16:39:39 UTC

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

2022-07-26 16:39:39 UTC

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

2022-07-26 16:39:40 UTC

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

2022-07-26 16:39:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 657d0a68-ls20 Build-date:- 2022-07-26T18:38:14+02:00

2022-07-26 16:39:42 UTC

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

2022-07-26 16:39:43 UTC

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

2022-07-26 16:39:46 UTC

|2 BUILD_DATE=2022-07-26T18:38:14+02:00 VERSION=657d0a68-ls20 /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-07-26 16:39:47 UTC

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

2022-07-26 16:39:47 UTC

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

2022-07-26 16:39:48 UTC

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

2022-07-26 16:39:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-26T18:38:14+02:00

2022-07-26 16:39:50 UTC

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

2022-07-26 16:39:51 UTC

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

2022-07-26 16:39:52 UTC

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

2022-07-26 16:39:53 UTC

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

2022-07-26 16:39:54 UTC

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

2022-07-26 16:39:55 UTC

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

2022-07-26 16:39:56 UTC

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

2022-07-26 16:39:57 UTC

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

2022-07-26 16:39:58 UTC

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

2022-07-26 16:39:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=657d0a68-ls20

2022-07-28 06:37:00 UTC

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

2022-07-28 06:37:00 UTC

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

2022-07-28 06:37:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 75268f53-ls57 Build-date:- 2022-07-28T08:34:04+02:00

2022-07-28 06:37:02 UTC

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

2022-07-28 06:37:04 UTC

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

2022-07-28 06:37:05 UTC

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

2022-07-28 06:37:39 UTC

|2 BUILD_DATE=2022-07-28T08:34:04+02:00 VERSION=75268f53-ls57 /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-07-28 06:37:40 UTC

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

2022-07-28 06:37:40 UTC

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

2022-07-28 06:37:41 UTC

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

2022-07-28 06:37:42 UTC

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

2022-07-28 06:37:43 UTC

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

2022-07-28 06:37:44 UTC

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

2022-07-28 06:37:45 UTC

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

2022-07-28 06:37:46 UTC

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

2022-07-28 06:37:47 UTC

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

2022-07-28 06:37:48 UTC

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

2022-07-28 06:37:49 UTC

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

2022-07-28 06:37:50 UTC

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

2022-07-28 06:37:51 UTC

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

2022-07-28 06:37:52 UTC

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

2022-07-28 06:37:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=75268f53-ls57

2022-07-31 15:59:51 UTC

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

2022-07-31 15:59:51 UTC

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

2022-07-31 15:59:51 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.1.2-ls66 Build-date:- 2022-07-31T10:56:30-05:00

2022-07-31 15:59:51 UTC

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

2022-07-31 15:59:53 UTC

/bin/sh -c #(nop) COPY dir:7dbaa8bbaed356b4f14bde3353a1607392017411aa750819f056a9a33b89fdec in /gclient

2022-07-31 15:59:54 UTC

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

2022-07-31 16:00:05 UTC

|2 BUILD_DATE=2022-07-31T10:56:30-05:00 VERSION=1.1.2-ls66 /bin/sh -c echo "**** install packages ****" && apk add --no-cache ca-certificates font-noto freerdp-libs nodejs openbox && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing ossp-uuid && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community websocat && echo "**** openbox tweaks ****" && sed -i 's/NLIMC/NLMC/g' /etc/xdg/openbox/rc.xml && echo "**** cleanup ****" && rm -rf /tmp/*

2022-07-31 16:00:06 UTC

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

2022-07-31 16:00:06 UTC

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

2022-07-31 16:00:06 UTC

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

2022-07-31 16:00:06 UTC

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

2022-07-31 16:00:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-31T10:56:30-05:00

2022-07-31 16:00:06 UTC

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

2022-07-31 16:00:07 UTC

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

2022-07-31 16:00:07 UTC

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

2022-07-31 16:00:07 UTC

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

2022-07-31 16:00:07 UTC

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

2022-07-31 16:00:07 UTC

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

2022-07-31 16:00:07 UTC

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

2022-07-31 16:00:07 UTC

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

2022-07-31 16:00:08 UTC

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

2022-07-31 16:00:08 UTC

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

2022-08-07 06:03:54 UTC

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

2022-08-07 06:03:55 UTC

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

2022-08-07 06:03:55 UTC

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

2022-08-07 06:03:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 94.0-r0-ls59 Build-date:- 2022-08-07T01:02:12-05:00

2022-08-07 06:03:55 UTC

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

2022-08-07 06:04:10 UTC

|3 BUILD_DATE=2022-08-07T01:02:12-05:00 FIREFOX_VERSION=94.0-r0 VERSION=94.0-r0-ls59 /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-07 06:04:11 UTC

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

2022-08-07 06:04:11 UTC

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

2022-08-07 06:04:11 UTC

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

2022-08-07 06:04:12 UTC

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

2022-08-07 06:04:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-07T01:02:12-05:00

2022-08-07 06:04:12 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-07 06:04:12 UTC

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

2022-08-07 06:04:13 UTC

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

2022-08-07 06:04:13 UTC

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

2022-08-07 06:04:13 UTC

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

2022-08-07 06:04:13 UTC

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

2022-08-07 06:04:14 UTC

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

2022-08-07 06:04:14 UTC

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

2022-08-07 06:04:14 UTC

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

2022-08-07 06:04:14 UTC

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