tolikproh
  • Joined on 2024-10-05

ptdept_srv (v1.5.3)

Published 2026-08-28 16:45:16 +03:00 by tolikproh

Installation

docker pull gitstore.ru/tolikproh/ptdept_srv:v1.5.3
sha256:0e28232d4bef31ec5b3f60c2d1110c82eacd11db6bb2d5a03c1c43807ca97bd2

Image Layers

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
Details
Container
2026-08-28 16:45:16 +03:00
1
OCI / Docker
linux/amd64
61 MiB
Versions (68) View all
v1.8.1 2026-09-11
v1.8.0 2026-09-11
v1.7.3 2026-09-09
v1.7.2 2026-09-09
v1.7.1 2026-09-09