2022-11-05 09:51:49 UTC
153 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:57ac3f3d001f598f7caa2779ead77638bf72bca4c24b3879a34eb26343669092 - 3.48% (5.31 MB)
[#001] sha256:4302f63af38573e2022b1915b6a3cfe58ef52be036ee5c2b3405b26c8e26c108 - 3.57% (5.45 MB)
[#002] sha256:2c8e8b1ded75e6a0e75ee294507dc9f06ca2c76681ec274717c24e54100cdf8d - 0.0% (5.73 KB)
[#003] sha256:223724c2b2cd8d4120a9d04b4c08754a8e9bfd079268499dc8c13cb13ab67c50 - 32.18% (49.1 MB)
[#004] sha256:c47e886069e86aed3835314fa0a0b920403a0aef03b7f9015e9836b6f6136a32 - 1.05% (1.61 MB)
[#005] sha256:93499209b5ccf8c6f4217e241a98e0e4a916e1af963874b926aa86c14951c57c - 59.71% (91.1 MB)
[#006] sha256:e3071e7fd9640a5abccacae5dfb5b20c0e52fb3294cc68b2d131da826916385f - 0.0% (2.54 KB)
/bin/sh -c #(nop) COPY dir:9bc292a37d42b7650ec30e543afa09669844cb812e928fe5e6deef05e4ab5bf5 in /
2022-10-30 18:01:03 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-10-30 18:01:03 UTC/bin/sh -c #(nop) ARG VERSION
2022-10-30 18:01:04 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0cd58a81-ls32 Build-date:- 2022-10-30T12:59:14-05:00
2022-10-30 18:01:05 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-10-30 18:01:06 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-10-30 18:01:15 UTC|2 BUILD_DATE=2022-10-30T12:59:14-05:00 VERSION=0cd58a81-ls32 /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-10-30 18:01:16 UTC/bin/sh -c #(nop) COPY dir:9da4c91c4b6623b6ef5ecf2a1e74c596ba26b0ff2e7ef445cd536a8fab673135 in /
2022-10-30 18:01:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-10-30 18:01:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-10-30 18:01:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-30T12:59:14-05:00
2022-10-30 18:01:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-10-30 18:01:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-10-30 18:01:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-10-30 18:01:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-10-30 18:01:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-10-30 18:01:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-10-30 18:01:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-10-30 18:01:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0cd58a81-ls32
2022-11-05 09:50:46 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-05 09:50:47 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-05 09:50:48 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.7.2-ls47 Build-date:- 2022-11-05T10:47:01+01:00
2022-11-05 09:50:49 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-11-05 09:51:00 UTC|2 BUILD_DATE=2022-11-05T10:47:01+01:00 VERSION=1.7.2-ls47 /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-11-05 09:51:01 UTC/bin/sh -c #(nop) COPY dir:41c42099ead7b5dcc7193b78aedeb796aa6441457c7b0f09f17baedadbe59218 in /
2022-11-05 09:51:26 UTC/bin/sh -c #(nop) COPY dir:96fe51c94596bd30160d57f8eea116104228574bfdb57f1f63abec9c1298b501 in /emulatorjs/
2022-11-05 09:51:29 UTC/bin/sh -c #(nop) COPY dir:4428a567094e333103f21c1bb2b9bbe2a890a9d2bf6670d7b66f4c601e0153e4 in /
2022-11-05 09:51:30 UTC/bin/sh -c #(nop) EXPOSE 3000 80
2022-11-05 09:51:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-05 09:51:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-05T10:47:01+01:00
2022-11-05 09:51:35 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-11-05 09:51:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emulatorjs
2022-11-05 09:51:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-05 09:51:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=3db2b8eaf33477c29a29c1d485aeeec198d0dce0
2022-11-05 09:51:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=3db2b8eaf33477c29a29c1d485aeeec198d0dce0
2022-11-05 09:51:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emulatorjs
2022-11-05 09:51:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emulatorjs
2022-11-05 09:51:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emulatorjs/packages
2022-11-05 09:51:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-05 09:51:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.7.2-ls47
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.