Namespace
linuxserver
Image / Tag
emulatorjs:arm32v7-1.7.0-ls23
Content Digest
sha256:86ae5d1a44ccec9c9840b6b34d4c369ac4020565b299a7ddbbd487c1efc85d28
Details
Created

2022-03-26 09:49:54 UTC

Size

149 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:60898adfd209ea59f11a682009b5e627732ce8081a87f8bd4b13fa396dcce279 - 1.62% (2.42 MB)

[#001] sha256:ecd00abf5001cf3b9ca700d8078a89a7c93cb339cbf49f68d103612b2e2ef5e5 - 1.44% (2.15 MB)

[#002] sha256:3a5aaa3d5eed662bc172eda2b851fbdcdc238ce6adf67c5ec6723a4f7486e79f - 1.4% (2.08 MB)

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

[#004] sha256:2f549dab31e941c43ba793e741f2293df91df0eeffaeb492167cc7f33ff1bf3d - 2.8% (4.18 MB)

[#005] sha256:32f795993c94a92c070148daf66f037717ebc237fa2ec2f750cfb36307334420 - 0.0% (3.55 KB)

[#006] sha256:be778c22252389f508a79d1922a71589d61690846b021a5f8ea2d842ee3d0987 - 31.05% (46.2 MB)

[#007] sha256:8b04a229aad27f8b8090bc38a90a48a650cb7bd5c631e4e4f29b73cc485034e8 - 1.08% (1.62 MB)

[#008] sha256:89b9d994642e691bbd77c3cb9505b30944591dca3af3b646eff7751707e06239 - 60.6% (90.2 MB)

[#009] sha256:12cd6230477a047d1a2985443ca1c3fbc693ad4631039b0a033f48d0189160b9 - 0.0% (2.54 KB)


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

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

2022-03-22 06:33:34 UTC

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

2022-03-22 06:33:35 UTC

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

2022-03-22 06:33:36 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:37 UTC

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

2022-03-22 06:33:38 UTC

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

2022-03-22 06:33:39 UTC

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

2022-03-22 06:33:42 UTC

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

2022-03-22 06:33:43 UTC

|4 BUILD_DATE=2022-03-22T07:32:18+01:00 OVERLAY_ARCH=arm 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:44 UTC

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

2022-03-22 06:33:44 UTC

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

2022-03-22 06:33:49 UTC

|4 BUILD_DATE=2022-03-22T07:32:18+01:00 OVERLAY_ARCH=arm 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 "**** 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-03-22 06:33:50 UTC

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

2022-03-22 06:33:50 UTC

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

2022-03-22 06:33:51 UTC

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

2022-03-22 06:33:52 UTC

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

2022-03-22 06:33:53 UTC

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

2022-03-22 06:33:54 UTC

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

2022-03-22 06:33:55 UTC

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

2022-03-22 06:33:56 UTC

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

2022-03-22 06:33:57 UTC

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

2022-03-22 06:33:58 UTC

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

2022-03-22 06:33:59 UTC

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

2022-03-22 06:34:00 UTC

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

2022-03-22 06:34:01 UTC

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

2022-03-22 06:34:02 UTC

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

2022-03-26 09:48:41 UTC

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

2022-03-26 09:48:42 UTC

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

2022-03-26 09:48:43 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:48:44 UTC

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

2022-03-26 09:48:54 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:55 UTC

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

2022-03-26 09:49:30 UTC

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

2022-03-26 09:49:33 UTC

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

2022-03-26 09:49:34 UTC

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

2022-03-26 09:49:36 UTC

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

2022-03-26 09:49:38 UTC

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

2022-03-26 09:49:39 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:49:41 UTC

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

2022-03-26 09:49:43 UTC

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

2022-03-26 09:49:44 UTC

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

2022-03-26 09:49:46 UTC

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

2022-03-26 09:49:48 UTC

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

2022-03-26 09:49:49 UTC

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

2022-03-26 09:49:51 UTC

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

2022-03-26 09:49:53 UTC

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

2022-03-26 09:49:54 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