Namespace
linuxserver
Image / Tag
firefox:amd64-94.0-r0-ls57
Content Digest
sha256:5c35115794c1dfb397e081ed3254ed2070f282ae2c5d143ec844a2d21dbea5b6
Details
Created

2022-07-24 06:02:47 UTC

Size

322 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 94.0-r0-ls57 Build-date:- 2022-07-24T08:01:44+02:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-07-24T08:01:44+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
    1cc287f17e895a47c47d4643b67c8d2d904d9312
  • org.opencontainers.image.revision
    1cc287f17e895a47c47d4643b67c8d2d904d9312
  • 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-ls57

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:589875fa2aa4a1db73025cfc2274398ea04959e297f8b76279485c9452d38245 - 1.58% (5.09 MB)

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

[#002] sha256:1acbb39801e6387cd071059b727b9e3a045ec567c59440a25927d847c0664277 - 0.0% (4.19 KB)

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

[#004] sha256:84318836abf96915c523c6404df3a106c50e119f46f480753866b2532337b8ac - 3.36% (10.8 MB)

[#005] sha256:392bf77db82f60180f5b0607d76bee91a20cd1d86b1a89be2b1ad3943cd80f09 - 51.01% (164 MB)

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

[#007] sha256:5e6268236cb1ffd548660a4b14c5b8386925cf92af1f2d3fc673f390c3d06dc8 - 1.03% (3.33 MB)

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

[#009] sha256:a27b984e175c394cd959daa42867c72d0a66838570042a674dd15c53d3af6403 - 14.23% (45.8 MB)

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

[#011] sha256:0f0e9d017a4ac832a14e0b27d9b3c533f41d35531095a9c9f9c2b71799b35742 - 26.5% (85.3 MB)

[#012] sha256:6992c292e767dca5eda66a80a7b9e1cb5bf94191fce0cb2ccb1c086b5b0c6768 - 0.0% (596 Bytes)


History
2022-07-10 20:57:09 UTC

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

2022-07-10 20:57:09 UTC

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

2022-07-10 20:57:09 UTC

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

2022-07-10 20:57:09 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f3c1af80-ls17 Build-date:- 2022-07-10T15:55:52-05:00

2022-07-10 20:57:09 UTC

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

2022-07-10 20:57:09 UTC

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

2022-07-10 20:57:11 UTC

|2 BUILD_DATE=2022-07-10T15:55:52-05:00 VERSION=f3c1af80-ls17 /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-10 20:57:12 UTC

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

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-10T15:55:52-05:00

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:13 UTC

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

2022-07-10 20:57:13 UTC

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

2022-07-10 20:57:13 UTC

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

2022-07-10 20:57:13 UTC

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

2022-07-10 20:57:13 UTC

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

2022-07-16 22:41:56 UTC

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

2022-07-16 22:41:56 UTC

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

2022-07-16 22:41:56 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 034cbc1c-ls56 Build-date:- 2022-07-16T17:39:44-05:00

2022-07-16 22:41:56 UTC

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

2022-07-16 22:41:57 UTC

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

2022-07-16 22:41:57 UTC

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

2022-07-16 22:42:13 UTC

|2 BUILD_DATE=2022-07-16T17:39:44-05:00 VERSION=034cbc1c-ls56 /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-16 22:42:13 UTC

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

2022-07-16 22:42:14 UTC

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

2022-07-16 22:42:14 UTC

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

2022-07-16 22:42:14 UTC

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

2022-07-16 22:42:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-16T17:39:44-05:00

2022-07-16 22:42:14 UTC

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

2022-07-16 22:42:14 UTC

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

2022-07-16 22:42:14 UTC

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

2022-07-16 22:42:14 UTC

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

2022-07-16 22:42:14 UTC

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

2022-07-16 22:42:15 UTC

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

2022-07-16 22:42:15 UTC

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

2022-07-16 22:42:15 UTC

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

2022-07-16 22:42:15 UTC

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

2022-07-16 22:42:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=034cbc1c-ls56

2022-07-17 15:59:34 UTC

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

2022-07-17 15:59:34 UTC

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

2022-07-17 15:59:34 UTC

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

2022-07-17 15:59:34 UTC

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

2022-07-17 15:59:36 UTC

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

2022-07-17 15:59:36 UTC

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

2022-07-17 15:59:44 UTC

|2 BUILD_DATE=2022-07-17T10:56:28-05:00 VERSION=1.1.2-ls64 /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-17 15:59:44 UTC

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

2022-07-17 15:59:45 UTC

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

2022-07-17 15:59:45 UTC

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

2022-07-17 15:59:45 UTC

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

2022-07-17 15:59:45 UTC

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

2022-07-17 15:59:45 UTC

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

2022-07-17 15:59:46 UTC

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

2022-07-17 15:59:46 UTC

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

2022-07-17 15:59:46 UTC

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

2022-07-17 15:59:46 UTC

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

2022-07-17 15:59:46 UTC

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

2022-07-17 15:59:46 UTC

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

2022-07-17 15:59:46 UTC

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

2022-07-17 15:59:47 UTC

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

2022-07-17 15:59:47 UTC

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

2022-07-24 06:02:38 UTC

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

2022-07-24 06:02:39 UTC

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

2022-07-24 06:02:39 UTC

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

2022-07-24 06:02:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 94.0-r0-ls57 Build-date:- 2022-07-24T08:01:44+02:00

2022-07-24 06:02:39 UTC

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

2022-07-24 06:02:45 UTC

|3 BUILD_DATE=2022-07-24T08:01:44+02:00 FIREFOX_VERSION=94.0-r0 VERSION=94.0-r0-ls57 /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-07-24 06:02:46 UTC

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

2022-07-24 06:02:46 UTC

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

2022-07-24 06:02:46 UTC

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

2022-07-24 06:02:46 UTC

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

2022-07-24 06:02:46 UTC

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

2022-07-24 06:02:46 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-07-24 06:02:46 UTC

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

2022-07-24 06:02:47 UTC

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

2022-07-24 06:02:47 UTC

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

2022-07-24 06:02:47 UTC

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

2022-07-24 06:02:47 UTC

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

2022-07-24 06:02:47 UTC

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

2022-07-24 06:02:47 UTC

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

2022-07-24 06:02:47 UTC

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

2022-07-24 06:02:47 UTC

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