sha256:91b497c1debbf67a23a0078ff7dfb72040f28c014aaa53fbb2629e923b1eea21
OS/ARCH
linux/amd64
Compressed size
363.03 MB
Last pushed
4 days by infrascielo
Type
Image
Manifest digest
sha256:91b497c1debbf67a23a0078ff7dfb72040f28c014aaa53fbb2629e923b1eea21
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.37 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.150 B6ENV PYTHON_SHA256=1e66a7945a48390ee4c2a4268a0e4185884059a13c4aab6d148aa208deea4a760 B7RUN /bin/sh -c set -eux;12.01 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10ARG BUILD_ENVIRONMENT=production0 B11ARG APP_HOME=/app0 B12ENV PYTHONUNBUFFERED=10 B13ENV PYTHONDONTWRITEBYTECODE=10 B14ENV BUILD_ENV=production0 B15WORKDIR /app126 B16RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh1.13 KB17RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh20.81 MB18COPY /usr/src/app/wheels /wheels/ # buildkit110.95 MB19RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh145.61 MB20COPY ./compose/production/django/entrypoint /entrypoint # buildkit588 B21RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh619 B22RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh616 B23COPY ./compose/production/django/start /start # buildkit447 B24RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh476 B25RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh471 B26COPY ./compose/production/django/celery/worker/start /start-celeryworker # buildkit209 B27RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh235 B28RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh235 B29COPY ./compose/production/django/celery/beat/start /start-celerybeat # buildkit196 B30RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh221 B31RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh220 B32COPY ./compose/production/django/celery/flower/start /start-flower # buildkit247 B33RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh274 B34RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh275 B35COPY . /app # buildkit43.35 MB36RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh117 B37USER django0 B38ENTRYPOINT ["/entrypoint"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'