Namespace
linuxserver
Image / Tag
emulatorjs:amd64-1.4.5
Content Digest
sha256:2a5ebf2e9d5e6bff45844c77c493a98bb5ef211921ee2df1699c60318dbfc3bd
Details
Created

2022-01-05 15:35:44 UTC

Size

150 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.4.5-ls12 Build-date:- 2022-01-05T15:31:41+00:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-01-05T15:31:41+00: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
    42dd84257517bb2d1f75e9312cebc49fa0bff2a7
  • org.opencontainers.image.revision
    42dd84257517bb2d1f75e9312cebc49fa0bff2a7
  • 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.4.5-ls12

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:e337bac8e8c983bacb2ceb14e999c0d7bcc16389fa98ac053c07a85a0ffba5b8 - 1.87% (2.81 MB)

[#001] sha256:1a1e008c218c8e672d03b6f960b1bb2b37c119a762f217b4cf503464a39c1599 - 1.2% (1.8 MB)

[#002] sha256:bf3d130325e09241c1bc54e2af88aa12d6099c2dd8ff6e999953ff5f491d1ad4 - 1.16% (1.74 MB)

[#003] sha256:399567dcdbed9f2ec9e0dacdebc398e60de313b5c88a030474c3cc6cc24de808 - 0.0% (439 Bytes)

[#004] sha256:582a169c10fce0d32873de67234426ded30aca31c640bca67b84599b27966688 - 2.02% (3.03 MB)

[#005] sha256:70e615c19fa3ed3e60ed326fc458de37d753ac601e2fbcc6cd2b044283529f3b - 0.0% (2.85 KB)

[#006] sha256:11538e41deffdb839eb0a8ab00f5d96d623c38f497a4b20da3b34f055f349128 - 33.88% (50.8 MB)

[#007] sha256:b05421300b93af158153ad4dfd0ccb86b60fb902da5c20b7faeb76aaa73401e8 - 1.19% (1.79 MB)

[#008] sha256:e65130a8ead07e0aa12929557181c42d52d7e58fba85dfeca0b9537e7a7b587a - 58.67% (88 MB)

[#009] sha256:adb413bf8b1f4ef5d22ab4b1ad5b3493bfbfa37da12d2b5d653a4e6581c4c6a2 - 0.0% (2.17 KB)


History
2021-12-21 06:36:56 UTC

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

2021-12-21 06:36:57 UTC

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

2021-12-21 06:36:57 UTC

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

2021-12-21 06:36:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f883f151-ls14 Build-date:- 2021-12-21T06:35:34+00:00

2021-12-21 06:36:57 UTC

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

2021-12-21 06:36:57 UTC

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

2021-12-21 06:36:57 UTC

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

2021-12-21 06:36:58 UTC

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

2021-12-21 06:36:59 UTC

|4 BUILD_DATE=2021-12-21T06:35:34+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-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

2021-12-21 06:36:59 UTC

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

2021-12-21 06:36:59 UTC

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

2021-12-21 06:37:02 UTC

|4 BUILD_DATE=2021-12-21T06:35:34+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-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/*

2021-12-21 06:37:02 UTC

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

2021-12-21 06:37:02 UTC

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

2021-12-21 06:37:02 UTC

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

2021-12-21 06:37:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-21T06:35:34+00:00

2021-12-21 06:37:03 UTC

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

2021-12-21 06:37:03 UTC

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

2021-12-21 06:37:03 UTC

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

2021-12-21 06:37:03 UTC

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

2021-12-21 06:37:03 UTC

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

2021-12-21 06:37:03 UTC

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

2021-12-21 06:37:04 UTC

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

2021-12-21 06:37:04 UTC

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

2021-12-21 06:37:04 UTC

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

2021-12-21 06:37:04 UTC

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

2022-01-05 15:35:18 UTC

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

2022-01-05 15:35:18 UTC

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

2022-01-05 15:35:18 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.4.5-ls12 Build-date:- 2022-01-05T15:31:41+00:00

2022-01-05 15:35:18 UTC

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

2022-01-05 15:35:24 UTC

|2 BUILD_DATE=2022-01-05T15:31:41+00:00 VERSION=1.4.5-ls12 /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-01-05 15:35:28 UTC

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

2022-01-05 15:35:41 UTC

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

2022-01-05 15:35:42 UTC

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

2022-01-05 15:35:42 UTC

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

2022-01-05 15:35:43 UTC

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

2022-01-05 15:35:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-05T15:31:41+00:00

2022-01-05 15:35:43 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-01-05 15:35:43 UTC

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

2022-01-05 15:35:43 UTC

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

2022-01-05 15:35:43 UTC

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

2022-01-05 15:35:43 UTC

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

2022-01-05 15:35:44 UTC

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

2022-01-05 15:35:44 UTC

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

2022-01-05 15:35:44 UTC

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

2022-01-05 15:35:44 UTC

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

2022-01-05 15:35:44 UTC

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

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