2022-08-06 09:50:41 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:2ba361116983e665ca5ebaecd5099d0be7209b78e275b1eed861c869860ee2a3 - 3.49% (5.31 MB)
[#001] sha256:7ebda9cd2d866fa1c624082fa8f10246d72ddb737043f94c3b03db7b7f01b3aa - 3.59% (5.46 MB)
[#002] sha256:fdc3ebd1d9fd68d5491ebf634c42efc6c37fad82a5b83d5a38127f04d6bd1819 - 0.0% (5.11 KB)
[#003] sha256:c8fff7838c0bcf53de663ef232cd62b88ca3f677d9f7c67834a80f3bf86be13d - 32.5% (49.4 MB)
[#004] sha256:43f30010f1cc1007d09fe9b46cc8f009889da56895ec0b521f9baff1c378f7b3 - 1.06% (1.61 MB)
[#005] sha256:d6301aaac8907bae4534a1237fc35fc2be9dc0252d456242868a10c5d8888240 - 59.36% (90.3 MB)
[#006] sha256:e73fff34139be2533865806fcdfa2364df6d0d7da5137f2fdd7ab63538f4e9df - 0.0% (2.58 KB)
/bin/sh -c #(nop) COPY dir:907062b60ee4d3034b5b85ec8568001afe50fe6382a27583c1c4ccf36d9b6605 in /
2022-07-31 10:56:47 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-31 10:56:47 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-31 10:56:48 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9c795646-ls21 Build-date:- 2022-07-31T10:55:26+00:00
2022-07-31 10:56:49 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-31 10:56:50 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-31 10:56:59 UTC|2 BUILD_DATE=2022-07-31T10:55:26+00:00 VERSION=9c795646-ls21 /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-31 10:57:00 UTC/bin/sh -c #(nop) COPY dir:2ff93abeb5308292c5ad2c59df96554c4e698c4ff27172f5e2d8be397d73f8e7 in /
2022-07-31 10:57:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-31 10:57:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-31 10:57:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-31T10:55:26+00:00
2022-07-31 10:57:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-31 10:57:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-31 10:57:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-31 10:57:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=2ffda4a3e75391b3eccd8a9c5c0b192214ce749d
2022-07-31 10:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2ffda4a3e75391b3eccd8a9c5c0b192214ce749d
2022-07-31 10:57:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-31 10:57:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-31 10:57:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-31 10:57:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-31 10:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=9c795646-ls21
2022-08-06 09:49:41 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-06 09:49:41 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-06 09:49:41 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.7.2-ls38 Build-date:- 2022-08-06T11:45:57+02:00
2022-08-06 09:49:41 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-08-06 09:50:11 UTC|2 BUILD_DATE=2022-08-06T11:45:57+02:00 VERSION=1.7.2-ls38 /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-06 09:50:13 UTC/bin/sh -c #(nop) COPY dir:41c42099ead7b5dcc7193b78aedeb796aa6441457c7b0f09f17baedadbe59218 in /
2022-08-06 09:50:35 UTC/bin/sh -c #(nop) COPY dir:398aa8bbebe9cbb1511be982d971a93f1b4cba2d308ca033364a368c28522f78 in /emulatorjs/
2022-08-06 09:50:39 UTC/bin/sh -c #(nop) COPY dir:4428a567094e333103f21c1bb2b9bbe2a890a9d2bf6670d7b66f4c601e0153e4 in /
2022-08-06 09:50:40 UTC/bin/sh -c #(nop) EXPOSE 3000 80
2022-08-06 09:50:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-06 09:50:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-06T11:45:57+02:00
2022-08-06 09:50:40 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-06 09:50:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emulatorjs
2022-08-06 09:50:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-06 09:50:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=0f5a50378929937382cc62b585baefdbccce9472
2022-08-06 09:50:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=0f5a50378929937382cc62b585baefdbccce9472
2022-08-06 09:50:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emulatorjs
2022-08-06 09:50:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emulatorjs
2022-08-06 09:50:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emulatorjs/packages
2022-08-06 09:50:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-06 09:50:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.7.2-ls38
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.