Namespace
fjlzwl
Image / Tag
nastool:latest
Content Digest
sha256:854d802c74b4d7a3829522eddf5a2e9cd1173482bea61adc9f69f44b28cbe0a0
Details
Created

2023-05-18 00:01:23 UTC

Size

534 MB

Content Digest
Labels
  • net.unraid.docker.icon
    https://avatars.githubusercontent.com/u/125239147?s=200&v=4
  • net.unraid.docker.managed
    dockerman
  • net.unraid.docker.webui
    http://[IP]:[PORT:3000]

Environment
ALPINE_MIRROR

mirrors.ustc.edu.cn

Community_Applications_Conversion

true

HOME

/nt

HOST_CONTAINERNAME

nastools

HOST_HOSTNAME

fjlzwl

HOST_OS

Unraid

LANG

C.UTF-8

NASTOOL_AUTO_UPDATE

NASTOOL_CN_UPDATE

1

NASTOOL_CONFIG

/config/config.yaml

NASTOOL_VERSION

dev

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/chromium

PGID

0

PS1

\u@\h:\w $

PUID

0

PYPI_MIRROR

https://pypi.tuna.tsinghua.edu.cn/simple

REPO_URL

https://github.com/NAStool/nas-tools.git

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_KILL_GRACETIME

60000

S6_SERVICES_GRACETIME

30000

S6_SYNC_DISKS

1

TCP_PORT_3000

3000

TERM

xterm

TZ

Asia/Shanghai

UMASK

000

WORKDIR

/nas-tools


Layers

[#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)


History
2023-05-14 06:50:01 UTC (buildkit.dockerfile.v0)

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

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