Skip to content

Commit

Permalink
[CE-388] Clean up unused nginx images
Browse files Browse the repository at this point in the history
The nginx image is deprecated after v0.8.0.

This patchset:

* cleans the unused images and usage.
* Rename v0.8.0 images to v0.9.0 to prepare for the coming release.

Change-Id: Ibb1a1f16d8f814a31824a9aff0faa721e29c618f
Signed-off-by: Baohua Yang <[email protected]>
  • Loading branch information
yeasy committed Jun 20, 2018
1 parent d6475e5 commit cc7e2ac
Show file tree
Hide file tree
Showing 29 changed files with 5,414 additions and 670 deletions.
6 changes: 0 additions & 6 deletions docker/baseimage/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,3 @@ cd /tmp
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
rm get-pip.py

# ----------------------------------------------------------------
# Install nginx
# ----------------------------------------------------------------
groupadd -r nginx && useradd -r -g nginx nginx
apt-get install nginx apache2-utils -y
10 changes: 0 additions & 10 deletions docker/nginx/Dockerfile.in

This file was deleted.

6 changes: 0 additions & 6 deletions dockerhub/latest/baseimage/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,3 @@ cd /tmp
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
rm get-pip.py

# ----------------------------------------------------------------
# Install nginx
# ----------------------------------------------------------------
groupadd -r nginx && useradd -r -g nginx nginx
apt-get install nginx apache2-utils -y
10 changes: 0 additions & 10 deletions dockerhub/latest/nginx/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions dockerhub/latest/nginx/nginx/docker-entrypoint.sh

This file was deleted.

117 changes: 0 additions & 117 deletions dockerhub/latest/nginx/nginx/nginx.conf

This file was deleted.

64 changes: 0 additions & 64 deletions dockerhub/latest/nginx/nginx/nginx.default.conf

This file was deleted.

14 changes: 0 additions & 14 deletions dockerhub/v0.8.0/nginx/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions dockerhub/v0.8.0/nginx/nginx/docker-entrypoint.sh

This file was deleted.

117 changes: 0 additions & 117 deletions dockerhub/v0.8.0/nginx/nginx/nginx.conf

This file was deleted.

Loading

0 comments on commit cc7e2ac

Please sign in to comment.