s7-connector (sha256:2518cd2e29a41afc4e3d445020cc229380544786c8919119538f216db7e9d701)
Published 2026-03-17 14:51:11 +01:00 by tobias
Installation
docker pull git.te-c.net/tec/s7-connector@sha256:2518cd2e29a41afc4e3d445020cc229380544786c8919119538f216db7e9d701sha256:2518cd2e29a41afc4e3d445020cc229380544786c8919119538f216db7e9d701Image layers
| ARG VERSION=1.6.1 |
| LABEL org.opencontainers.image.version=1.6.1 |
| 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.6.1 |