Namespace
linuxserver
Image / Tag
firefox:94.0-r0-ls59
Content Digest
sha256:597daa72ef2df24de72b336cf1534367c8c4eb446b102d478e0f81d0511bbbbe
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

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

Details
Created

2022-08-07 06:03:56 UTC

Size

297 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:9301d3616cd47d3eae9ec9127a3f18f1bb8ba8187106311367282d26c7cb7f9f - 1.79% (5.3 MB)

[#001] sha256:45cbfea51a274852e10ede3310a2e339d6a45f05d0ade08495552ba3161f8f6b - 1.83% (5.44 MB)

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

[#003] sha256:c7dfa48dde221e60e92cfce08d4a24a1ddc2ce2335aac16e733c1e6be6938a08 - 0.02% (66 KB)

[#004] sha256:d6789b8ee4627439dcc54841a31f836f9a1a4ab281675d98e541c1d4493f0d50 - 3.46% (10.3 MB)

[#005] sha256:5f00668a46c49de2951fc621f0fb096f6416d01624f12531ef3d0e57a5d8ef71 - 47.78% (142 MB)

[#006] sha256:c9b69bf02d190a1fd139a6e515a938bbd8206ff87a693a1469dd79d738507521 - 0.0% (1.69 KB)

[#007] sha256:83c86d5cb418a59a88d76049925ce4bacf101988037f9099617df8c9ca44eaf3 - 1.14% (3.39 MB)

[#008] sha256:c1566874ac1735ae342f6a7e9972f050a9d7465c080d5ca0892345057cb8b1b0 - 1.17% (3.48 MB)

[#009] sha256:959f67448df3f8b88001cf29ba3dee5d4ed6bab867d7aa1d2b2874479ed427a6 - 15.35% (45.6 MB)

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

[#011] sha256:92523cd6b59c7872a23adac48fe2df366cf2b30e4d8d51a1e755a72790d5cbd5 - 27.46% (81.5 MB)

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


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

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

2022-07-26 16:39:43 UTC

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

2022-07-26 16:39:43 UTC

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

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

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

2022-07-26 16:39:46 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:51 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-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && rm -rf /tmp/*

2022-07-26 16:39:53 UTC

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

2022-07-26 16:39:53 UTC

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

2022-07-26 16:39:54 UTC

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

2022-07-26 16:39:55 UTC

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

2022-07-26 16:39:56 UTC

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

2022-07-26 16:39:57 UTC

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

2022-07-26 16:39:58 UTC

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

2022-07-26 16:39:59 UTC

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

2022-07-26 16:40:00 UTC

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

2022-07-26 16:40:01 UTC

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

2022-07-26 16:40:02 UTC

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

2022-07-26 16:40:03 UTC

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

2022-07-26 16:40:04 UTC

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

2022-07-26 16:40:05 UTC

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

2022-07-28 06:36:48 UTC

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

2022-07-28 06:36:48 UTC

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

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

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

2022-07-28 06:36:48 UTC

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

2022-07-28 06:36:49 UTC

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

2022-07-28 06:37:21 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:29 UTC

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

2022-07-28 06:37:30 UTC

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

2022-07-28 06:37:30 UTC

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

2022-07-28 06:37:30 UTC

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

2022-07-28 06:37:30 UTC

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

2022-07-28 06:37:30 UTC

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

2022-07-28 06:37:30 UTC

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

2022-07-28 06:37:31 UTC

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

2022-07-28 06:37:31 UTC

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

2022-07-28 06:37:31 UTC

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

2022-07-28 06:37:31 UTC

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

2022-07-28 06:37:31 UTC

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

2022-07-28 06:37:31 UTC

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

2022-07-28 06:37:32 UTC

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

2022-07-28 06:37:32 UTC

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

2022-07-31 15:59:48 UTC

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

2022-07-31 15:59:48 UTC

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

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

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

2022-07-31 15:59:50 UTC

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

2022-07-31 15:59:51 UTC

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

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

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

2022-07-31 16:00:00 UTC

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

2022-07-31 16:00:00 UTC

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

2022-07-31 16:00:00 UTC

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

2022-07-31 16:00:00 UTC

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

2022-07-31 16:00:01 UTC

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

2022-07-31 16:00:01 UTC

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

2022-07-31 16:00:01 UTC

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

2022-07-31 16:00:01 UTC

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

2022-07-31 16:00:01 UTC

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

2022-07-31 16:00:01 UTC

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

2022-07-31 16:00:02 UTC

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

2022-07-31 16:00:02 UTC

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

2022-07-31 16:00:02 UTC

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

2022-07-31 16:00:02 UTC

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

2022-08-07 06:03:42 UTC

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

2022-08-07 06:03:43 UTC

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

2022-08-07 06:03:43 UTC

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

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

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

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

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

2022-08-07 06:03:54 UTC

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

2022-08-07 06:03:54 UTC

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

2022-08-07 06:03:54 UTC

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

2022-08-07 06:03:54 UTC

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

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

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

2022-08-07 06:03:55 UTC

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

2022-08-07 06:03:55 UTC

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

2022-08-07 06:03:55 UTC

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

2022-08-07 06:03:55 UTC

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

2022-08-07 06:03:55 UTC

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

2022-08-07 06:03:55 UTC

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

2022-08-07 06:03:56 UTC

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

2022-08-07 06:03:56 UTC

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