Namespace
linuxserver
Image / Tag
emulatorjs:1.7.1-ls30
Content Digest
sha256:9d70d54780e868c11407b371ba36109b1c924425f488c96cdcf0aa2ccd82b14a
Details
Created

2022-05-14 09:52:33 UTC

Size

151 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.7.1-ls30 Build-date:- 2022-05-14T11:48:08+02:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-14T11:48:08+02:00
  • org.opencontainers.image.description
    [Emulatorjs](https://github.com/linuxserver/emulatorjs) - In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-emulatorjs
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    7ca3c545132d3fa4d1d5bfedc6a8eae93c0aa303
  • org.opencontainers.image.revision
    7ca3c545132d3fa4d1d5bfedc6a8eae93c0aa303
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-emulatorjs
  • org.opencontainers.image.title
    Emulatorjs
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-emulatorjs/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    1.7.1-ls30

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:0766be6e1e44070cb2f841275ea08a5c94d5d69b5d22756de16a7958feaa2ad9 - 1.86% (2.8 MB)

[#001] sha256:721d3e529e77f3477392fa0bccacc97fc75f9b0980321045fe6144b6f6dd85ba - 1.19% (1.8 MB)

[#002] sha256:ce5d61454079a9d661b85adae7e15c12214d01ff6f869a728432bc30202d4f56 - 1.15% (1.74 MB)

[#003] sha256:9564d4c661a13f4843ca8424587750fbd69693a0fc05264bf87435f311ad8bc5 - 0.0% (437 Bytes)

[#004] sha256:961d20d6a1a1be950ae3eed115f95161d32384e33ac232931a1704efd44b652a - 2.03% (3.06 MB)

[#005] sha256:9000aeb4a3b76b82ef0ec337a81d45969b124b99433d759058d33230cb4111b0 - 0.0% (3.62 KB)

[#006] sha256:13c080dd028fc1e371a487a9e66bb2ff611ca97b0e8563ef653ea3d0bb65900d - 32.74% (49.4 MB)

[#007] sha256:8cbbe0094865784ab172d8b9ddaf692f354df8a7c26973599b39e50f889b5c92 - 1.15% (1.73 MB)

[#008] sha256:b26c50e0594979037b250c793307c86d75155cc754f9140e8688f3d2b084e960 - 59.88% (90.4 MB)

[#009] sha256:2e3fb7459d05c4991b74d80bfccc31b20b35177bea091ea33e5ef3834af3ee5a - 0.0% (2.61 KB)


History
2022-05-03 06:35:27 UTC

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

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5238694f-ls14 Build-date:- 2022-05-03T08:34:20+02:00

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:28 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2022-05-03 06:35:28 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2022-05-03 06:35:29 UTC

/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/

2022-05-03 06:35:29 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-05-03 06:35:30 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2022-05-03 06:35:30 UTC

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

2022-05-03 06:35:33 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-05-03 06:35:33 UTC

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

2022-05-03 06:35:33 UTC

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

2022-05-03 06:35:33 UTC

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

2022-05-03 06:35:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T08:34:20+02:00

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:35 UTC

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

2022-05-03 06:35:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5238694f-ls14

2022-05-14 09:51:47 UTC

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

2022-05-14 09:51:48 UTC

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

2022-05-14 09:51:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.7.1-ls30 Build-date:- 2022-05-14T11:48:08+02:00

2022-05-14 09:51:48 UTC

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

2022-05-14 09:51:57 UTC

|2 BUILD_DATE=2022-05-14T11:48:08+02:00 VERSION=1.7.1-ls30 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl file flac go-ipfs nginx nodejs p7zip python3 sdl2 && mkdir /data && echo "**** grab pre-built chdman ****" && curl -L "https://ipfs.infura.io/ipfs/QmUfYfuoxPgDRc9Mniv1TBXv6LXPRNArAabZo5VnzfZNtP" -o /usr/local/bin/chdman && chmod +x /usr/local/bin/chdman && echo "**** cleanup ****" && rm -rf /tmp/*

2022-05-14 09:51:58 UTC

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

2022-05-14 09:52:26 UTC

/bin/sh -c #(nop) COPY dir:747a48992c27a09724e47ef07669863370a4a4db2a64246f7effc3e605da3bb4 in /emulatorjs/

2022-05-14 09:52:32 UTC

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

2022-05-14 09:52:32 UTC

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

2022-05-14 09:52:32 UTC

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

2022-05-14 09:52:32 UTC

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

2022-05-14 09:52:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Emulatorjs](https://github.com/linuxserver/emulatorjs) - In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.

2022-05-14 09:52:32 UTC

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

2022-05-14 09:52:32 UTC

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

2022-05-14 09:52:33 UTC

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

2022-05-14 09:52:33 UTC

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

2022-05-14 09:52:33 UTC

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

2022-05-14 09:52:33 UTC

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

2022-05-14 09:52:33 UTC

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

2022-05-14 09:52:33 UTC

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

2022-05-14 09:52:33 UTC

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

Details
Created

2022-05-14 09:53:20 UTC

Size

148 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.7.1-ls30 Build-date:- 2022-05-14T11:48:08+02:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-14T11:48:08+02:00
  • org.opencontainers.image.description
    [Emulatorjs](https://github.com/linuxserver/emulatorjs) - In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-emulatorjs
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    7ca3c545132d3fa4d1d5bfedc6a8eae93c0aa303
  • org.opencontainers.image.revision
    7ca3c545132d3fa4d1d5bfedc6a8eae93c0aa303
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-emulatorjs
  • org.opencontainers.image.title
    Emulatorjs
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-emulatorjs/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    1.7.1-ls30

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:3c6fd825f8a8582662f3d662068ead77dbac9cc02f35adb2d2575dde9d4e93ab - 1.63% (2.41 MB)

[#001] sha256:41518416c57408bf9fd380a0cc229a0d40b5302d4fe5acea9f09e60da96b75fd - 1.45% (2.15 MB)

[#002] sha256:0315a0ed732503e3fb4b1ef79a89f2ea9d0011f1c14c4e705733a640180952c1 - 1.4% (2.08 MB)

[#003] sha256:3f2566a66c35dc0997c9c93078e020dec236bbae04de77b2227a09e7a51cf2a2 - 0.0% (436 Bytes)

[#004] sha256:1a496749f29e62d30d7dea659966974a7cf266c9ea3b8da25bee684ed3253c27 - 2.81% (4.18 MB)

[#005] sha256:e2daf9fa8b1a425e0f4426797aafa48da3d814b5b0cd31b084f6dcc1a525d1bc - 0.0% (3.62 KB)

[#006] sha256:a656f048c63fecd4547f575276f4db754c8780844fe10989e08291f955a4a8cc - 30.7% (45.6 MB)

[#007] sha256:732d3178dfd0e0de517fdafc34a6946a4b200f939749c0f9001086dabb2cd0bd - 1.1% (1.63 MB)

[#008] sha256:170e6a49995259c59bf47f928a78dd52d295590dc75c551b3e0d8d9bea49234b - 60.92% (90.4 MB)

[#009] sha256:58e74091b796725626c46346a1b62609579c25cb63723db3fd1175d829b6085d - 0.0% (2.54 KB)


History
2022-05-03 06:35:40 UTC

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

2022-05-03 06:35:40 UTC

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

2022-05-03 06:35:40 UTC

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

2022-05-03 06:35:40 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5238694f-ls14 Build-date:- 2022-05-03T08:34:20+02:00

2022-05-03 06:35:41 UTC

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

2022-05-03 06:35:41 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2022-05-03 06:35:41 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm

2022-05-03 06:35:43 UTC

/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/

2022-05-03 06:35:45 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-05-03 06:35:45 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2022-05-03 06:35:45 UTC

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

2022-05-03 06:35:52 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-05-03 06:35:53 UTC

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

2022-05-03 06:35:53 UTC

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

2022-05-03 06:35:54 UTC

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

2022-05-03 06:35:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T08:34:20+02:00

2022-05-03 06:35:54 UTC

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

2022-05-03 06:35:54 UTC

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

2022-05-03 06:35:55 UTC

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

2022-05-03 06:35:55 UTC

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

2022-05-03 06:35:55 UTC

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

2022-05-03 06:35:55 UTC

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

2022-05-03 06:35:56 UTC

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

2022-05-03 06:35:56 UTC

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

2022-05-03 06:35:56 UTC

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

2022-05-03 06:35:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5238694f-ls14

2022-05-14 09:52:01 UTC

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

2022-05-14 09:52:02 UTC

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

2022-05-14 09:52:03 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.7.1-ls30 Build-date:- 2022-05-14T11:48:08+02:00

2022-05-14 09:52:04 UTC

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

2022-05-14 09:52:15 UTC

|2 BUILD_DATE=2022-05-14T11:48:08+02:00 VERSION=1.7.1-ls30 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl file flac go-ipfs nginx nodejs p7zip python3 sdl2 && mkdir /data && echo "**** grab pre-built chdman ****" && curl -L "https://ipfs.infura.io/ipfs/QmPYV2qJi3QrgqS9gPbX4XQ7DoNj3aZAz9sHy2Bo3Xeqbj" -o /usr/local/bin/chdman && chmod +x /usr/local/bin/chdman && echo "**** cleanup ****" && rm -rf /tmp/*

2022-05-14 09:52:16 UTC

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

2022-05-14 09:52:54 UTC

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

2022-05-14 09:52:57 UTC

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

2022-05-14 09:52:59 UTC

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

2022-05-14 09:53:01 UTC

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

2022-05-14 09:53:02 UTC

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

2022-05-14 09:53:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Emulatorjs](https://github.com/linuxserver/emulatorjs) - In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.

2022-05-14 09:53:06 UTC

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

2022-05-14 09:53:08 UTC

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

2022-05-14 09:53:10 UTC

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

2022-05-14 09:53:11 UTC

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

2022-05-14 09:53:13 UTC

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

2022-05-14 09:53:15 UTC

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

2022-05-14 09:53:16 UTC

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

2022-05-14 09:53:18 UTC

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

2022-05-14 09:53:20 UTC

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

Details
Created

2022-05-14 09:53:05 UTC

Size

153 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.7.1-ls30 Build-date:- 2022-05-14T11:48:08+02:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-14T11:48:08+02:00
  • org.opencontainers.image.description
    [Emulatorjs](https://github.com/linuxserver/emulatorjs) - In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-emulatorjs
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    7ca3c545132d3fa4d1d5bfedc6a8eae93c0aa303
  • org.opencontainers.image.revision
    7ca3c545132d3fa4d1d5bfedc6a8eae93c0aa303
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-emulatorjs
  • org.opencontainers.image.title
    Emulatorjs
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-emulatorjs/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    1.7.1-ls30

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:2652475af17a31f9615c5ed451fe4eabb089e3d58ecc4e439e24b4da2f21a175 - 1.77% (2.71 MB)

[#001] sha256:5b0b1ccf3f1b890137c9183ea89ab9462db200c0aa346afc609bf291f0f4bbc5 - 1.4% (2.15 MB)

[#002] sha256:50dccb906d1e8a1fc21ab8a9cf3c1db3d695c6b7deae7ff431464b3c83de526d - 1.37% (2.1 MB)

[#003] sha256:2c1b84deb13daddbdb23ad6aa6f14369d4d65f7b5682f3fc0ac48203cdaa1a3f - 0.0% (413 Bytes)

[#004] sha256:fef1f1cae5dc74f84416ae89fe65254a336c533658534bb9efa740888e3c3262 - 3.07% (4.71 MB)

[#005] sha256:c553702bb42636038c22e6ae0576225d86d5f411d32494c7f11fc157d383d410 - 0.0% (3.63 KB)

[#006] sha256:35d346a5e205fe65f94c0d504833202071737c01242eb978d41fd16f3f5492c9 - 32.3% (49.5 MB)

[#007] sha256:4ea6a3e326fd8602a7ee529ce5fa77e78b920e590068bfea68ada915072a4406 - 1.05% (1.61 MB)

[#008] sha256:84d996c10a07e188ff5ebb14efc45a7afceb3160a1f604f9c117a9f96eeef779 - 59.03% (90.4 MB)

[#009] sha256:e29ee13a716c2b0295f407f8b0ff05e9c2b6fea7afdf2b9ce23bbf8f1fb8bba5 - 0.0% (2.53 KB)


History
2022-05-03 06:35:37 UTC

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

2022-05-03 06:35:37 UTC

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

2022-05-03 06:35:38 UTC

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

2022-05-03 06:35:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5238694f-ls14 Build-date:- 2022-05-03T08:34:20+02:00

2022-05-03 06:35:40 UTC

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

2022-05-03 06:35:41 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2022-05-03 06:35:42 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64

2022-05-03 06:35:45 UTC

/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/

2022-05-03 06:35:45 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-05-03 06:35:47 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2022-05-03 06:35:47 UTC

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

2022-05-03 06:35:52 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-05-03 06:35:54 UTC

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

2022-05-03 06:35:54 UTC

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

2022-05-03 06:35:55 UTC

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

2022-05-03 06:35:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T08:34:20+02:00

2022-05-03 06:35:57 UTC

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

2022-05-03 06:35:58 UTC

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

2022-05-03 06:35:59 UTC

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

2022-05-03 06:36:00 UTC

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

2022-05-03 06:36:01 UTC

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

2022-05-03 06:36:02 UTC

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

2022-05-03 06:36:03 UTC

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

2022-05-03 06:36:04 UTC

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

2022-05-03 06:36:05 UTC

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

2022-05-03 06:36:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5238694f-ls14

2022-05-14 09:52:02 UTC

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

2022-05-14 09:52:03 UTC

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

2022-05-14 09:52:04 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.7.1-ls30 Build-date:- 2022-05-14T11:48:08+02:00

2022-05-14 09:52:05 UTC

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

2022-05-14 09:52:15 UTC

|2 BUILD_DATE=2022-05-14T11:48:08+02:00 VERSION=1.7.1-ls30 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl file flac nginx nodejs p7zip python3 sdl2 && mkdir /data && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/v3.14/community go-ipfs && echo "**** grab pre-built chdman ****" && curl -L "https://ipfs.infura.io/ipfs/QmUqmGm5KUeeWSS9FG9DMuSQPpvU7RqffFR9n3rJXDQ8AQ" -o /usr/local/bin/chdman && chmod +x /usr/local/bin/chdman && echo "**** cleanup ****" && rm -rf /tmp/*

2022-05-14 09:52:17 UTC

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

2022-05-14 09:52:44 UTC

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

2022-05-14 09:52:46 UTC

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

2022-05-14 09:52:47 UTC

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

2022-05-14 09:52:49 UTC

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

2022-05-14 09:52:50 UTC

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

2022-05-14 09:52:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Emulatorjs](https://github.com/linuxserver/emulatorjs) - In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.

2022-05-14 09:52:53 UTC

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

2022-05-14 09:52:54 UTC

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

2022-05-14 09:52:56 UTC

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

2022-05-14 09:52:57 UTC

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

2022-05-14 09:52:59 UTC

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

2022-05-14 09:53:00 UTC

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

2022-05-14 09:53:02 UTC

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

2022-05-14 09:53:03 UTC

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

2022-05-14 09:53:05 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete