2022-07-16 09:51:18 UTC
151 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:c4f8bf1045a7dfa55fadda4e4ca3e5490a973dd3d00304f42ecc4c3b4c7aa6fe - 3.51% (5.3 MB)
[#001] sha256:1f3acdcfdf30bfdb7a3f561b202a13267b73beda0b3f77739e1ee5e49a8b1095 - 3.6% (5.44 MB)
[#002] sha256:74353465edc201b7b2689dff251e6fa2e256cb50efc0af75ceea99645fa8a129 - 0.0% (4.19 KB)
[#003] sha256:6d28b25cb23b58c7602a099f884600c3543f64963ba5c19054ef8addb97ab95f - 32.21% (48.7 MB)
[#004] sha256:ef80930fb997a174653eb3afc1e81ffb92fa3074d419e1dd12354c8dbdd9d332 - 1.06% (1.61 MB)
[#005] sha256:255a9f8da0546834a4696afde8c7a288d2de40d416ed8d60b39b1f61069e8e8a - 59.62% (90.2 MB)
[#006] sha256:e73fff34139be2533865806fcdfa2364df6d0d7da5137f2fdd7ab63538f4e9df - 0.0% (2.58 KB)
/bin/sh -c #(nop) COPY dir:8b2302c3e945d58a1c08ec910f2a8895e17115b06643c87801face665d4c4150 in /
2022-07-10 20:57:08 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-10 20:57:08 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-10 20:57:08 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f3c1af80-ls17 Build-date:- 2022-07-10T15:55:52-05:00
2022-07-10 20:57:08 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-10 20:57:08 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-10 20:57:11 UTC|2 BUILD_DATE=2022-07-10T15:55:52-05:00 VERSION=f3c1af80-ls17 /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-07-10 20:57:11 UTC/bin/sh -c #(nop) COPY dir:83c35abd6a4a74a56fed853176ba0000a1b6cf7b5adb02507daf6aaf822e99c3 in /
2022-07-10 20:57:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-10 20:57:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-10T15:55:52-05:00
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1a517a818b9730bdb3e32bb56332b7fd686aefe6
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1a517a818b9730bdb3e32bb56332b7fd686aefe6
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f3c1af80-ls17
2022-07-16 09:50:38 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-16 09:50:38 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-16 09:50:38 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.7.2-ls35 Build-date:- 2022-07-16T04:46:20-05:00
2022-07-16 09:50:38 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-07-16 09:50:47 UTC|2 BUILD_DATE=2022-07-16T04:46:20-05:00 VERSION=1.7.2-ls35 /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-07-16 09:50:49 UTC/bin/sh -c #(nop) COPY dir:41c42099ead7b5dcc7193b78aedeb796aa6441457c7b0f09f17baedadbe59218 in /
2022-07-16 09:51:07 UTC/bin/sh -c #(nop) COPY dir:0028b39d2e4ac950c27df6e1e302f62a2603cc7936529f9548f8ce9dd65631cb in /emulatorjs/
2022-07-16 09:51:16 UTC/bin/sh -c #(nop) COPY dir:4428a567094e333103f21c1bb2b9bbe2a890a9d2bf6670d7b66f4c601e0153e4 in /
2022-07-16 09:51:16 UTC/bin/sh -c #(nop) EXPOSE 3000 80
2022-07-16 09:51:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-16 09:51:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-16T04:46:20-05:00
2022-07-16 09:51:16 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-07-16 09:51:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emulatorjs
2022-07-16 09:51:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-16 09:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b5454ec97ac23960a7799f520554873606e508ef
2022-07-16 09:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b5454ec97ac23960a7799f520554873606e508ef
2022-07-16 09:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emulatorjs
2022-07-16 09:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emulatorjs
2022-07-16 09:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emulatorjs/packages
2022-07-16 09:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-16 09:51:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.7.2-ls35
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.