sha256:0d0434e592b409d0277f7179f750c6e8d9148096af667788601641529f6f95f0
OS/ARCH
linux/amd64
Compressed size
325.14 MB
Last pushed
5 months by infrascielo
Type
Image
Manifest digest
sha256:0d0434e592b409d0277f7179f750c6e8d9148096af667788601641529f6f95f0
Image Layers
1# debian.sh --arch 'amd64' out/28.85 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.03 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.60 B6ENV PYTHON_SHA256=17ba5508819d8736a14fbfc47d36e184946a877851b2e9c4b6c43acb44a3b1040 B7RUN /bin/sh -c set -eux;12.04 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.41 KB17RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh15.89 MB18COPY /usr/src/app/wheels /wheels/ # buildkit102.78 MB19RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh123.32 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/sh617 B23COPY ./compose/production/django/start /start # buildkit448 B24RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh474 B25RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh473 B26COPY ./compose/production/django/celery/worker/start /start-celeryworker # buildkit209 B27RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh234 B28RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh234 B29COPY ./compose/production/django/celery/beat/start /start-celerybeat # buildkit197 B30RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh220 B31RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh220 B32COPY ./compose/production/django/celery/flower/start /start-flower # buildkit246 B33RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh274 B34RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh275 B35COPY . /app # buildkit41.22 MB36RUN |2 BUILD_ENVIRONMENT=production APP_HOME=/app /bin/sh114 B37USER django0 B38ENTRYPOINT ["/entrypoint"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1753056000'