2021-03-12 07:53:33 UTC
27.4 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID1000
PS1$(whoami)@$(hostname):$(pwd)\$
PUID1000
TERMxterm
TZAsia/Shanghai
[#000] sha256:8228be9111e87b767f641e4f3907924720c9fdcdf39b36df291d7e72008ed00a - 10.23% (2.8 MB)
[#001] sha256:d38303029c7cf09667babe54932003356bcd007207e74d2411d4642892b53b2c - 17.01% (4.66 MB)
[#002] sha256:7232958d0c49b5c1709ef6f9c385da7eae3e5a6d2abc30a24032f032b33d6900 - 0.02% (4.39 KB)
[#003] sha256:d3349379e24c6a9c4d1129592c03e0470a34c08233871d11d19013eb5a212360 - 0.0% (105 Bytes)
[#004] sha256:29b8e5a78f8dc3bd74ee97ced9bf3dca4b5a15fc9b3c52e23fa7971c7309b48f - 0.0% (195 Bytes)
[#005] sha256:77946aaa416563c6e70be7e13609c2d5acc5ee08584e80da2becfdbb9332c4f5 - 5.66% (1.55 MB)
[#006] sha256:b2090bb07821bfe0042f6ee6340da83e8b153cf16ad5b699929ce0316f953e9e - 67.08% (18.4 MB)
/bin/sh -c #(nop) COPY dir:1609940fbd05626f16a03ce33c94d8674cf371a9db42d4144ef98236205cd0d2 in /
2021-02-23 06:31:12 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-02-23 06:31:12 UTC/bin/sh -c #(nop) ARG VERSION
2021-02-23 06:31:13 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 15f6e4e8-ls29 Build-date:- 2021-02-23T06:30:18+00:00
2021-02-23 06:31:13 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-02-23 06:31:13 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2021-02-23 06:31:14 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-02-23 06:31:14 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-02-23 06:31:20 UTC|4 BUILD_DATE=2021-02-23T06:30:18+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.0.0.1 VERSION=15f6e4e8-ls29 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2021-02-23 06:31:20 UTC/bin/sh -c #(nop) COPY dir:22d5e3431e7309b9dcb34a9c92142278e46faa86e6613731c118c0dd9b5a1923 in /
2021-02-23 06:31:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-03-12 07:45:31 UTC (buildkit.dockerfile.v0)ENV PUID=1000
2021-03-12 07:45:31 UTC (buildkit.dockerfile.v0)ENV PGID=1000
2021-03-12 07:45:31 UTC (buildkit.dockerfile.v0)ENV TZ=Asia/Shanghai
2021-03-12 07:45:31 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=Xavier Niu
2021-03-12 07:45:31 UTC (buildkit.dockerfile.v0)WORKDIR /cloudreve
2021-03-12 07:45:32 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh ./ # buildkit
2021-03-12 07:45:34 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo ">>>>>> update dependencies" && apk update && apk add tzdata && echo ">>>>>> set up timezone" && cp /usr/share/zoneinfo/${TZ} /etc/localtime && echo ${TZ} > /etc/timezone && echo ">>>>>> fix entrypoint premission" && chmod +x entrypoint.sh # buildkit
2021-03-12 07:45:34 UTC (buildkit.dockerfile.v0)VOLUME [/cloudreve/uploads /downloads /cloudreve/avatar]
2021-03-12 07:45:34 UTC (buildkit.dockerfile.v0)EXPOSE map[5212/tcp:{}]
2021-03-12 07:53:33 UTC (buildkit.dockerfile.v0)COPY /ProjectCloudreve/Cloudreve/cloudreve-main ./ # buildkit
2021-03-12 07:53:33 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["./entrypoint.sh"]
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.