s7-connector (sha256:6fa06288c36f5adfeb67feed54a6e2b38a9ee90ee5e6df35a6a4bda75b939dd6)
Published 2026-06-20 18:54:22 +02:00 by tobias
Installation
docker pull git.te-c.net/tec/s7-connector@sha256:6fa06288c36f5adfeb67feed54a6e2b38a9ee90ee5e6df35a6a4bda75b939dd6sha256:6fa06288c36f5adfeb67feed54a6e2b38a9ee90ee5e6df35a6a4bda75b939dd6Image layers
| ARG VERSION=1.11.0 |
| LABEL org.opencontainers.image.version=1.11.0 |
| LABEL org.opencontainers.image.source=https://git.te-c.net/TEC/s7-connector |
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
| COPY /usr/share/zoneinfo /usr/share/zoneinfo # buildkit |
| COPY /app/s7conn /s7conn # buildkit |
| COPY /app/configs/config.sparkplugb.example.yaml /app/config.yaml # buildkit |
| EXPOSE [9100/tcp] |
| ENTRYPOINT ["/s7conn"] |
| CMD ["-config" "/app/config.yaml" "-metrics" ":9100"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.source | https://git.te-c.net/TEC/s7-connector |
| org.opencontainers.image.version | 1.11.0 |