2022-08-20 09:51:38 UTC
152 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
[#000] sha256:fbf4434494f4cbaa7becb73d312e034fd078253494f8e40ccbc6d43362d6847a - 3.5% (5.31 MB)
[#001] sha256:b4a4f429c7613f2beb18d798e80b7fa76d0a72fdebbb978ff8463ee683b3c04d - 3.6% (5.46 MB)
[#002] sha256:fb10fd4ec71dc5de1a7aa1065a8db503058b8074da55aa28ccfb791fa21ee1e4 - 0.0% (5.26 KB)
[#003] sha256:01765206983a5603f5aed3d46c7949b86d6965dff4e2105f59808c5a74e089e5 - 32.36% (49.1 MB)
[#004] sha256:c42f18af59be5ab537b5025b482f9b1a9f92df9d1ffed17a24d3e2e01e71ae42 - 1.06% (1.61 MB)
[#005] sha256:63d32c845373b6a9d2ec7c42f9ae019b9a3c769f9f045e650c39b655b48ec204 - 59.47% (90.2 MB)
[#006] sha256:e73fff34139be2533865806fcdfa2364df6d0d7da5137f2fdd7ab63538f4e9df - 0.0% (2.58 KB)
/bin/sh -c #(nop) COPY dir:941a8cecc75c21fbecd8fb6d473139fc2a370554d19decaf36ba539ad2023090 in /
2022-08-16 06:33:59 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-16 06:33:59 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-16 06:33:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 91be703d-ls23 Build-date:- 2022-08-16T08:32:46+02:00
2022-08-16 06:33:59 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-16 06:33:59 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-16 06:34:03 UTC|2 BUILD_DATE=2022-08-16T08:32:46+02:00 VERSION=91be703d-ls23 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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 && 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 ****" && rm -rf /tmp/*
2022-08-16 06:34:03 UTC/bin/sh -c #(nop) COPY dir:2ff93abeb5308292c5ad2c59df96554c4e698c4ff27172f5e2d8be397d73f8e7 in /
2022-08-16 06:34:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-16 06:34:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-16 06:34:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-16T08:32:46+02:00
2022-08-16 06:34:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-16 06:34:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-16 06:34:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-16 06:34:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=41ba498609c325ecab288888614ff7a7b34a6d9e
2022-08-16 06:34:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=41ba498609c325ecab288888614ff7a7b34a6d9e
2022-08-16 06:34:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-16 06:34:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-16 06:34:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-16 06:34:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-16 06:34:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=91be703d-ls23
2022-08-20 09:51:00 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-20 09:51:00 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-20 09:51:00 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.7.2-ls40 Build-date:- 2022-08-20T04:47:04-05:00
2022-08-20 09:51:00 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-08-20 09:51:07 UTC|2 BUILD_DATE=2022-08-20T04:47:04-05:00 VERSION=1.7.2-ls40 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl file flac nginx nodejs p7zip python3 sdl2 && mkdir /data && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/v3.14/community go-ipfs && echo "**** grab pre-built chdman ****" && curl -L "https://ipfs.infura.io/ipfs/QmUqmGm5KUeeWSS9FG9DMuSQPpvU7RqffFR9n3rJXDQ8AQ" -o /usr/local/bin/chdman && chmod +x /usr/local/bin/chdman && echo "**** cleanup ****" && rm -rf /tmp/*
2022-08-20 09:51:09 UTC/bin/sh -c #(nop) COPY dir:41c42099ead7b5dcc7193b78aedeb796aa6441457c7b0f09f17baedadbe59218 in /
2022-08-20 09:51:27 UTC/bin/sh -c #(nop) COPY dir:aa15dbc68a2e55d5aad49b2c69fddc0d22e61ce6c22412f9983181ecaca1f16d in /emulatorjs/
2022-08-20 09:51:36 UTC/bin/sh -c #(nop) COPY dir:4428a567094e333103f21c1bb2b9bbe2a890a9d2bf6670d7b66f4c601e0153e4 in /
2022-08-20 09:51:36 UTC/bin/sh -c #(nop) EXPOSE 3000 80
2022-08-20 09:51:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-20 09:51:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-20T04:47:04-05:00
2022-08-20 09:51:36 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-08-20 09:51:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emulatorjs
2022-08-20 09:51:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-20 09:51:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b2ef3f5d329ba58be53c75b28e5d03cf05fd5455
2022-08-20 09:51:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b2ef3f5d329ba58be53c75b28e5d03cf05fd5455
2022-08-20 09:51:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emulatorjs
2022-08-20 09:51:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emulatorjs
2022-08-20 09:51:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emulatorjs/packages
2022-08-20 09:51:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-20 09:51:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.7.2-ls40
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.