Namespace
linuxserver
Image / Tag
firefox:amd64-94.0-r0-ls66
Content Digest
sha256:327911e6b85c23e58b0a746fa1195eeae6ea1c56188f7772d21abce93e96b9e3
Details
Created

2022-10-23 06:20:12 UTC

Size

322 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 94.0-r0-ls66 Build-date:- 2022-10-23T01:18:59-05:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-10-23T01:18:59-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
    8210625c22b472311d18b1e2450e8fd41774acd3
  • org.opencontainers.image.revision
    8210625c22b472311d18b1e2450e8fd41774acd3
  • 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-ls66

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:66ce20e6638ea9d75252226a82b774fb49704e39ff06329c1e2ec3901349f3ce - 1.58% (5.1 MB)

[#001] sha256:99bc27d471603a03bdf3e8fb41b92920c5755ef955b46b4bbc9902b5b1372396 - 1.18% (3.8 MB)

[#002] sha256:f83b8e85c02510ef53c4884e250473cbace109e18f7224e6eff921166a87cff9 - 0.0% (5.9 KB)

[#003] sha256:b177bf8e06169d8eae17d206bc0b04bccad65291a5f43d648d3610d808ed1c66 - 0.02% (67.3 KB)

[#004] sha256:f0dd822db0eac73ca3fc7a6ec17c395bcbbe5af7e3a0600527a6af11c2229d06 - 3.35% (10.8 MB)

[#005] sha256:f138c54459eb84bdd2a575cd98adaba24af9cac0b2c95ca9cb4025529fd39668 - 50.94% (164 MB)

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

[#007] sha256:07c90905ae4a9c2911a0cde388ec5b49399cb61c8ba56af53ca0649215694657 - 1.14% (3.67 MB)

[#008] sha256:99fd51eaa8e125348b1fa07192eb448c64fbf28ba6b9a24b326145dca65e05e7 - 1.1% (3.53 MB)

[#009] sha256:7901169ffc93572033bbfbc402e1e6a21c14ef65d63093b35d9c516fd6cd88ff - 14.23% (45.9 MB)

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

[#011] sha256:10c86e28925f4ce368c8ac121aa546a060dc2cf573f3597b429fd945724148e2 - 26.46% (85.3 MB)

[#012] sha256:b3a1c9d715ba62d1da80ba731e86fc158863dc768b09a9d4886dcf2c94bacab5 - 0.0% (597 Bytes)


History
2022-09-20 06:59:13 UTC

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

2022-09-20 06:59:13 UTC

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

2022-09-20 06:59:13 UTC

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

2022-09-20 06:59:13 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fb70a18b-ls31 Build-date:- 2022-09-20T08:57:50+02:00

2022-09-20 06:59:14 UTC

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

2022-09-20 06:59:14 UTC

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

2022-09-20 06:59:17 UTC

|2 BUILD_DATE=2022-09-20T08:57:50+02:00 VERSION=fb70a18b-ls31 /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 "**** cleanup ****" && rm -rf /tmp/*

2022-09-20 06:59:17 UTC

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

2022-09-20 06:59:17 UTC

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

2022-09-20 06:59:17 UTC

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

2022-09-20 06:59:18 UTC

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

2022-09-20 06:59:18 UTC

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

2022-09-20 06:59:18 UTC

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

2022-09-20 06:59:18 UTC

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

2022-09-20 06:59:18 UTC

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

2022-09-20 06:59:18 UTC

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

2022-09-20 06:59:18 UTC

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

2022-09-20 06:59:18 UTC

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

2022-09-20 06:59:19 UTC

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

2022-09-20 06:59:19 UTC

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

2022-09-20 06:59:19 UTC

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

2022-10-13 07:00:46 UTC

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

2022-10-13 07:00:46 UTC

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

2022-10-13 07:00:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 61c7fd0c-ls64 Build-date:- 2022-10-13T08:57:47+02:00

2022-10-13 07:00:47 UTC

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

2022-10-13 07:00:47 UTC

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

2022-10-13 07:00:48 UTC

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

2022-10-13 07:01:17 UTC

|2 BUILD_DATE=2022-10-13T08:57:47+02:00 VERSION=61c7fd0c-ls64 /bin/sh -c echo "**** install deps ****" && apk add --no-cache dbus-x11 docker libpulse mesa openssh-client openssl pavucontrol pulseaudio pciutils-libs sudo xf86-video-ati xf86-video-amdgpu xf86-video-intel 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-10-13 07:01:19 UTC

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

2022-10-13 07:01:19 UTC

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

2022-10-13 07:01:19 UTC

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

2022-10-13 07:01:19 UTC

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

2022-10-13 07:01:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-13T08:57:47+02:00

2022-10-13 07:01:20 UTC

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

2022-10-13 07:01:20 UTC

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

2022-10-13 07:01:20 UTC

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

2022-10-13 07:01:21 UTC

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

2022-10-13 07:01:21 UTC

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

2022-10-13 07:01:21 UTC

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

2022-10-13 07:01:21 UTC

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

2022-10-13 07:01:21 UTC

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

2022-10-13 07:01:21 UTC

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

2022-10-13 07:01:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=61c7fd0c-ls64

2022-10-16 16:08:27 UTC

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

2022-10-16 16:08:27 UTC

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

2022-10-16 16:08:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.1.2-ls74 Build-date:- 2022-10-16T18:04:24+02:00

2022-10-16 16:08:28 UTC

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

2022-10-16 16:08:30 UTC

/bin/sh -c #(nop) COPY dir:5b8db4904872c3466ad014cd6feeea9aa414c93d4c59a57ac65d62647cd1970a in /gclient

2022-10-16 16:08:31 UTC

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

2022-10-16 16:08:40 UTC

|2 BUILD_DATE=2022-10-16T18:04:24+02:00 VERSION=1.1.2-ls74 /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-10-16 16:08:41 UTC

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

2022-10-16 16:08:41 UTC

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

2022-10-16 16:08:41 UTC

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

2022-10-16 16:08:41 UTC

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

2022-10-16 16:08:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-16T18:04:24+02:00

2022-10-16 16:08:42 UTC

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

2022-10-16 16:08:42 UTC

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

2022-10-16 16:08:42 UTC

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

2022-10-16 16:08:42 UTC

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

2022-10-16 16:08:42 UTC

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

2022-10-16 16:08:43 UTC

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

2022-10-16 16:08:43 UTC

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

2022-10-16 16:08:43 UTC

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

2022-10-16 16:08:43 UTC

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

2022-10-16 16:08:44 UTC

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

2022-10-23 06:20:02 UTC

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

2022-10-23 06:20:02 UTC

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

2022-10-23 06:20:03 UTC

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

2022-10-23 06:20:03 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 94.0-r0-ls66 Build-date:- 2022-10-23T01:18:59-05:00

2022-10-23 06:20:03 UTC

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

2022-10-23 06:20:09 UTC

|3 BUILD_DATE=2022-10-23T01:18:59-05:00 FIREFOX_VERSION=94.0-r0 VERSION=94.0-r0-ls66 /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-10-23 06:20:10 UTC

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

2022-10-23 06:20:10 UTC

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

2022-10-23 06:20:10 UTC

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

2022-10-23 06:20:10 UTC

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

2022-10-23 06:20:10 UTC

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

2022-10-23 06:20:11 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-10-23 06:20:11 UTC

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

2022-10-23 06:20:11 UTC

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

2022-10-23 06:20:11 UTC

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

2022-10-23 06:20:11 UTC

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

2022-10-23 06:20:11 UTC

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

2022-10-23 06:20:11 UTC

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

2022-10-23 06:20:11 UTC

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

2022-10-23 06:20:11 UTC

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

2022-10-23 06:20:12 UTC

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