Remove unnecessary copy of GeoIP databases

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-03-19 09:36:30 -03:00
parent 080bed8e88
commit 6d0f3a00c7
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
5 changed files with 1 additions and 5 deletions

View file

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
# 0.0.0 shouldn't clobber any released builds # 0.0.0 shouldn't clobber any released builds
TAG ?= 0.81 TAG ?= 0.82
REGISTRY ?= quay.io/kubernetes-ingress-controller REGISTRY ?= quay.io/kubernetes-ingress-controller
ARCH ?= $(shell go env GOARCH) ARCH ?= $(shell go env GOARCH)
DOCKER ?= docker DOCKER ?= docker

View file

@ -611,10 +611,6 @@ rm -rf /etc/nginx/owasp-modsecurity-crs/util/regression-tests
rm -rf $HOME/.hunter rm -rf $HOME/.hunter
# move geoip directory
mv /geoip/* /etc/nginx/geoip
rm -rf /geoip
# update image permissions # update image permissions
writeDirs=( \ writeDirs=( \
/etc/nginx \ /etc/nginx \