Namespace
xavierniu
Image / Tag
cloudreve:3.0.0
Content Digest
sha256:afc26c84b980fd6e1690b2cb331731f395ea883c7bfd6f7c46eea0e3f3d2cf6d
Details
Created

2020-04-15 11:51:43 UTC

Size

23.8 MB

Content Digest
Labels
  • MAINTAINER
    Xavier Niu
  • build_version
    Linuxserver.io version:- a90439ed-ls8 Build-date:- 2020-04-07T21:08:07+00:00
  • maintainer
    TheLamer

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGID

1000

PS1

$(whoami)@$(hostname):$(pwd)\$

PUID

1000

TERM

xterm

TZ

Asia/Shanghai


Layers

[#000] sha256:88b20cbb357567b7435bd2acbd841a3664d33fa96a62c5cabb87d81100b1bfa8 - 11.73% (2.79 MB)

[#001] sha256:5788db2b39f60c31e23b49eecdb6319746a66a647a98f3919b562936e32f0ef4 - 19.2% (4.56 MB)

[#002] sha256:5a1c7d37a0f45a1f43e3663be0e199ae81ecf95703ff04099fc42bdf7c0a50da - 0.02% (4.01 KB)

[#003] sha256:91ea537a5e675832bf4adac7a9cf2799394033ad8dd2f12ddb0d7af2f65bae78 - 0.0% (442 Bytes)

[#004] sha256:1d1057e2a1a6be55d7d744c9bab887a35bed5d1a1475fb06c396a2dd423169cd - 0.0% (522 Bytes)

[#005] sha256:c2e22668843447e70fd29bab5ba6f458761428049a6ea89d491f2a39c7387d65 - 6.52% (1.55 MB)

[#006] sha256:5916810390fc917671908af87fbeb5be5a57fe6389652e1ab1bfd2ae6dd99be7 - 62.53% (14.9 MB)


History
2020-04-07 21:08:56 UTC

/bin/sh -c #(nop) COPY dir:72bb949ae261329802b3524db112cbb82659484b4d36b37c917dc7cff98a50ed in /

2020-04-07 21:08:56 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-04-07 21:08:57 UTC

/bin/sh -c #(nop) ARG VERSION

2020-04-07 21:08:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a90439ed-ls8 Build-date:- 2020-04-07T21:08:07+00:00

2020-04-07 21:08:57 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2020-04-07 21:08:58 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0

2020-04-07 21:08:58 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2020-04-07 21:08:58 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2020-04-07 21:09:03 UTC

|4 BUILD_DATE=2020-04-07T21:08:07+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=a90439ed-ls8 /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 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 && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2020-04-07 21:09:04 UTC

/bin/sh -c #(nop) COPY dir:25f13d1f6be5a521d16df3a881d0846b27c9df0aa0bdacba17a5c2135f067af1 in /

2020-04-07 21:09:04 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2020-04-15 11:46:51 UTC (buildkit.dockerfile.v0)

ENV PUID=1000

2020-04-15 11:46:51 UTC (buildkit.dockerfile.v0)

ENV PGID=1000

2020-04-15 11:46:51 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2020-04-15 11:46:51 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=Xavier Niu

2020-04-15 11:46:51 UTC (buildkit.dockerfile.v0)

WORKDIR /cloudreve

2020-04-15 11:46:51 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh ./ # buildkit

2020-04-15 11:46:52 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

2020-04-15 11:46:52 UTC (buildkit.dockerfile.v0)

VOLUME [/cloudreve/uploads /downloads /cloudreve/conf.ini /cloudreve/cloudreve.db]

2020-04-15 11:46:52 UTC (buildkit.dockerfile.v0)

EXPOSE map[5212/tcp:{}]

2020-04-15 11:51:43 UTC (buildkit.dockerfile.v0)

COPY /ProjectCloudreve/Cloudreve/cloudreve-main ./ # buildkit

2020-04-15 11:51:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["./entrypoint.sh"]

Danger Zone
Delete Tag

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.

Delete