Block a user
ptdept_srv (v1.3.5)
Published 2026-08-15 21:17:20 +03:00 by tolikproh
Installation
docker pull gitstore.ru/tolikproh/ptdept_srv:v1.3.5sha256:af1ab5a3469328d073043757bb59cf3410fd0d60a5bc09289674d10b34f0f898
Images
| Digest | OS / Arch | Size |
|---|---|---|
| f92af90eaf | linux/amd64 | 58 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG SERVICE_NAME=ptdept |
| ARG CONFIG_NAME=config.yaml |
| LABEL ORGANIZATION=PTDept |
| LABEL SERVICE=ptdept |
| LABEL MAINTAINERS=tolikproh@gmail.com |
| ENV BIN_FILE=/opt/ptdept/ptdept |
| COPY /opt/ptdept/ptdept /opt/ptdept/ptdept # buildkit |
| COPY /opt/ptdept/sendreport /opt/ptdept/sendreport # buildkit |
| ENV CONFIG_FILE=/etc/ptdept/config.yaml |
| COPY configs/config.yaml /etc/ptdept/config.yaml # buildkit |
| CMD ["${BIN_FILE}" "--config" "${CONFIG_FILE}"] |
Labels
| Key | Value |
|---|---|
| MAINTAINERS | tolikproh@gmail.com |
| ORGANIZATION | PTDept |
| SERVICE | ptdept |