Namespace
Image / Tag
students-app:master-0-gd0f4b37
Content Digest
sha256:3d12a5f09051bf3cb3ed6d596be625f5e93781f85a5b73717fbca91f07f3e563
Details
Created

2022-03-13 19:32:28 UTC

Size

469 MB

Content Digest
Labels
  • maintainer
    Alexandr Moskalev <moskalev@umich.edu>

Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_GET_PIP_SHA256

c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py

PYTHON_PIP_VERSION

21.2.4

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.9.9


Layers

[#000] sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 - 10.25% (48.1 MB)

[#001] sha256:d17d0de332ca1b34d53ca41c2b39ea52ce72f8c1e81c5200e27a8bade3e6ecbb - 1.59% (7.47 MB)

[#002] sha256:7474d56348f5333567750c1e5f06f899477fd437330627341eafa71bfa1a36ab - 2.03% (9.53 MB)

[#003] sha256:211c565de40518c5dac4498ccebbf3833fcfaa5db17d4bf94e6bef466136278b - 10.53% (49.4 MB)

[#004] sha256:71337a3dfc6f79fe42b06f2f3872667ca6d9ebac8029afcf6df3b0ee321f509f - 39.1% (184 MB)

[#005] sha256:a903ce508a2266d3c9f15514e10c697f9333bdb6cba6f1e4a0ab33412aefda39 - 1.25% (5.86 MB)

[#006] sha256:b2878acc0098bbeb43d835ac09860be760d89f81044b7de169354343db7de2e0 - 3.92% (18.4 MB)

[#007] sha256:0afed5be589a34893ae8ccc73dbbd9ac2bf3561d24ee2b2a29570567fb790839 - 0.0% (232 Bytes)

[#008] sha256:0cdc184c0c8f875578b0cee409a7fdea960f0f451ce9446fbff8c01f928f87ff - 0.48% (2.24 MB)

[#009] sha256:68a942cc5829657498ae9f176b89a58670bca4281afaf59623442bf237733eaf - 4.69% (22 MB)

[#010] sha256:e0bfd730467254a577e5ee957ca16563fa87887166d3161755cd71e7b2c7fffc - 0.52% (2.44 MB)

[#011] sha256:d8d8050ec5e687b5b9fb10b5b6db401c427c5cd96e3bae4201ecc82ed85e2906 - 0.0% (611 Bytes)

[#012] sha256:9c5c85de7494f00186b00442695a925bd61cc6e268ed2ef37493b8b11827e1c1 - 25.53% (120 MB)

[#013] sha256:f939f1ef2b0da1c9aeb391ab77e357b18ed53ad8bc6925a77743c4ff754da992 - 0.0% (290 Bytes)

[#014] sha256:aa0a76d24745c358a9738c7d674c2904469ccb5e81fc172be3565b7956d05a71 - 0.0% (289 Bytes)

[#015] sha256:00260c9e57e58b18c39f846d6bb552cef35a826c1985f0660e239627099bec9b - 0.0% (810 Bytes)

[#016] sha256:41bd299e0eb6241c025fa9a21884166fa604438023472f9ad08680149010f68e - 0.11% (552 KB)

[#017] sha256:52f15424730ae23f3e4ce3e01679b29995333ae13b738453579efacc303e517c - 0.0% (363 Bytes)


History
2021-11-17 02:20:51 UTC

/bin/sh -c #(nop) ADD file:cb5ed7070880d4c0177fbe6dd278adb7926e38cd73e6abd582fd8d67e4bbf06c in /

2021-11-17 02:20:51 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-11-17 03:15:46 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl netbase wget ; rm -rf /var/lib/apt/lists/*

2021-11-17 03:15:52 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2021-11-17 03:16:13 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2021-11-17 03:17:16 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libglib2.0-dev libgmp-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmaxminddb-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch unzip xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*

2021-11-17 15:44:02 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2021-11-17 15:44:02 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2021-11-17 15:44:09 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends libbluetooth-dev tk-dev uuid-dev && rm -rf /var/lib/apt/lists/*

2021-11-17 16:31:31 UTC

/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568

2021-11-17 16:31:32 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.9.9

2021-11-17 16:41:27 UTC

/bin/sh -c set -ex && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) \) -exec rm -rf '{}' + && ldconfig && python3 --version

2021-11-17 16:41:28 UTC

/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config

2021-11-17 16:41:29 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.2.4

2021-11-17 16:41:29 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0

2021-11-17 16:41:29 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py

2021-11-17 16:41:29 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309

2021-11-17 16:41:36 UTC

/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2021-11-17 16:41:36 UTC

/bin/sh -c #(nop) CMD ["python3"]

2021-12-01 19:50:20 UTC

/bin/sh -c #(nop) LABEL maintainer=Alexandr Moskalev <moskalev@umich.edu>

2021-12-01 19:50:21 UTC

/bin/sh -c #(nop) EXPOSE 8448

2022-03-13 19:18:19 UTC

/bin/sh -c apt-get update && apt-get install -y python3-mysqldb zbar-tools poppler-utils

2022-03-13 19:18:23 UTC

/bin/sh -c pip install gunicorn

2022-03-13 19:18:23 UTC

/bin/sh -c #(nop) COPY file:349abc95a3fa8d45afcab8336e495799b12e2ac6dc6c0dfa873538df13950967 in /app/

2022-03-13 19:19:17 UTC

/bin/sh -c pip install -r /app/requirements.txt

2022-03-13 19:19:17 UTC

/bin/sh -c #(nop) COPY file:848ebb7f1f1496f050dfc7018cf6e0fdfcda82352c3583a9bf97995fb36ddd04 in /app/start.sh

2022-03-13 19:19:18 UTC

/bin/sh -c chmod +x /app/start.sh

2022-03-13 19:19:18 UTC

/bin/sh -c #(nop) COPY multi:e32a33f636c6e5448c7ff375d0a3eb32c1510ec0773df29f3de1cbaa50be3b7c in /app/

2022-03-13 19:32:28 UTC

/bin/sh -c #(nop) COPY dir:95eeae0bb38a699fe372fcd6dbeff4d998855685f1b0f01c4477b66d7b6fe204 in /app/app

2022-03-13 19:32:28 UTC

/bin/sh -c #(nop) COPY dir:0ddb5c3db6976baa917bfe7e64ebbba89e695e0557dfd697891f718624eb54f0 in /app/secrets

2022-03-13 19:32:28 UTC

/bin/sh -c #(nop) WORKDIR /app

2022-03-13 19:32:28 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/bin/bash"]

2022-03-13 19:32:28 UTC

/bin/sh -c #(nop) CMD ["/app/start.sh"]