| Image | Cmd | Size |
| f12c0d94c56 |
CMD ["/bin/sh" "-c" "uwsgi --master --enable-threads --uid wsgi --gid wsgi --http-socket 0.0.0.0:5151 --log-x-forwarded-for --logdate=\"%Y-%m-%dT%H:%M:%S.000Z\" --logformat-strftime --logformat '%(addr) %(ftime) %(method) %(uri) %(proto) %(status) %(size) \"%(referer)\" \"%(uagent)\"' -w rest:app"] |
0 B |
| 7d8dc37bfbf |
/bin/sh -c #(nop) EXPOSE 5151 |
0 B |
| afa0d71ac02 |
/bin/sh -c useradd --uid 1000 -M --gid wsgi --shell /bin/bash wsgi |
2 KB |
| e8df73d42fb |
/bin/sh -c groupadd --gid 1000 wsgi |
665 B |
| 247095065e0 |
/bin/sh -c #(nop) COPY file:617c6d22b0e119bc6faeb92ebc6233eeb2420e2a8573c120f0753d5d6ecd4eff in ./.b2_auth |
142 B |
| 2b0d80440b7 |
/bin/sh -c #(nop) COPY dir:e2f9189bc80c180b3442304c6ff902b1f643494e5d551936a7f58dd12db90fda in . |
1.2 MB |
| 89d636c6927 |
/bin/sh -c #(nop) ENV CLIENT_CORS= |
0 B |
| 602b3f06be6 |
/bin/sh -c #(nop) ENV DB_PORT= |
0 B |
| 16f01ef8ba1 |
/bin/sh -c #(nop) ENV DB_HOST= |
0 B |
| 30da52da386 |
/bin/sh -c pip install uwsgi |
2.0 MB |
| 4b596229ff6 |
/bin/sh -c pip install -r requirements.txt |
122.9 MB |
| b480d00a622 |
/bin/sh -c #(nop) COPY file:7a4157dab8bb320dd98fb148922729100bb4c7c64e5cb967b2596d69f976772e in . |
885 B |
| 15177c98b5e |
/bin/sh -c #(nop) CMD ["python3"] |
0 B |
| b8a5e53ef62 |
/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" ; 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 |
2.1 MB |
| 4d3a697f028 |
/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c |
0 B |
| 5398bd3e841 |
/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py |
0 B |
| 1efe518901e |
/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.2.4 |
0 B |
| 67828cc792c |
/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 |
234 B |
| 22595453459 |
/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 ha.pool.sks-keyservers.net --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)" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' &&
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' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + &&
ldconfig &&
python3 --version |
16.3 MB |
| c3c01ca2592 |
/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.9 |
0 B |
| b2dc4da2fb0 |
/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D |
0 B |
| ced4266b58a |
/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/* |
6.1 MB |
| ba8c19d774b |
/bin/sh -c #(nop) ENV LANG=C.UTF-8 |
0 B |
| 4d6bcf462ed |
/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
0 B |
| 14b47c37a4b |
/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/* |
192.3 MB |
| b50a77da3f5 |
/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/* |
51.8 MB |
| 87188f14abe |
/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 |
10.0 MB |
| f4aca3c76e0 |
/bin/sh -c apt-get update &&
apt-get install -y --no-install-recommends ca-certificates curl netbase wget &&
rm -rf /var/lib/apt/lists/* |
7.8 MB |
| 5f0f63086c6 |
/bin/sh -c #(nop) CMD ["bash"] |
0 B |
| 8bc99618433 |
/bin/sh -c #(nop) ADD file:6627ad39ea0cb9fcb212342326d14efaff51aece1fd0dc16d5bbcaa25d858622 in / |
50.4 MB |