2023-05-18 00:01:23 UTC
534 MB
mirrors.ustc.edu.cn
Community_Applications_Conversiontrue
HOME/nt
HOST_CONTAINERNAMEnastools
HOST_HOSTNAMEfjlzwl
HOST_OSUnraid
LANGC.UTF-8
NASTOOL_AUTO_UPDATE NASTOOL_CN_UPDATE1
NASTOOL_CONFIG/config/config.yaml
NASTOOL_VERSIONdev
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/chromium
PGID0
PS1\u@\h:\w $
PUID0
PYPI_MIRRORhttps://pypi.tuna.tsinghua.edu.cn/simple
REPO_URLhttps://github.com/NAStool/nas-tools.git
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
S6_KILL_GRACETIME60000
S6_SERVICES_GRACETIME30000
S6_SYNC_DISKS1
TCP_PORT_30003000
TERMxterm
TZAsia/Shanghai
UMASK000
WORKDIR/nas-tools
[#000] sha256:9be831e5770c995aafc67e2a3b5dbfed3313fee08f02c16983497c690d264de2 - 67.71% (362 MB)
[#001] sha256:0fe9aa4e41cdcf9ff6cfa9c63b81723ee30511be5f1735b59de31621a58639f5 - 0.0% (2.78 KB)
[#002] sha256:eb0d21614e4a302a8afc591b3e513f327769fd4816e1315a1d31acb7493cd839 - 5.69% (30.4 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:3127e6f46212595f752e2032da2cde2f2954198febf636399ac8d331d4537429 - 0.0% (2.95 KB)
[#005] sha256:d3728e5a8cb25610bc7eb6b3bea5f722971ec2200ba30f097d9ef273488e0688 - 26.61% (142 MB)
COPY / / # buildkit
2023-05-14 06:50:03 UTC (buildkit.dockerfile.v0)COPY ./nas-tools/docker/rootfs / # buildkit
2023-05-14 06:50:06 UTC (buildkit.dockerfile.v0)COPY /nas-tools /nas-tools # buildkit
2023-05-14 06:50:06 UTC (buildkit.dockerfile.v0)ENV S6_SERVICES_GRACETIME=30000 S6_KILL_GRACETIME=60000 S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_SYNC_DISKS=1 HOME=/nt TERM=xterm PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/chromium LANG=C.UTF-8 TZ=Asia/Shanghai NASTOOL_CONFIG=/config/config.yaml NASTOOL_AUTO_UPDATE=false NASTOOL_CN_UPDATE=true NASTOOL_VERSION=dev PS1=\u@\h:\w $ REPO_URL=https://github.com/NAStool/nas-tools.git PYPI_MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple ALPINE_MIRROR=mirrors.ustc.edu.cn PUID=0 PGID=0 UMASK=000 WORKDIR=/nas-tools
2023-05-14 06:50:06 UTC (buildkit.dockerfile.v0)WORKDIR /nas-tools
2023-05-14 06:50:07 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir ${HOME} && addgroup -S nt -g 911 && adduser -S nt -G nt -h ${HOME} -s /bin/bash -u 911 && python_ver=$(python3 -V | awk '{print $2}') && echo "${WORKDIR}/" > /usr/lib/python${python_ver%.*}/site-packages/nas-tools.pth && echo 'fs.inotify.max_user_watches=5242880' >> /etc/sysctl.conf && echo 'fs.inotify.max_user_instances=5242880' >> /etc/sysctl.conf && echo "nt ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && chmod +x /nas-tools/docker/entrypoint.sh # buildkit
2023-05-14 06:50:07 UTC (buildkit.dockerfile.v0)EXPOSE map[3000/tcp:{}]
2023-05-14 06:50:07 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2023-05-14 06:50:07 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2023-05-18 00:01:23 UTC
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.