Namespace
linuxserver
Image / Tag
emulatorjs:arm64v8-1.7.0-ls24
Content Digest
sha256:576e1afc7f707918c3ed2a9e79affb5ded8ab4ac5e4f105bef990466f565be84
Details
Created

2022-04-02 09:49:33 UTC

Size

155 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.7.0-ls24 Build-date:- 2022-04-02T04:44:25-05:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-04-02T04:44:25-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
    1cb1dfe36e6940d3320a30bfae9cb1ae0d2ab3cb
  • org.opencontainers.image.revision
    1cb1dfe36e6940d3320a30bfae9cb1ae0d2ab3cb
  • 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-ls24

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:3ba208da4c6da19f3101a191e4603021a1b359fdcf03e300a122eba8a62585de - 1.75% (2.71 MB)

[#001] sha256:765b91f11a62f9771288c7ef3f55f49ff6e189eca7f3c9ca85b24d82023dc153 - 1.39% (2.15 MB)

[#002] sha256:838504051975c3b9fb94fa8e1e0a9bd9737e2ab5fa6242734bd715c6a98ce24a - 1.36% (2.1 MB)

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

[#004] sha256:f99e3951bda78e8b175b2291fbf995b64b863857e7a5ccaa5745bbe6ab9ffc55 - 3.04% (4.71 MB)

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

[#006] sha256:bdd06e0bf5f9000729ad9f6b0a0add320438ec1be14f8bdcad65e0c9ece32967 - 33.13% (51.3 MB)

[#007] sha256:f896118b2a5b451cec95146ff367aed07bffdb511fd469f27ad1a22803d624fc - 1.04% (1.6 MB)

[#008] sha256:5534f64f7eb76e74cdd63d0639e48e8665a256c63c2e4d085958278a3f5237ef - 58.3% (90.2 MB)

[#009] sha256:fe29b20c4951a574ef50ac6582e76be5d10ea5e2f84d46ecafeb91ad12124846 - 0.0% (2.56 KB)


History
2022-03-29 06:34:35 UTC

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

2022-03-29 06:34:35 UTC

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

2022-03-29 06:34:36 UTC

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

2022-03-29 06:34:37 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 45def4f0-ls10 Build-date:- 2022-03-29T01:33:22-05:00

2022-03-29 06:34:38 UTC

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

2022-03-29 06:34:39 UTC

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

2022-03-29 06:34:40 UTC

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

2022-03-29 06:34:42 UTC

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

2022-03-29 06:34:44 UTC

|4 BUILD_DATE=2022-03-29T01:33:22-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=45def4f0-ls10 /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-29 06:34:45 UTC

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

2022-03-29 06:34:45 UTC

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

2022-03-29 06:34:50 UTC

|4 BUILD_DATE=2022-03-29T01:33:22-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=45def4f0-ls10 /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-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-03-29 06:34:51 UTC

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

2022-03-29 06:34:51 UTC

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

2022-03-29 06:34:52 UTC

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

2022-03-29 06:34:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-29T01:33:22-05:00

2022-03-29 06:34:54 UTC

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

2022-03-29 06:34:55 UTC

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

2022-03-29 06:34:56 UTC

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

2022-03-29 06:34:57 UTC

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

2022-03-29 06:34:58 UTC

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

2022-03-29 06:34:59 UTC

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

2022-03-29 06:35:00 UTC

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

2022-03-29 06:35:01 UTC

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

2022-03-29 06:35:02 UTC

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

2022-03-29 06:35:03 UTC

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

2022-04-02 09:48:34 UTC

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

2022-04-02 09:48:34 UTC

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

2022-04-02 09:48:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.7.0-ls24 Build-date:- 2022-04-02T04:44:25-05:00

2022-04-02 09:48:36 UTC

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

2022-04-02 09:48:46 UTC

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

2022-04-02 09:48:47 UTC

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

2022-04-02 09:49:13 UTC

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

2022-04-02 09:49:15 UTC

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

2022-04-02 09:49:17 UTC

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

2022-04-02 09:49:18 UTC

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

2022-04-02 09:49:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-02T04:44:25-05:00

2022-04-02 09:49:21 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-04-02 09:49:22 UTC

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

2022-04-02 09:49:24 UTC

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

2022-04-02 09:49:25 UTC

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

2022-04-02 09:49:26 UTC

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

2022-04-02 09:49:28 UTC

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

2022-04-02 09:49:29 UTC

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

2022-04-02 09:49:31 UTC

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

2022-04-02 09:49:32 UTC

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

2022-04-02 09:49:33 UTC

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

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