Namespace
xavierniu
Image / Tag
cloudreve:arm64v8
Content Digest
sha256:feffc2a6abf5e1d1f3a184abc93f84276b46732e786043c3e35a8bfb41da6175
Details
Created

2021-01-07 08:15:20 UTC

Size

28.2 MB

Content Digest
Labels
  • MAINTAINER
    Xavier Niu
  • build_version
    Linuxserver.io version:- 568c97f6-ls24 Build-date:- 2020-12-19T05:36:24-05: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:c935c33f47ee751436ee9bef2051c94ddf6ef1ef1c3665238f1c9269566709a5 - 9.61% (2.72 MB)

[#001] sha256:5eb84ce381b00adf9f4ad8095d2d12b2fadfcc2c3d73b4a33c7b1c7a3eaf043d - 23.6% (6.66 MB)

[#002] sha256:0ab0c80f5c43592a56282f897030e400033de3d33a86f546cb9684c8705caffc - 0.02% (4.39 KB)

[#003] sha256:8fcf4c289c1d59804f5f91b701693e34b2fc863431245bdfa523a1a3e3003bf4 - 0.0% (105 Bytes)

[#004] sha256:b86a813589fa218536d6fc1720fb55cb1767137ba902e7df9c07a5871fed445c - 0.0% (195 Bytes)

[#005] sha256:683430ee068d9aabfdbf27fd2602f3d13f657db0971924a43124f7b8f63cdd31 - 5.44% (1.54 MB)

[#006] sha256:c0f7c728ff83e6ae7eab113a4dc86a5e8e1a2263d9650e3cb2ce5d35aaea16d3 - 61.34% (17.3 MB)


History
2020-12-19 10:39:01 UTC

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

2020-12-19 10:39:03 UTC

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

2020-12-19 10:39:04 UTC

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

2020-12-19 10:39:05 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 568c97f6-ls24 Build-date:- 2020-12-19T05:36:24-05:00

2020-12-19 10:39:07 UTC

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

2020-12-19 10:39:09 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1

2020-12-19 10:39:10 UTC

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

2020-12-19 10:39:11 UTC

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

2020-12-19 10:39:27 UTC

|4 BUILD_DATE=2020-12-19T05:36:24-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.0.0.1 VERSION=568c97f6-ls24 /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 "**** 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2020-12-19 10:39:32 UTC

/bin/sh -c #(nop) COPY dir:22d5e3431e7309b9dcb34a9c92142278e46faa86e6613731c118c0dd9b5a1923 in /

2020-12-19 10:39:33 UTC

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

2021-01-07 07:15:01 UTC (buildkit.dockerfile.v0)

ENV PUID=1000

2021-01-07 07:15:01 UTC (buildkit.dockerfile.v0)

ENV PGID=1000

2021-01-07 07:15:01 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2021-01-07 07:15:01 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=Xavier Niu

2021-01-07 07:15:01 UTC (buildkit.dockerfile.v0)

WORKDIR /cloudreve

2021-01-07 07:15:01 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh ./ # buildkit

2021-01-07 07:15:09 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo ">>>>>> update dependencies" && apk update && apk add --no-cache 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-01-07 07:15:09 UTC (buildkit.dockerfile.v0)

VOLUME [/cloudreve/uploads /downloads /cloudreve/avatar]

2021-01-07 07:15:09 UTC (buildkit.dockerfile.v0)

EXPOSE map[5212/tcp:{}]

2021-01-07 08:15:20 UTC (buildkit.dockerfile.v0)

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

2021-01-07 08:15:20 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