Namespace
linuxserver
Image / Tag
firefox:amd64-94.0-r0-ls60
Content Digest
sha256:80398c42bd5feedba5e1977022bc741dc3ec5739d193e0b3055aa214303469cf
Details
Created

2022-08-14 06:03:17 UTC

Size

322 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:79467b56a1795a72810ed301bd4a987c482329d673ec582b58eeabee831cd02a - 1.59% (5.1 MB)

[#001] sha256:10c7a7465289722bb9ce905fc490cb1eb413d9dc9570668c6555a102b5fd62c5 - 1.18% (3.81 MB)

[#002] sha256:3e82ea42c4deb8d6f1f040d8d6a191adaa7f386cf0917ec5b13008ad952a07cf - 0.0% (5.23 KB)

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

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

[#005] sha256:6680b4d27bd0d33760a59b471df3813b0cf3a421d55ddb983310d519e265ba71 - 50.99% (164 MB)

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

[#007] sha256:3dc1ecfa3312f42d439a021cf787800644b0ba8147088c33e3a19664d4f9a397 - 1.03% (3.33 MB)

[#008] sha256:1b88b176599d665c9f1f92ab4aefe13ca3134a24e17ddcae20954cd67539c5b0 - 1.1% (3.53 MB)

[#009] sha256:110e61b2cc233a7f1afdbc4487d815bc78667ddabc030b5837f4820e8fad481c - 14.24% (45.8 MB)

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

[#011] sha256:fa4719899d1553ef1551999ee4663c83a9f6aac86e17efcbbb6132b2206b4497 - 26.49% (85.3 MB)

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


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

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

2022-08-09 06:36:16 UTC

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

2022-08-09 06:36:16 UTC

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

2022-08-09 06:36:16 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:16 UTC

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

2022-08-09 06:36:16 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:19 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 "**** cleanup ****" && rm -rf /tmp/*

2022-08-09 06:36:20 UTC

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

2022-08-09 06:36:20 UTC

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

2022-08-09 06:36:20 UTC

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

2022-08-09 06:36:20 UTC

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

2022-08-09 06:36:21 UTC

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

2022-08-09 06:36:21 UTC

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

2022-08-09 06:36:21 UTC

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

2022-08-09 06:36:21 UTC

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

2022-08-09 06:36:22 UTC

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

2022-08-09 06:36:22 UTC

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

2022-08-09 06:36:22 UTC

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

2022-08-09 06:36:22 UTC

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

2022-08-09 06:36:23 UTC

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

2022-08-09 06:36:23 UTC

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

2022-08-11 06:34:58 UTC

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

2022-08-11 06:34:58 UTC

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

2022-08-11 06:34:59 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:34:59 UTC

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

2022-08-11 06:34:59 UTC

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

2022-08-11 06:34:59 UTC

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

2022-08-11 06:35:22 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 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-08-11 06:35:22 UTC

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

2022-08-11 06:35:22 UTC

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

2022-08-11 06:35:23 UTC

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

2022-08-11 06:35:23 UTC

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

2022-08-11 06:35:23 UTC

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

2022-08-11 06:35:23 UTC

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

2022-08-11 06:35:23 UTC

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

2022-08-11 06:35:23 UTC

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

2022-08-11 06:35:23 UTC

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

2022-08-11 06:35:24 UTC

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

2022-08-11 06:35:24 UTC

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

2022-08-11 06:35:24 UTC

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

2022-08-11 06:35:24 UTC

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

2022-08-11 06:35:24 UTC

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

2022-08-11 06:35:24 UTC

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

2022-08-12 17:44:11 UTC

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

2022-08-12 17:44:11 UTC

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

2022-08-12 17:44:11 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:11 UTC

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

2022-08-12 17:44:13 UTC

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

2022-08-12 17:44:14 UTC

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

2022-08-12 17:44:21 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:22 UTC

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

2022-08-12 17:44:22 UTC

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

2022-08-12 17:44:22 UTC

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

2022-08-12 17:44:22 UTC

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

2022-08-12 17:44:22 UTC

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

2022-08-12 17:44:22 UTC

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

2022-08-12 17:44:22 UTC

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

2022-08-12 17:44:22 UTC

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

2022-08-12 17:44:23 UTC

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

2022-08-12 17:44:23 UTC

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

2022-08-12 17:44:23 UTC

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

2022-08-12 17:44:23 UTC

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

2022-08-12 17:44:23 UTC

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

2022-08-12 17:44:23 UTC

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

2022-08-12 17:44:23 UTC

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

2022-08-14 06:03:06 UTC

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

2022-08-14 06:03:06 UTC

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

2022-08-14 06:03:06 UTC

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

2022-08-14 06:03:06 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:06 UTC

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

2022-08-14 06:03:14 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:15 UTC

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

2022-08-14 06:03:15 UTC

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

2022-08-14 06:03:15 UTC

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

2022-08-14 06:03:15 UTC

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

2022-08-14 06:03:15 UTC

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

2022-08-14 06:03:16 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:16 UTC

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

2022-08-14 06:03:16 UTC

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

2022-08-14 06:03:16 UTC

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

2022-08-14 06:03:16 UTC

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

2022-08-14 06:03:16 UTC

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

2022-08-14 06:03:16 UTC

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

2022-08-14 06:03:17 UTC

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

2022-08-14 06:03:17 UTC

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

2022-08-14 06:03:17 UTC

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