From e8954f586f4f7f8e81f951f450051c55d49fdb27 Mon Sep 17 00:00:00 2001 From: Stille Date: Thu, 10 Feb 2022 10:49:39 +0800 Subject: [PATCH] update selenium-firefox base image --- base/alpine/3.15-openjdk-8-headless/README.md | 8 ++++++++ base/python/3.7-buster-uwsgi-nginx/README.md | 10 +++------- {selenium-firefox => base/selenium-firefox}/Dockerfile | 0 {selenium-firefox => base/selenium-firefox}/README.md | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 base/alpine/3.15-openjdk-8-headless/README.md rename {selenium-firefox => base/selenium-firefox}/Dockerfile (100%) rename {selenium-firefox => base/selenium-firefox}/README.md (71%) diff --git a/base/alpine/3.15-openjdk-8-headless/README.md b/base/alpine/3.15-openjdk-8-headless/README.md new file mode 100644 index 0000000..fb2a2e3 --- /dev/null +++ b/base/alpine/3.15-openjdk-8-headless/README.md @@ -0,0 +1,8 @@ +# alpine:3.15-openjdk-8-headless + +GitHub [stilleshan/dockerfiles](https://github.com/stilleshan/dockerfiles) +Docker [ioiox/alpine:3.15-openjdk-8-headless](https://hub.docker.com/r/ioiox/alpine) +> *docker image support for X86 and ARM* + +## 简介 +基于 alpine 的 openjdk 8 headless 基础镜像,用于 zfile 项目. diff --git a/base/python/3.7-buster-uwsgi-nginx/README.md b/base/python/3.7-buster-uwsgi-nginx/README.md index 45f07a0..d0a1cee 100644 --- a/base/python/3.7-buster-uwsgi-nginx/README.md +++ b/base/python/3.7-buster-uwsgi-nginx/README.md @@ -1,15 +1,11 @@ -# uwsgi-nginx +# python:3.7-buster-uwsgi-nginx GitHub [stilleshan/dockerfiles](https://github.com/stilleshan/dockerfiles) -Docker [stilleshan/uwsgi-nginx](https://hub.docker.com/r/stilleshan/uwsgi-nginx) +Docker [ioiox/python:3.7-buster-uwsgi-nginx](https://hub.docker.com/r/ioiox/python) > *docker image support for X86 and ARM* ## 简介 -基于 uwsgi 和 nginx 环境的 docker 镜像. - -## 更新 -**2021-06-09** 更新`python3.7`版 docker 镜像,新增同时支持 X86 和 ARM 架构. +基于 uwsgi 和 nginx 环境的 docker 镜像,用于 gh-proxy 项目. ## 参考 GitHub [tiangolo/uwsgi-nginx-docker](https://github.com/tiangolo/uwsgi-nginx-docker) - diff --git a/selenium-firefox/Dockerfile b/base/selenium-firefox/Dockerfile similarity index 100% rename from selenium-firefox/Dockerfile rename to base/selenium-firefox/Dockerfile diff --git a/selenium-firefox/README.md b/base/selenium-firefox/README.md similarity index 71% rename from selenium-firefox/README.md rename to base/selenium-firefox/README.md index 135997e..8264a04 100644 --- a/selenium-firefox/README.md +++ b/base/selenium-firefox/README.md @@ -1,7 +1,7 @@ ## selenium-firefox GitHub [stilleshan/dockerfiles](https://github.com/stilleshan/dockerfiles) -Docker [stilleshan/selenium-firefox](https://hub.docker.com/r/stilleshan/selenium-firefox) +Docker [ioiox/selenium-firefox](https://hub.docker.com/r/ioiox/selenium-firefox) > *docker image support for X86 and ARM* ## 简介