2022-09-17 09:51:37 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:b90233ec2c3e28040bdd2e9262ef4f831d64d3c32119a72a2f62eeecbd2a2edf - 3.49% (5.31 MB)
[#001] sha256:738dd3987debe374e34290e8731c22e4aa5549e2782a9623405df9e5b44ae61f - 3.58% (5.45 MB)
[#002] sha256:d4647fbb97374d15f2087ed5e71ec9d21108e66a94d9de96b2022a671bc31c9a - 0.0% (5.9 KB)
[#003] sha256:1e120be6932eadb126658a6a19bfa98e695eda71da74f6611a76aae08a06d20e - 32.23% (49.1 MB)
[#004] sha256:ef9c7400f44181e205c14f239277864c14b6342b9dadbeada69ca24a99b7d00b - 1.06% (1.61 MB)
[#005] sha256:1da229127095d867eeb6a90230a52ddba4a527a483edcfd14f076c7516346ca4 - 59.64% (90.8 MB)
[#006] sha256:b242dbf69dc1d1084fc1e034c05f66c69b14d7194a0ffb127dd021f2d6122e83 - 0.0% (2.58 KB)
/bin/sh -c #(nop) COPY dir:c49f4c772ee90d0b3e4bb2ac505afaaee91a93aeb2dbac960f20b92685abf25c in /
2022-09-13 12:05:23 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-13 12:05:23 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-13 12:05:24 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fb70a18b-ls30 Build-date:- 2022-09-13T07:03:55-05:00
2022-09-13 12:05:24 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-09-13 12:05:25 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-09-13 12:05:28 UTC|2 BUILD_DATE=2022-09-13T07:03:55-05:00 VERSION=fb70a18b-ls30 /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-09-13 12:05:28 UTC/bin/sh -c #(nop) COPY dir:5bb656ff9dbaa5f3e0b157f4f969c4b6179117cb941a36c38a0d16b652350aa5 in /
2022-09-13 12:05:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-09-13 12:05:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-13 12:05:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-13T07:03:55-05:00
2022-09-13 12:05:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-09-13 12:05:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-09-13 12:05:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-13 12:05:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1b8b155df796db2eabfc3fbfda0a31b5bcf03601
2022-09-13 12:05:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1b8b155df796db2eabfc3fbfda0a31b5bcf03601
2022-09-13 12:05:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-09-13 12:05:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-09-13 12:05:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-09-13 12:05:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-13 12:05:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=fb70a18b-ls30
2022-09-17 09:50:57 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-17 09:50:57 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-17 09:50:57 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.7.2-ls43 Build-date:- 2022-09-17T04:46:50-05:00
2022-09-17 09:50:57 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-09-17 09:51:04 UTC|2 BUILD_DATE=2022-09-17T04:46:50-05:00 VERSION=1.7.2-ls43 /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-09-17 09:51:06 UTC/bin/sh -c #(nop) COPY dir:41c42099ead7b5dcc7193b78aedeb796aa6441457c7b0f09f17baedadbe59218 in /
2022-09-17 09:51:26 UTC/bin/sh -c #(nop) COPY dir:28be847b3d0a0393cfd03d27f38e9510bee547693635685750d096f35a8ee9ba in /emulatorjs/
2022-09-17 09:51:35 UTC/bin/sh -c #(nop) COPY dir:4428a567094e333103f21c1bb2b9bbe2a890a9d2bf6670d7b66f4c601e0153e4 in /
2022-09-17 09:51:35 UTC/bin/sh -c #(nop) EXPOSE 3000 80
2022-09-17 09:51:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-17 09:51:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-17T04:46:50-05:00
2022-09-17 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-09-17 09:51:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emulatorjs
2022-09-17 09:51:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-17 09:51:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4865be6e8b52b1a294f522cf60bfc701c910a415
2022-09-17 09:51:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4865be6e8b52b1a294f522cf60bfc701c910a415
2022-09-17 09:51:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emulatorjs
2022-09-17 09:51:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emulatorjs
2022-09-17 09:51:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emulatorjs/packages
2022-09-17 09:51:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-17 09:51:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.7.2-ls43
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.