2022-11-13 02:12:49 -0600
129 MB
/app/heimdall
NODE_ENVproduction
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:9a883b1cf9816567fc213102ec846cf9e82879d6597808b4cdabf8f58d73dda3 - 3.97% (5.11 MB)
[#001] sha256:ca5cba58d4fcfeb718bf7459401ce9ce0f1124e6a6b855c0369b36548ad5a0a3 - 2.91% (3.74 MB)
[#002] sha256:2b8b79b4f1f81feba55d3c5f44251494cb89d53fa1ea5643b434f9a008bbb8c3 - 0.0% (5.42 KB)
[#003] sha256:2872c72a8ce48407e3c6af79baec6135cf34c04cb9b684e6c3b0595e26dc6030 - 93.12% (120 MB)
[#004] sha256:839b464a272494abf249142f7170a8506f6428262810714fbff863eed5af5d3e - 0.0% (718 Bytes)
/bin/sh -c #(nop) COPY dir:195c3fdc13d182b461fab347e814b665f77e7ed89f6e68cffc04dd6e603d537d in /
2022-11-08 06:36:21 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-08 06:36:21 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-08 06:36:21 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2446639f-ls49 Build-date:- 2022-11-08T07:35:05+01:00
2022-11-08 06:36:22 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-11-08 06:36:22 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-11-08 06:36:24 UTC|2 BUILD_DATE=2022-11-08T07:35:05+01:00 VERSION=2446639f-ls49 /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 "**** cleanup ****" && rm -rf /tmp/*
2022-11-08 06:36:24 UTC/bin/sh -c #(nop) COPY dir:c3f691a713f86881157fd18ec3d6bfb9d200fb11c232e9d661f0e642112c90ee in /
2022-11-08 06:36:25 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-11-08 06:36:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-08 06:36:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-08T07:35:05+01:00
2022-11-08 06:36:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-11-08 06:36:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-11-08 06:36:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-08 06:36:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=68578b2e8fb3d289b1427eca609182e7452d2534
2022-11-08 06:36:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=68578b2e8fb3d289b1427eca609182e7452d2534
2022-11-08 06:36:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-11-08 06:36:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-11-08 06:36:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-11-08 06:36:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-08 06:36:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2446639f-ls49
2022-11-13 02:12:49 -0600 (buildkit.dockerfile.v0)ARG BUILD_DATE
2022-11-13 02:12:49 -0600 (buildkit.dockerfile.v0)ARG VERSION
2022-11-13 02:12:49 -0600 (buildkit.dockerfile.v0)ARG HEIMDALL_RELEASE
2022-11-13 02:12:49 -0600 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 48eb473e-ls47 Build-date:- 2022-11-13T02:06:09-06:00
2022-11-13 02:12:49 -0600 (buildkit.dockerfile.v0)LABEL maintainer=aptalca
2022-11-13 02:12:49 -0600 (buildkit.dockerfile.v0)ENV HOME=/app/heimdall NODE_ENV=production
2022-11-13 02:12:49 -0600 (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2022-11-13T02:06:09-06:00 VERSION=48eb473e-ls47 HEIMDALL_RELEASE=48eb473e /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl g++ make python2 && echo "**** install runtime packages ****" && apk add --no-cache nodejs npm && echo "**** install heimdall ****" && mkdir -p /app/heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/heimdalljs/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/heimdalljs.tar.gz -L "https://github.com/linuxserver/heimdalljs/archive/${HEIMDALL_RELEASE}.tar.gz" && tar xf /tmp/heimdalljs.tar.gz -C /app/heimdall/ --strip-components=1 && cd /app/heimdall && NODE_ENV="development" npm install && cp .env.example .env && npm run build && echo "**** cleanup ****" && npm prune --production && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/* # buildkit
2022-11-13 02:12:49 -0600 (buildkit.dockerfile.v0)COPY root/ / # buildkit
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.