sha256:09243073b53d1ff378498b99dc5f49d597ac4d40bdc4759bb2767028e5aef7da
OS/ARCH
linux/amd64
Compressed size
412.48 MB
Last pushed
15 days by wurstbrot
Type
Image
Manifest digest
sha256:1918f33c5747284d5d8121565aefd4ee79d2a064ab99f4e5ba25f761cf3f2a8b
Image Layers
1# debian.sh --arch 'amd64' out/47.05 MB2RUN /bin/sh -c set -eux;24.45 MB3RUN /bin/sh -c set -eux;64.66 MB4RUN /bin/sh -c set -ex;225.39 MB5ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B6ENV LANG=C.UTF-80 B7RUN /bin/sh -c set -eux;5.81 MB8ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B9ENV PYTHON_VERSION=3.11.160 B10ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B11RUN /bin/sh -c set -eux;22.96 MB12RUN /bin/sh -c set -eux;249 B13CMD ["python3"]0 B14LABEL org.opencontainers.image.title=OWASP DSOMM metricCA collector0 B15LABEL org.opencontainers.image.source=https://github.com/devsecopsmaturitymodel/collector-confluence/0 B16COPY requirements.txt /app/requirements.txt # buildkit511 B17RUN /bin/sh -c cd /app22.15 MB18COPY *.py /app # buildkit5.69 KB19COPY schemata /app # buildkit611 B20COPY scraping_config.yaml /app # buildkit327 B21ENV CONFLUENCE_URL=0 B22ENV CONFLUENCE_LOGIN=0 B23ENV CONFLUENCE_PASSWORD=0 B24ENV GIT_HUB_ACCESS_TOKEN=0 B25ENV GIT_HUB_OWNER=0 B26ENV GIT_HUB_REPO=0 B27ENV GIT_HUB_HOSTNAME= # for on0 B28RUN /bin/sh -c adduser collector1.16 KB29USER collector0 B30ENTRYPOINT ["python3" "/app/confluence_collector.py"]0 B31CMD ["/app/scraping_config.yaml"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'