s7-connector (sha256:3cc71abfb0290c900788d8272ccada14abfbe0349fb107b318b1483112dc9e2b)
Published 2026-06-04 11:19:46 +02:00 by tobias
Installation
docker pull git.te-c.net/tec/s7-connector@sha256:3cc71abfb0290c900788d8272ccada14abfbe0349fb107b318b1483112dc9e2bsha256:3cc71abfb0290c900788d8272ccada14abfbe0349fb107b318b1483112dc9e2bImage layers
| ARG VERSION=1.10.0 |
| LABEL org.opencontainers.image.version=1.10.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.10.0 |