sha256:0afd254ce3cb99e03f6ffcb54501ded2c72c862af475c50f2980a8a85c77f592
OS/ARCH
linux/amd64
Compressed size
1.1 GB
Last pushed
over 2 years by dbayonac
Type
Image
Manifest digest
sha256:0afd254ce3cb99e03f6ffcb54501ded2c72c862af475c50f2980a8a85c77f592
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=20.040 B5ADD file ... in / 26.24 MB6CMD ["/bin/bash"]0 B8ENV DEBIAN_FRONTEND=noninteractive0 B9RUN /bin/sh -c apt update138.68 MB10ENV LC_ALL=en_US.UTF-80 B11RUN /bin/sh -c apt update122.66 MB12ARG APP_USER_ID=10000 B13RUN |1 APP_USER_ID=1000 /bin/sh -c32 B14RUN |1 APP_USER_ID=1000 /bin/sh -c4.19 KB15USER 10000 B16COPY /usr/local/bin/dockerize /usr/local/bin/dockerize # buildkit2.81 MB17COPY /openedx/edx-platform /openedx/edx-platform # buildkit130.22 MB18COPY /openedx/locale /openedx/locale # buildkit2.52 MB19COPY /opt/pyenv /opt/pyenv # buildkit61.56 MB20COPY /openedx/venv /openedx/venv # buildkit244.17 MB21COPY /openedx/requirements /openedx/requirements # buildkit422.84 KB22COPY /openedx/nodeenv /openedx/nodeenv # buildkit64.24 MB23COPY /openedx/edx-platform/node_modules /openedx/edx-platform/node_modules # buildkit230.03 MB24ENV PATH=/openedx/venv/bin:./node_modules/.bin:/openedx/nodeenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B25ENV VIRTUAL_ENV=/openedx/venv/0 B26WORKDIR /openedx/edx-platform32 B27RUN |1 APP_USER_ID=1000 /bin/sh -c36.79 KB28RUN |1 APP_USER_ID=1000 /bin/sh -c236 B29COPY revisions.yml /openedx/config/ # buildkit204 B30ENV LMS_CFG=/openedx/config/lms.env.yml0 B31ENV CMS_CFG=/openedx/config/cms.env.yml0 B32ENV REVISION_CFG=/openedx/config/revisions.yml0 B33COPY settings/lms/*.py ./lms/envs/tutor/ # buildkit678 B34COPY settings/cms/*.py ./cms/envs/tutor/ # buildkit687 B35RUN |1 APP_USER_ID=1000 /bin/sh -c139 B36COPY ./locale/ /openedx/locale/user/locale/ # buildkit479 B37RUN |1 APP_USER_ID=1000 /bin/sh -c32 B38RUN |1 APP_USER_ID=1000 /bin/sh -c3.27 MB39RUN |1 APP_USER_ID=1000 /bin/sh -c1.86 MB40COPY ./bin /openedx/bin # buildkit2.91 KB41RUN |1 APP_USER_ID=1000 /bin/sh -c2.9 KB42ENV PATH=/openedx/bin:/openedx/venv/bin:./node_modules/.bin:/openedx/nodeenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B43RUN |1 APP_USER_ID=1000 /bin/sh -c7.63 KB44RUN |1 APP_USER_ID=1000 /bin/sh -c4 KB45RUN |1 APP_USER_ID=1000 /bin/sh -c58.6 KB46RUN |1 APP_USER_ID=1000 /bin/sh -c29.4 KB47ENV NO_PYTHON_UNINSTALL=10 B48ENV NO_PREREQ_INSTALL=10 B49RUN |1 APP_USER_ID=1000 /bin/sh -c8.1 MB50COPY ./themes/ /openedx/themes/ # buildkit15.28 MB51RUN |1 APP_USER_ID=1000 /bin/sh -c71.93 MB52RUN |1 APP_USER_ID=1000 /bin/sh -c120 B53RUN |1 APP_USER_ID=1000 /bin/sh -c215 B54ENV SERVICE_VARIANT=lms0 B55ENV DJANGO_SETTINGS_MODULE=lms.envs.tutor.production0 B56EXPOSE map[8000/tcp:{}]0 B57ENV UWSGI_WORKERS=20 B58COPY settings/uwsgi.ini . # buildkit349 B59CMD ["/bin/sh" "-c" "uwsgi uwsgi.ini"]0 BCommand
ARG RELEASE