sha256:fc71d50203fceede637c1cee967853f017b8c6d59c990bb499604745f2086ea3
OS/ARCH
linux/amd64
Compressed size
1008.55 MB
Last pushed
4 months by edunext
Type
Image
Manifest digest
sha256:fc71d50203fceede637c1cee967853f017b8c6d59c990bb499604745f2086ea3
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 29.23 MB5CMD ["/bin/bash"]0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8RUN /bin/sh -c apt update114.38 MB9ENV LC_ALL=en_US.UTF-80 B10COPY /uv /usr/local/bin/uv # buildkit20.56 MB11ARG PIP_COMMAND=uv pip0 B12RUN |1 PIP_COMMAND=uv pip /bin/sh122.45 MB13ARG APP_USER_ID=10000 B14RUN |2 PIP_COMMAND=uv pip APP_USER_ID=100032 B15RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10003.41 KB16USER 10000 B17COPY /usr/local/bin/dockerize /usr/local/bin/dockerize # buildkit2.81 MB18COPY --chown=1000:1000 / /openedx/edx-platform #112.54 MB19COPY --chown=1000:1000 /opt/pyenv /opt/pyenv #82.63 MB20COPY --chown=1000:1000 /openedx/venv /openedx/venv #263.82 MB21COPY --chown=1000:1000 /mnt /mnt #96 B22COPY --chown=1000:1000 /openedx/nodeenv /openedx/nodeenv #110.33 MB23COPY --chown=1000:1000 /openedx/edx-platform/node_modules /openedx/node_modules #61.4 MB24RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000170 B25ENV PATH=/openedx/venv/bin:./node_modules/.bin:/openedx/nodeenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B26ENV VIRTUAL_ENV=/openedx/venv/0 B27ENV COMPREHENSIVE_THEME_DIRS=/openedx/themes0 B28ENV STATIC_ROOT_LMS=/openedx/staticfiles0 B29ENV STATIC_ROOT_CMS=/openedx/staticfiles/studio0 B30WORKDIR /openedx/edx-platform32 B31RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10001 MB32RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000236 B33COPY --chown=app:app revisions.yml /openedx/config/ #204 B34ENV LMS_CFG=/openedx/config/lms.env.yml0 B35ENV CMS_CFG=/openedx/config/cms.env.yml0 B36ENV REVISION_CFG=/openedx/config/revisions.yml0 B37COPY --chown=app:app settings/lms/*.py ./lms/envs/tutor/ #708 B38COPY --chown=app:app settings/cms/*.py ./cms/envs/tutor/ #712 B39RUN |2 PIP_COMMAND=uv pip APP_USER_ID=100032 B40RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10004.37 MB41RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10001.11 MB42RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10009.04 MB43RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10001.38 MB44RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10002.26 MB45RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000277.29 KB46RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10008.25 MB47RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10001.82 MB48RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10001.82 MB49COPY --chown=app:app ./bin /openedx/bin #246 B50RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000241 B51ENV PATH=/openedx/bin:/openedx/venv/bin:./node_modules/.bin:/openedx/nodeenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B52RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10001.66 MB53RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000775.54 KB54RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10005.92 MB55COPY --chown=app:app ./themes/ /openedx/themes #221 B56RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000506 B57RUN |2 PIP_COMMAND=uv pip APP_USER_ID=100048.77 MB58RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000119 B59RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000215 B60ENV SERVICE_VARIANT=lms0 B61ENV DJANGO_SETTINGS_MODULE=lms.envs.tutor.production0 B62EXPOSE [8000/tcp]0 B63ENV UWSGI_WORKERS=20 B64COPY --chown=app:app settings/uwsgi.ini /openedx #505 B65CMD ["uwsgi" "/openedx/uwsgi.ini"]0 BCommand
ARG RELEASE