Namespace
linuxserver
Image / Tag
emulatorjs:amd64-1.7.0-ls23
Content Digest
sha256:e5b84f7fb4bce53ed0bdae2693b326fd9bbeaa2f1b62598e2bf354bfd9b95bf4
Details
Created

2022-03-26 09:48:29 UTC

Size

152 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.7.0-ls23 Build-date:- 2022-03-26T04:45:08-05:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-26T04:45:08-05: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
    5b7608e2655bd6f3cc40cec54de1486eedf1a7cc
  • org.opencontainers.image.revision
    5b7608e2655bd6f3cc40cec54de1486eedf1a7cc
  • 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.0-ls23

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:1806eeb4933ae3cb130d23352eecbf49e56c8f9373bf7d11c6e7951df673752c - 1.85% (2.8 MB)

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

[#002] sha256:83ce7a315ee86c4073bc54e63edbb9bc2fe9d1bf1b7b8dfe90ee94180f2aabe7 - 1.14% (1.74 MB)

[#003] sha256:98414880a999bbf14db6ebdcc0f1f328ad2c0615b09a6cd7cb8a5597928b0c6e - 0.0% (439 Bytes)

[#004] sha256:2e5e9dc11a5ecfd8f44c8b49e4390e8135d8f2446611a413df320f04fe439c3b - 2.02% (3.06 MB)

[#005] sha256:1de1c2ec4106e219cc3af5165faf6220be34412a74335a9e69eb73b810abc013 - 0.0% (3.55 KB)

[#006] sha256:a287fbad29b619ae8cac53a2005035edf0c1877903b213a77c3343798572d0ef - 33.13% (50.2 MB)

[#007] sha256:c476dc79e43c972dd3cbe854f1a4b1026673fd232374b2cda6a9a3640a30d057 - 1.14% (1.72 MB)

[#008] sha256:2e757f178f861505339fff986f0495910df0e8942be25cad5a12d723faf9b110 - 59.53% (90.2 MB)

[#009] sha256:afa818576efdb85bf566e09bcc25b6b79eb19b590295a447813eb6dae5679147 - 0.0% (2.62 KB)


History
2022-03-22 06:33:29 UTC

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

2022-03-22 06:33:29 UTC

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

2022-03-22 06:33:29 UTC

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

2022-03-22 06:33:29 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b20d3658-ls9 Build-date:- 2022-03-22T07:32:18+01:00

2022-03-22 06:33:29 UTC

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

2022-03-22 06:33:30 UTC

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

2022-03-22 06:33:30 UTC

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

2022-03-22 06:33:31 UTC

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

2022-03-22 06:33:32 UTC

|4 BUILD_DATE=2022-03-22T07:32:18+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=b20d3658-ls9 /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-03-22 06:33:32 UTC

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

2022-03-22 06:33:32 UTC

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

2022-03-22 06:33:35 UTC

|4 BUILD_DATE=2022-03-22T07:32:18+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=b20d3658-ls9 /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-03-22 06:33:35 UTC

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

2022-03-22 06:33:35 UTC

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

2022-03-22 06:33:36 UTC

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

2022-03-22 06:33:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-22T07:32:18+01:00

2022-03-22 06:33:36 UTC

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

2022-03-22 06:33:36 UTC

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

2022-03-22 06:33:36 UTC

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

2022-03-22 06:33:36 UTC

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

2022-03-22 06:33:36 UTC

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

2022-03-22 06:33:37 UTC

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

2022-03-22 06:33:37 UTC

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

2022-03-22 06:33:37 UTC

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

2022-03-22 06:33:37 UTC

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

2022-03-22 06:33:37 UTC

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

2022-03-26 09:47:59 UTC

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

2022-03-26 09:47:59 UTC

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

2022-03-26 09:47:59 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.7.0-ls23 Build-date:- 2022-03-26T04:45:08-05:00

2022-03-26 09:47:59 UTC

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

2022-03-26 09:48:06 UTC

|2 BUILD_DATE=2022-03-26T04:45:08-05:00 VERSION=1.7.0-ls23 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache file go-ipfs nginx nodejs p7zip python3 && mkdir /data && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing mame-tools && echo "**** cleanup ****" && rm -rf /tmp/*

2022-03-26 09:48:06 UTC

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

2022-03-26 09:48:26 UTC

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

2022-03-26 09:48:28 UTC

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

2022-03-26 09:48:28 UTC

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

2022-03-26 09:48:28 UTC

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

2022-03-26 09:48:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-26T04:45:08-05:00

2022-03-26 09:48:28 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-03-26 09:48:29 UTC

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

2022-03-26 09:48:29 UTC

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

2022-03-26 09:48:29 UTC

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

2022-03-26 09:48:29 UTC

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

2022-03-26 09:48:29 UTC

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

2022-03-26 09:48:29 UTC

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

2022-03-26 09:48:29 UTC

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

2022-03-26 09:48:29 UTC

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

2022-03-26 09:48:29 UTC

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

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