Namespace
linuxserver
Image / Tag
emulatorjs:arm32v7-1.4.0
Content Digest
sha256:3b36ee7ceb78205468878d1cf27db94e082d850436d114ef8428254e0a803454
Details
Created

2021-12-07 04:05:46 UTC

Size

148 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.4.0-ls10 Build-date:- 2021-12-07T04:59:15+01:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-12-07T04:59:15+01: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
    d987da76ef1c2d94be604b66ce07b2c71b25482e
  • org.opencontainers.image.revision
    d987da76ef1c2d94be604b66ce07b2c71b25482e
  • 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.0-ls10

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:2fa8a45b6824fe00ff5d8f8186a28a9045351f474819d7ee25627e8bc5d5081f - 1.64% (2.43 MB)

[#001] sha256:3c45a8314260d8f04178b3349fd3c0e8ac9b6eb42e0df6faed612bfb50684ae7 - 1.46% (2.15 MB)

[#002] sha256:cabd81edd01e03d206f6ebe083b2902b9d89cb194ca33673cf2238a9874daa70 - 1.41% (2.08 MB)

[#003] sha256:29fa227b2952a26a4a0abd8fd141fe2878b35f823ac9a1afb643ae619fea0bc5 - 0.0% (409 Bytes)

[#004] sha256:f6ff3ce5833a12253d88ee56e01d10377da48e8b68d0ca4e293a274ff5a9d118 - 2.82% (4.16 MB)

[#005] sha256:32c6ae1497ccd195461a0c48f712740dda57c65f9648a5eda03c032edaf3bd77 - 0.0% (2.85 KB)

[#006] sha256:de8ea41430e44d00b723aa917db3029312b8a6534524e06f22b55d2dc84027ce - 31.17% (46 MB)

[#007] sha256:4293dfd10992595b747877768a67d76f0cde86faa9e73ee1c40daa95344e099b - 1.15% (1.7 MB)

[#008] sha256:2971313853088826364b2ba83edcb6c794f56490d8ff6c29c28c556b2a86acb9 - 60.35% (89.1 MB)

[#009] sha256:acc26ef8cdce0b011ec866f61a0eaedf2f4a7283898f73cba8a5037336216f8f - 0.0% (2.13 KB)


History
2021-11-27 18:14:49 UTC

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

2021-11-27 18:14:50 UTC

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

2021-11-27 18:14:50 UTC

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

2021-11-27 18:14:51 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f883f151-ls13 Build-date:- 2021-11-27T19:13:33+01:00

2021-11-27 18:14:52 UTC

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

2021-11-27 18:14:53 UTC

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

2021-11-27 18:14:54 UTC

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

2021-11-27 18:14:56 UTC

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

2021-11-27 18:14:57 UTC

|4 BUILD_DATE=2021-11-27T19:13:33+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-ls13 /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-11-27 18:14:58 UTC

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

2021-11-27 18:14:58 UTC

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

2021-11-27 18:15:04 UTC

|4 BUILD_DATE=2021-11-27T19:13:33+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-ls13 /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/*

2021-11-27 18:15:05 UTC

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

2021-11-27 18:15:05 UTC

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

2021-11-27 18:15:06 UTC

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

2021-11-27 18:15:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-27T19:13:33+01:00

2021-11-27 18:15:08 UTC

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

2021-11-27 18:15:09 UTC

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

2021-11-27 18:15:10 UTC

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

2021-11-27 18:15:11 UTC

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

2021-11-27 18:15:12 UTC

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

2021-11-27 18:15:13 UTC

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

2021-11-27 18:15:14 UTC

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

2021-11-27 18:15:15 UTC

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

2021-11-27 18:15:16 UTC

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

2021-11-27 18:15:17 UTC

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

2021-12-07 04:04:25 UTC

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

2021-12-07 04:04:25 UTC

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

2021-12-07 04:04:25 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.4.0-ls10 Build-date:- 2021-12-07T04:59:15+01:00

2021-12-07 04:04:25 UTC

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

2021-12-07 04:04:38 UTC

|2 BUILD_DATE=2021-12-07T04:59:15+01:00 VERSION=1.4.0-ls10 /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/*

2021-12-07 04:04:39 UTC

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

2021-12-07 04:05:38 UTC

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

2021-12-07 04:05:42 UTC

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

2021-12-07 04:05:42 UTC

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

2021-12-07 04:05:42 UTC

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

2021-12-07 04:05:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-07T04:59:15+01:00

2021-12-07 04:05: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.

2021-12-07 04:05:43 UTC

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

2021-12-07 04:05:44 UTC

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

2021-12-07 04:05:44 UTC

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

2021-12-07 04:05:44 UTC

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

2021-12-07 04:05:45 UTC

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

2021-12-07 04:05:45 UTC

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

2021-12-07 04:05:45 UTC

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

2021-12-07 04:05:46 UTC

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

2021-12-07 04:05:46 UTC

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

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