sha256:572b8eafcb9e74449c1135a33cad66c68a372b11187eddba19011ddceb979857
OS/ARCH
Compressed size
175.67 MB
Last pushed
about 1 year by aaronzi
Type
Image
Manifest digest
sha256:5561bac910acbc0edf0243a33c332da9afee185d265a1d5a3d5fefab7cc8bd49
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.35 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.50 B6ENV PYTHON_SHA256=93e583f243454e6e9e4588ca2c2662206ad961659863277afcdb96801647d6400 B7RUN /bin/sh -c set -eux;12 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10LABEL maintainer=aaronzi0 B11LABEL description=OPC UA Time Series0 B12LABEL version=1.0.00 B13LABEL org.opencontainers.image.source=https://github.com/aaronzi/opcua-timeseries0 B14LABEL org.opencontainers.image.description=A containerized OPC UA0 B15LABEL org.opencontainers.image.licenses=LGPL-3.0+0 B16LABEL org.opencontainers.image.title=OPC UA Time Series0 B17LABEL org.opencontainers.image.authors=aaronzi0 B18LABEL org.opencontainers.image.vendor=aaronzi0 B19LABEL org.opencontainers.image.documentation=https://github.com/aaronzi/opcua-timeseries0 B20LABEL org.opencontainers.image.url=https://github.com/aaronzi/opcua-timeseries0 B21WORKDIR /app93 B22RUN /bin/sh -c apt-get update80.08 MB23COPY requirements.txt . # buildkit306 B24RUN /bin/sh -c pip install53.3 MB25COPY server/ ./server/ # buildkit9.03 KB26COPY config/ ./config/ # buildkit653 B27RUN /bin/sh -c mkdir -p113 B28EXPOSE map[4840/tcp:{}]0 B29ENV PYTHONPATH=/app0 B30ENV PYTHONUNBUFFERED=10 B31RUN /bin/sh -c groupadd -r1.07 KB32RUN /bin/sh -c chown -R9.51 KB33USER opcua0 B34HEALTHCHECK &{["CMD-SHELL" "python -c \"import0 B35CMD ["python" "-m" "server.main"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'