Block a user
ptdept_srv (v1.0.8)
Published 2026-04-26 19:46:56 +03:00 by tolikproh
Installation
docker pull gitstore.ru/tolikproh/ptdept_srv:v1.0.8sha256:0630ab1fdd83188a3d62baf30f278e353626ccc7a7ed4e8de598865e1a904e70
Images
| Digest | OS / Arch | Size |
|---|---|---|
| eaec5291c9 | linux/amd64 | 33 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.23.4-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 |
| 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 |