Namespace
linuxserver
Image / Tag
firefox:94.0-r0-ls60
Content Digest
sha256:2212d51249709ae31e2780499ff33ad6b6b6d598a8814e86416174e9e7c39607
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

Details
Created

2022-08-14 06:04:09 UTC

Size

282 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:f9382f84ec43deb1d32f36bdb677bf2d397a4b371c0d7f043d984efa4ced99b8 - 1.8% (5.08 MB)

[#001] sha256:d18dd40cc95463a84ef492a999980c00e1065209605e44f849ca69b227ec5377 - 1.73% (4.87 MB)

[#002] sha256:8bc615ee6c9a0491af75c059ac7b7e4c9bd780d18fb0981a4855dbcd789a076f - 0.0% (5.27 KB)

[#003] sha256:4acf04dfa82710c3a4aa6f9a3b084e17f5d5fb73208574498e87bca9665a52d9 - 0.02% (64.2 KB)

[#004] sha256:e0b479db4bda97451f4f1a11ece77dd32c94d2e37b29e50cf25f6bbc2ce33fe7 - 3.43% (9.68 MB)

[#005] sha256:cb326791579c465395d34246a3366b39cfd3d3feddf9796d31cfd1219eda89b6 - 46.58% (131 MB)

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

[#007] sha256:8652e4c1a8710c8a499381b0cfd3cff5209ec89489ec4f052f374edf84f7d53d - 1.2% (3.38 MB)

[#008] sha256:76dd7b6769bb4dc76574675430e6d3a377ded04d525554e5baef6b93489b5d3a - 1.18% (3.32 MB)

[#009] sha256:b8262c76220ef4eec279c8d359398ac89c4977ef05f1deb20af9c2699184670b - 15.55% (43.9 MB)

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

[#011] sha256:2d08ffc23a72bdca5ca2fe446a68f7fecd42d05e672bc424a4478abafce5dec8 - 28.51% (80.4 MB)

[#012] sha256:7cf6c8fe032e745a958d6bb0f6604243a9d560e5f38c1af64029db3baec59c25 - 0.0% (595 Bytes)


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

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

2022-08-09 06:36:13 UTC

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

2022-08-09 06:36:13 UTC

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

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

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

2022-08-09 06:36:13 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:17 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 "**** 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-08-09 06:36:17 UTC

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

2022-08-09 06:36:17 UTC

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

2022-08-09 06:36:18 UTC

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

2022-08-09 06:36:18 UTC

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

2022-08-09 06:36:18 UTC

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

2022-08-09 06:36:18 UTC

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

2022-08-09 06:36:18 UTC

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

2022-08-09 06:36:18 UTC

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

2022-08-09 06:36:19 UTC

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

2022-08-09 06:36:19 UTC

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

2022-08-09 06:36:19 UTC

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

2022-08-09 06:36:19 UTC

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

2022-08-09 06:36:19 UTC

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

2022-08-09 06:36:19 UTC

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

2022-08-11 06:36:13 UTC

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

2022-08-11 06:36:14 UTC

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

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

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

2022-08-11 06:36:18 UTC

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

2022-08-11 06:36:19 UTC

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

2022-08-11 06:36:48 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 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-08-11 06:36:50 UTC

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

2022-08-11 06:36:50 UTC

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

2022-08-11 06:36:51 UTC

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

2022-08-11 06:36:52 UTC

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

2022-08-11 06:36:53 UTC

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

2022-08-11 06:36:54 UTC

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

2022-08-11 06:36:55 UTC

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

2022-08-11 06:36:56 UTC

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

2022-08-11 06:36:57 UTC

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

2022-08-11 06:36:58 UTC

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

2022-08-11 06:36:59 UTC

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

2022-08-11 06:37:00 UTC

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

2022-08-11 06:37:01 UTC

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

2022-08-11 06:37:02 UTC

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

2022-08-11 06:37:03 UTC

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

2022-08-12 17:46:45 UTC

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

2022-08-12 17:46:45 UTC

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

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

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

2022-08-12 17:46:50 UTC

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

2022-08-12 17:46:51 UTC

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

2022-08-12 17:47:05 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:47:05 UTC

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

2022-08-12 17:47:05 UTC

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

2022-08-12 17:47:06 UTC

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

2022-08-12 17:47:06 UTC

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

2022-08-12 17:47:06 UTC

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

2022-08-12 17:47:06 UTC

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

2022-08-12 17:47:07 UTC

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

2022-08-12 17:47:07 UTC

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

2022-08-12 17:47:07 UTC

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

2022-08-12 17:47:07 UTC

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

2022-08-12 17:47:08 UTC

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

2022-08-12 17:47:08 UTC

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

2022-08-12 17:47:08 UTC

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

2022-08-12 17:47:09 UTC

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

2022-08-12 17:47:09 UTC

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

2022-08-14 06:03:39 UTC

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

2022-08-14 06:03:39 UTC

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

2022-08-14 06:03:40 UTC

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

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

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

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

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

2022-08-14 06:03:56 UTC

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

2022-08-14 06:03:57 UTC

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

2022-08-14 06:03:58 UTC

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

2022-08-14 06:03:59 UTC

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

2022-08-14 06:04:00 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:04:01 UTC

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

2022-08-14 06:04:02 UTC

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

2022-08-14 06:04:03 UTC

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

2022-08-14 06:04:04 UTC

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

2022-08-14 06:04:05 UTC

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

2022-08-14 06:04:06 UTC

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

2022-08-14 06:04:07 UTC

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

2022-08-14 06:04:08 UTC

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

2022-08-14 06:04:09 UTC

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

Details
Created

2022-08-14 06:03:44 UTC

Size

297 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:d9f79021961b0824665f8a19865f705e47e378dfa2cedd0a11366d5ee89de1b9 - 1.79% (5.31 MB)

[#001] sha256:b387369681fd3b24a3037d67c13f1eea28202bff9d149e520ae25ffde0fb90bf - 1.84% (5.46 MB)

[#002] sha256:fdc3ebd1d9fd68d5491ebf634c42efc6c37fad82a5b83d5a38127f04d6bd1819 - 0.0% (5.11 KB)

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

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

[#005] sha256:74d02f18185c0b4b5b12e3f234af869ee3736762ee955837f6181fa0dae3bc1b - 47.78% (142 MB)

[#006] sha256:8a170796143f5ccb37a6483be080c817782aaf3358e7dc6e6773744778fef95f - 0.0% (1.68 KB)

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

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

[#009] sha256:517990f32acdef59e0783839ebf15ed563b966ab3aeeb87b347e22fc81706aa1 - 15.33% (45.5 MB)

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

[#011] sha256:11e971f57ac1a5682bdd2f391f058c9a36f7ab07a08e00c5d2ddc6cf77560832 - 27.46% (81.5 MB)

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


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

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

2022-08-09 06:36:25 UTC

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

2022-08-09 06:36:25 UTC

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

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

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

2022-08-09 06:36:28 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:36 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 "**** 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-08-09 06:36:37 UTC

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

2022-08-09 06:36:37 UTC

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

2022-08-09 06:36:38 UTC

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

2022-08-09 06:36:39 UTC

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

2022-08-09 06:36:40 UTC

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

2022-08-09 06:36:41 UTC

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

2022-08-09 06:36:42 UTC

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

2022-08-09 06:36:43 UTC

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

2022-08-09 06:36:44 UTC

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

2022-08-09 06:36:45 UTC

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

2022-08-09 06:36:46 UTC

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

2022-08-09 06:36:47 UTC

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

2022-08-09 06:36:48 UTC

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

2022-08-09 06:36:49 UTC

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

2022-08-11 06:35:41 UTC

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

2022-08-11 06:35:41 UTC

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

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

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

2022-08-11 06:35:45 UTC

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

2022-08-11 06:35:46 UTC

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

2022-08-11 06:36:19 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 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-08-11 06:36:20 UTC

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

2022-08-11 06:36:20 UTC

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

2022-08-11 06:36:21 UTC

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

2022-08-11 06:36:22 UTC

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

2022-08-11 06:36:23 UTC

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

2022-08-11 06:36:24 UTC

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

2022-08-11 06:36:25 UTC

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

2022-08-11 06:36:26 UTC

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

2022-08-11 06:36:27 UTC

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

2022-08-11 06:36:28 UTC

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

2022-08-11 06:36:29 UTC

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

2022-08-11 06:36:30 UTC

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

2022-08-11 06:36:31 UTC

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

2022-08-11 06:36:32 UTC

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

2022-08-11 06:36:33 UTC

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

2022-08-12 17:44:33 UTC

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

2022-08-12 17:44:34 UTC

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

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

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

2022-08-12 17:44:35 UTC

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

2022-08-12 17:44:36 UTC

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

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

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

2022-08-12 17:44:45 UTC

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

2022-08-12 17:44:45 UTC

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

2022-08-12 17:44:45 UTC

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

2022-08-12 17:44:45 UTC

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

2022-08-12 17:44:46 UTC

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

2022-08-12 17:44:46 UTC

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

2022-08-12 17:44:46 UTC

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

2022-08-12 17:44:46 UTC

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

2022-08-12 17:44:46 UTC

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

2022-08-12 17:44:46 UTC

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

2022-08-12 17:44:47 UTC

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

2022-08-12 17:44:47 UTC

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

2022-08-12 17:44:47 UTC

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

2022-08-12 17:44:47 UTC

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

2022-08-14 06:03:30 UTC

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

2022-08-14 06:03:30 UTC

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

2022-08-14 06:03:30 UTC

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

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

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

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

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

2022-08-14 06:03:42 UTC

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

2022-08-14 06:03:42 UTC

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

2022-08-14 06:03:43 UTC

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

2022-08-14 06:03:43 UTC

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

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

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

2022-08-14 06:03:43 UTC

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

2022-08-14 06:03:43 UTC

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

2022-08-14 06:03:44 UTC

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

2022-08-14 06:03:44 UTC

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

2022-08-14 06:03:44 UTC

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

2022-08-14 06:03:44 UTC

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

2022-08-14 06:03:44 UTC

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

2022-08-14 06:03:44 UTC

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