sha256:4a1cbfd71b1338b3eb45a9558dda85a5afc29616927e2e2ac0773ec091e53620
OS/ARCH
linux/amd64
Compressed size
1.02 GB
Last pushed
1 day by edunext
Type
Image
Manifest digest
sha256:4a1cbfd71b1338b3eb45a9558dda85a5afc29616927e2e2ac0773ec091e53620
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 29.24 MB5CMD ["/bin/bash"]0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8RUN /bin/sh -c apt update121.55 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/sh168 B13ENV UV_BUILD_CONSTRAINT=/etc/openedx-build-constraints.txt0 B14ENV PIP_CONSTRAINT=/etc/openedx-build-constraints.txt0 B15RUN |1 PIP_COMMAND=uv pip /bin/sh122.48 MB16ARG APP_USER_ID=10000 B17RUN |2 PIP_COMMAND=uv pip APP_USER_ID=100032 B18RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10003.41 KB19USER 10000 B20COPY /usr/local/bin/dockerize /usr/local/bin/dockerize # buildkit2.81 MB21COPY --chown=1000:1000 / /openedx/edx-platform #113.6 MB22COPY --chown=1000:1000 /opt/pyenv /opt/pyenv #88.36 MB23COPY --chown=1000:1000 /openedx/venv /openedx/venv #276.52 MB24COPY --chown=1000:1000 /mnt /mnt #96 B25COPY --chown=1000:1000 /openedx/nodeenv /openedx/nodeenv #111.73 MB26COPY --chown=1000:1000 /openedx/edx-platform/node_modules /openedx/node_modules #64.67 MB27RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000169 B28ENV PATH=/openedx/venv/bin:./node_modules/.bin:/openedx/nodeenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B29ENV VIRTUAL_ENV=/openedx/venv/0 B30ENV COMPREHENSIVE_THEME_DIRS=/openedx/themes0 B31ENV STATIC_ROOT_LMS=/openedx/staticfiles0 B32ENV STATIC_ROOT_CMS=/openedx/staticfiles/studio0 B33WORKDIR /openedx/edx-platform32 B34RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10001.17 MB35RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000234 B36COPY --chown=app:app revisions.yml /openedx/config/ #207 B37ENV LMS_CFG=/openedx/config/lms.env.yml0 B38ENV CMS_CFG=/openedx/config/cms.env.yml0 B39ENV REVISION_CFG=/openedx/config/revisions.yml0 B40COPY --chown=app:app settings/lms/*.py ./lms/envs/tutor/ #709 B41COPY --chown=app:app settings/cms/*.py ./cms/envs/tutor/ #712 B42RUN |2 PIP_COMMAND=uv pip APP_USER_ID=100032 B43RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10005.43 MB44RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10001.49 MB45RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10007.06 MB46RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10001.95 MB47RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10002.81 MB48RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10001.54 MB49RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10006.58 MB50RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10002.38 MB51RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10002.38 MB52COPY --chown=app:app ./bin /openedx/bin #244 B53RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000240 B54ENV PATH=/openedx/bin:/openedx/venv/bin:./node_modules/.bin:/openedx/nodeenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B55RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10001.75 MB56RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000774.48 KB57RUN |2 PIP_COMMAND=uv pip APP_USER_ID=10005.12 MB58COPY --chown=app:app ./themes/ /openedx/themes #221 B59RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000510 B60RUN |2 PIP_COMMAND=uv pip APP_USER_ID=100051.92 MB61RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000119 B62RUN |2 PIP_COMMAND=uv pip APP_USER_ID=1000214 B63ENV SERVICE_VARIANT=lms0 B64ENV DJANGO_SETTINGS_MODULE=lms.envs.tutor.production0 B65EXPOSE [8000/tcp]0 B66ENV UWSGI_WORKERS=20 B67COPY --chown=app:app settings/uwsgi.ini /openedx #504 B68CMD ["uwsgi" "/openedx/uwsgi.ini"]0 BCommand
ARG RELEASE