Namespace
linuxserver
Image / Tag
firefox:amd64-94.0-r0-ls59
Content Digest
sha256:f0e566676acfdcc6c79218a4778f5efc931acfebaaab2730b303889005d219d9
Details
Created

2022-08-07 06:03:44 UTC

Size

322 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:b3d72b7a8ae24584766ae6b2ccbd64fc305ba44806ba373ab449964f99213019 - 1.58% (5.09 MB)

[#001] sha256:010a58c0c63eed2a21c485e4e97d1655e16ac25711989249a41a7733162794e4 - 1.18% (3.8 MB)

[#002] sha256:4de88d20b6622084fdb82601d3cdec0cbce261ce3172b82940fb2fd00f723868 - 0.0% (4.68 KB)

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

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

[#005] sha256:26aabecec6f9a92610e03fd7572fee9016ebf3b14e1016a426be7f246fcf5e53 - 50.98% (164 MB)

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

[#007] sha256:0cb6ee14c8212388cb1c825034106af0bfb894e70ab0c862fb049d4f01bd4a7c - 1.03% (3.33 MB)

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

[#009] sha256:b042894dcb078683673524a9960b887632c167c51d4edd2a4348309785c5dedf - 14.26% (45.9 MB)

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

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

[#012] sha256:1abd0f9d073a1b8abf56aee4325d3c5c503401bf3e42403bf3343c6942150df7 - 0.0% (595 Bytes)


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

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

2022-07-26 16:39:33 UTC

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

2022-07-26 16:39:33 UTC

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

2022-07-26 16:39:33 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:33 UTC

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

2022-07-26 16:39:33 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:35 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 "**** cleanup ****" && rm -rf /tmp/*

2022-07-26 16:39:36 UTC

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

2022-07-26 16:39:36 UTC

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

2022-07-26 16:39:36 UTC

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

2022-07-26 16:39:36 UTC

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

2022-07-26 16:39:36 UTC

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

2022-07-26 16:39:36 UTC

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

2022-07-26 16:39:37 UTC

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

2022-07-26 16:39:37 UTC

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

2022-07-26 16:39:37 UTC

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

2022-07-26 16:39:37 UTC

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

2022-07-26 16:39:37 UTC

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

2022-07-26 16:39:37 UTC

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

2022-07-26 16:39:37 UTC

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

2022-07-26 16:39:37 UTC

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

2022-07-28 06:36:30 UTC

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

2022-07-28 06:36:30 UTC

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

2022-07-28 06:36:30 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:36:31 UTC

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

2022-07-28 06:36:31 UTC

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

2022-07-28 06:36:31 UTC

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

2022-07-28 06:36:53 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 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-07-28 06:36:54 UTC

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

2022-07-28 06:36:55 UTC

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

2022-07-28 06:36:55 UTC

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

2022-07-28 06:36:55 UTC

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

2022-07-28 06:36:55 UTC

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

2022-07-28 06:36:55 UTC

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

2022-07-28 06:36:55 UTC

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

2022-07-28 06:36:55 UTC

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

2022-07-28 06:36:56 UTC

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

2022-07-28 06:36:56 UTC

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

2022-07-28 06:36:56 UTC

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

2022-07-28 06:36:56 UTC

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

2022-07-28 06:36:56 UTC

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

2022-07-28 06:36:56 UTC

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

2022-07-28 06:36:57 UTC

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

2022-07-31 15:59:33 UTC

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

2022-07-31 15:59:34 UTC

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

2022-07-31 15:59:34 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:34 UTC

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

2022-07-31 15:59:36 UTC

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

2022-07-31 15:59:36 UTC

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

2022-07-31 15:59:45 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 15:59:45 UTC

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

2022-07-31 15:59:46 UTC

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

2022-07-31 15:59:46 UTC

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

2022-07-31 15:59:46 UTC

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

2022-07-31 15:59:46 UTC

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

2022-07-31 15:59:46 UTC

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

2022-07-31 15:59:46 UTC

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

2022-07-31 15:59:47 UTC

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

2022-07-31 15:59:47 UTC

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

2022-07-31 15:59:47 UTC

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

2022-07-31 15:59:47 UTC

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

2022-07-31 15:59:47 UTC

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

2022-07-31 15:59:47 UTC

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

2022-07-31 15:59:48 UTC

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

2022-07-31 15:59:48 UTC

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

2022-08-07 06:03:34 UTC

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

2022-08-07 06:03:35 UTC

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

2022-08-07 06:03:35 UTC

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

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

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

2022-08-07 06:03:42 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:03:43 UTC

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

2022-08-07 06:03:43 UTC

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

2022-08-07 06:03:43 UTC

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

2022-08-07 06:03:43 UTC

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

2022-08-07 06:03:43 UTC

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

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

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

2022-08-07 06:03:44 UTC

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

2022-08-07 06:03:44 UTC

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

2022-08-07 06:03:44 UTC

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

2022-08-07 06:03:44 UTC

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

2022-08-07 06:03:44 UTC

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

2022-08-07 06:03:44 UTC

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

2022-08-07 06:03:44 UTC

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

2022-08-07 06:03:44 UTC

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