2022-08-13 09:50:59 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:d9f79021961b0824665f8a19865f705e47e378dfa2cedd0a11366d5ee89de1b9 - 3.5% (5.31 MB)
[#001] sha256:b387369681fd3b24a3037d67c13f1eea28202bff9d149e520ae25ffde0fb90bf - 3.6% (5.46 MB)
[#002] sha256:fdc3ebd1d9fd68d5491ebf634c42efc6c37fad82a5b83d5a38127f04d6bd1819 - 0.0% (5.11 KB)
[#003] sha256:8408b67282004c5ddc505b62b799f4e728c8cdde9d47206c1d81e124a3b32a75 - 32.35% (49.1 MB)
[#004] sha256:2ac4a1108736f8310376479bc3632dabd0a17f02b08610ad66801e57a5ab6ccd - 1.06% (1.61 MB)
[#005] sha256:ddd38497860e46c35a82ef2854d426f383a389545822881e83cb64ea52e71c0e - 59.49% (90.3 MB)
[#006] sha256:15607962a4892376ce7c56529dca8d25968a43bf8a5c980597a8052cc72be5d2 - 0.0% (2.53 KB)
/bin/sh -c #(nop) COPY dir:6f457f5f885385d9ba198ae45e1919f8783106fc38c90942b01b4db9c2193e43 in /
2022-08-09 06:36:25 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-09 06:36:25 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-09 06:36:26 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9d3c5ad5-ls22 Build-date:- 2022-08-09T08:34:52+02:00
2022-08-09 06:36:27 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-09 06:36:28 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-09 06:36:36 UTC|2 BUILD_DATE=2022-08-09T08:34:52+02:00 VERSION=9d3c5ad5-ls22 /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-09 06:36:37 UTC/bin/sh -c #(nop) COPY dir:2ff93abeb5308292c5ad2c59df96554c4e698c4ff27172f5e2d8be397d73f8e7 in /
2022-08-09 06:36:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-09 06:36:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-09 06:36:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-09T08:34:52+02:00
2022-08-09 06:36:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-09 06:36:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-09 06:36:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-09 06:36:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b965210d65dc654259c713c5404d8fde5860c455
2022-08-09 06:36:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b965210d65dc654259c713c5404d8fde5860c455
2022-08-09 06:36:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-09 06:36:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-09 06:36:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-09 06:36:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-09 06:36:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=9d3c5ad5-ls22
2022-08-13 09:49:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-13 09:49:59 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-13 09:50:00 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.7.2-ls39 Build-date:- 2022-08-13T11:46:33+02:00
2022-08-13 09:50:01 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-08-13 09:50:11 UTC|2 BUILD_DATE=2022-08-13T11:46:33+02:00 VERSION=1.7.2-ls39 /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-13 09:50:12 UTC/bin/sh -c #(nop) COPY dir:41c42099ead7b5dcc7193b78aedeb796aa6441457c7b0f09f17baedadbe59218 in /
2022-08-13 09:50:37 UTC/bin/sh -c #(nop) COPY dir:d8be99b1f6ceba5a404d9ce7794a1812a7e826c00f5df5042fc40f6f2994bddb in /emulatorjs/
2022-08-13 09:50:40 UTC/bin/sh -c #(nop) COPY dir:4428a567094e333103f21c1bb2b9bbe2a890a9d2bf6670d7b66f4c601e0153e4 in /
2022-08-13 09:50:41 UTC/bin/sh -c #(nop) EXPOSE 3000 80
2022-08-13 09:50:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-13 09:50:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-13T11:46:33+02:00
2022-08-13 09:50:46 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-13 09:50:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emulatorjs
2022-08-13 09:50:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-13 09:50:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=8a94c4496d706517198f0cc3ff7bdb4adc56d018
2022-08-13 09:50:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=8a94c4496d706517198f0cc3ff7bdb4adc56d018
2022-08-13 09:50:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emulatorjs
2022-08-13 09:50:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emulatorjs
2022-08-13 09:50:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emulatorjs/packages
2022-08-13 09:50:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-13 09:50:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.7.2-ls39
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.