Просмотр исходного кода

create python:3.7-buster-uwsgi-nginx

Stille 3 лет назад
Родитель
Сommit
4e7349abf4

+ 0 - 0
uwsgi-nginx/Dockerfile → base/python/3.7-buster-uwsgi-nginx/Dockerfile


+ 0 - 0
uwsgi-nginx/README.md → base/python/3.7-buster-uwsgi-nginx/README.md


+ 0 - 0
uwsgi-nginx/app/main.py → base/python/3.7-buster-uwsgi-nginx/app/main.py


+ 0 - 0
uwsgi-nginx/app/prestart.sh → base/python/3.7-buster-uwsgi-nginx/app/prestart.sh


+ 0 - 0
uwsgi-nginx/app/uwsgi.ini → base/python/3.7-buster-uwsgi-nginx/app/uwsgi.ini


+ 0 - 0
uwsgi-nginx/entrypoint.sh → base/python/3.7-buster-uwsgi-nginx/entrypoint.sh


+ 0 - 0
uwsgi-nginx/install-nginx-alpine.sh → base/python/3.7-buster-uwsgi-nginx/install-nginx-alpine.sh


+ 0 - 0
uwsgi-nginx/install-nginx-debian.sh → base/python/3.7-buster-uwsgi-nginx/install-nginx-debian.sh


+ 0 - 0
uwsgi-nginx/python2.7.dockerfile → base/python/3.7-buster-uwsgi-nginx/python2.7.dockerfile


+ 0 - 0
uwsgi-nginx/python3.6.dockerfile → base/python/3.7-buster-uwsgi-nginx/python3.6.dockerfile


+ 0 - 0
uwsgi-nginx/python3.7.dockerfile → base/python/3.7-buster-uwsgi-nginx/python3.7.dockerfile


+ 0 - 0
uwsgi-nginx/python3.8-alpine.dockerfile → base/python/3.7-buster-uwsgi-nginx/python3.8-alpine.dockerfile


+ 0 - 0
uwsgi-nginx/python3.8.dockerfile → base/python/3.7-buster-uwsgi-nginx/python3.8.dockerfile


+ 0 - 0
uwsgi-nginx/start.sh → base/python/3.7-buster-uwsgi-nginx/start.sh


+ 0 - 0
uwsgi-nginx/supervisord-alpine.ini → base/python/3.7-buster-uwsgi-nginx/supervisord-alpine.ini


+ 0 - 0
uwsgi-nginx/supervisord-debian.conf → base/python/3.7-buster-uwsgi-nginx/supervisord-debian.conf


+ 0 - 0
uwsgi-nginx/uwsgi.ini → base/python/3.7-buster-uwsgi-nginx/uwsgi.ini


+ 2 - 2
gh-proxy/Dockerfile

@@ -1,5 +1,5 @@
-FROM stilleshan/uwsgi-nginx:python3.7
-LABEL maintainer="Sebastian Ramirez <tiangolo@gmail.com>"
+FROM ioiox/python:3.7-buster-uwsgi-nginx
+LABEL maintainer="Stille <stille@ioiox.com>"
 
 RUN pip install flask requests