Namespace
linuxserver
Image / Tag
emulatorjs:arm64v8-version-1.6.5
Content Digest
sha256:75d6bc02435817250bb78c9fbfbefa1e22bd22b716f5f8133ca5a2082a4ecf74
Details
Created

2022-01-22 04:42:24 UTC

Size

154 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.6.5-ls16 Build-date:- 2022-01-22T05:37:09+01:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-01-22T05:37:09+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
    ac1f119895a7e6213955dae77cd612af7f3750c8
  • org.opencontainers.image.revision
    ac1f119895a7e6213955dae77cd612af7f3750c8
  • 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.6.5-ls16

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:23db184732b4c8732e064424c1a8bc6e37307bd924ec4498f8267a39786d6b29 - 1.76% (2.7 MB)

[#001] sha256:2f3a3bef37385cb8d30200e6c55511b317f73b1147721e5c2f10f7fc5d967941 - 1.39% (2.15 MB)

[#002] sha256:6480269f948521505f1c7ec2d318c04c93d5e9a04344d55a4f51adac7f408d15 - 1.36% (2.1 MB)

[#003] sha256:55327f347de6d01e71ef992acc89814dd192a9ea970ff281801fb60bf3703513 - 0.0% (408 Bytes)

[#004] sha256:44bc9426a201792d55db780e2e17349f0dfeedfcf96f941403ea850b376f61fd - 3.06% (4.71 MB)

[#005] sha256:fb9fa16b249521a1c9034ee76bd2b6f18ed89bda0e618a068a2ae981fd530acc - 0.0% (3.12 KB)

[#006] sha256:fa3aaa16c2c2513e4ac40c295a727f27be14db79f5d2026109563c6d7f99c1b7 - 32.86% (50.6 MB)

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

[#008] sha256:442835422020abbed6321c9d22c3fa07b1fa7a1e2b8a29d68441cedbe6a70430 - 58.53% (90.1 MB)

[#009] sha256:3440cbc0d14c14cfb616e4493d43df9aa5a3b307bc46b453f77829832ac5ffde - 0.0% (2.35 KB)


History
2022-01-18 06:29:46 UTC

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

2022-01-18 06:29:46 UTC

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

2022-01-18 06:29:47 UTC

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

2022-01-18 06:29:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 6faecbac-ls5 Build-date:- 2022-01-18T07:28:37+01:00

2022-01-18 06:29:49 UTC

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

2022-01-18 06:29:50 UTC

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

2022-01-18 06:29:51 UTC

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

2022-01-18 06:29:53 UTC

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

2022-01-18 06:29:53 UTC

|4 BUILD_DATE=2022-01-18T07:28:37+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=6faecbac-ls5 /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-01-18 06:29:55 UTC

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

2022-01-18 06:29:55 UTC

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

2022-01-18 06:30:53 UTC

|4 BUILD_DATE=2022-01-18T07:28:37+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=6faecbac-ls5 /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-01-18 06:30:54 UTC

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

2022-01-18 06:30:54 UTC

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

2022-01-18 06:30:55 UTC

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

2022-01-18 06:30:56 UTC

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

2022-01-18 06:30:57 UTC

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

2022-01-18 06:30:58 UTC

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

2022-01-18 06:30:59 UTC

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

2022-01-18 06:31:00 UTC

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

2022-01-18 06:31:01 UTC

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

2022-01-18 06:31:02 UTC

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

2022-01-18 06:31:03 UTC

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

2022-01-18 06:31:04 UTC

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

2022-01-18 06:31:05 UTC

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

2022-01-18 06:31:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=6faecbac-ls5

2022-01-22 04:41:23 UTC

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

2022-01-22 04:41:24 UTC

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

2022-01-22 04:41:25 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.6.5-ls16 Build-date:- 2022-01-22T05:37:09+01:00

2022-01-22 04:41:26 UTC

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

2022-01-22 04:41:37 UTC

|2 BUILD_DATE=2022-01-22T05:37:09+01:00 VERSION=1.6.5-ls16 /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-01-22 04:41:38 UTC

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

2022-01-22 04:42:02 UTC

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

2022-01-22 04:42:04 UTC

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

2022-01-22 04:42:06 UTC

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

2022-01-22 04:42:07 UTC

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

2022-01-22 04:42:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-22T05:37:09+01:00

2022-01-22 04:42:10 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-22 04:42:12 UTC

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

2022-01-22 04:42:14 UTC

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

2022-01-22 04:42:15 UTC

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

2022-01-22 04:42:17 UTC

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

2022-01-22 04:42:18 UTC

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

2022-01-22 04:42:20 UTC

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

2022-01-22 04:42:21 UTC

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

2022-01-22 04:42:23 UTC

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

2022-01-22 04:42:24 UTC

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

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