Namespace
linuxserver
Image / Tag
emulatorjs:arm32v7-1.4.2-ls11
Content Digest
sha256:48f86a4fd24b19962501a315bbecd64c14f86ac023cba1ed860b39ab062a0bfa
Details
Created

2021-12-18 09:50:28 UTC

Size

147 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.4.2-ls11 Build-date:- 2021-12-18T10:45:15+01:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-12-18T10:45: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
    05893fa2cf1d3f101f95b978631bd99c1a9016e8
  • org.opencontainers.image.revision
    05893fa2cf1d3f101f95b978631bd99c1a9016e8
  • 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.2-ls11

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.66% (2.43 MB)

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

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

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

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

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

[#006] sha256:61bb9c25efcf96327f7183f32e1ebb00e37a7578572da8a254d6cde97e30df04 - 31.42% (46 MB)

[#007] sha256:d5abdff907ef99fc6a06736ef3fa48a27c160b6b5898726df93ea8e68ea32633 - 1.16% (1.7 MB)

[#008] sha256:dd00088d5aed4c33482f585d10b7bdbb6178b31f153a6dffaad4f51599e475dd - 60.04% (88 MB)

[#009] sha256:5c73bb4740b96c2635aee54ab53687c05729e64ee11f737821fce49f88b4051f - 0.0% (2.04 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-18 09:49:13 UTC

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

2021-12-18 09:49:14 UTC

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

2021-12-18 09:49:15 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.4.2-ls11 Build-date:- 2021-12-18T10:45:15+01:00

2021-12-18 09:49:16 UTC

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

2021-12-18 09:49:27 UTC

|2 BUILD_DATE=2021-12-18T10:45:15+01:00 VERSION=1.4.2-ls11 /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-18 09:49:28 UTC

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

2021-12-18 09:50:01 UTC

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

2021-12-18 09:50:05 UTC

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

2021-12-18 09:50:07 UTC

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

2021-12-18 09:50:09 UTC

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

2021-12-18 09:50:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-18T10:45:15+01:00

2021-12-18 09:50:12 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-18 09:50:14 UTC

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

2021-12-18 09:50:16 UTC

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

2021-12-18 09:50:17 UTC

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

2021-12-18 09:50:19 UTC

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

2021-12-18 09:50:21 UTC

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

2021-12-18 09:50:23 UTC

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

2021-12-18 09:50:24 UTC

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

2021-12-18 09:50:26 UTC

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

2021-12-18 09:50:28 UTC

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

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