Remove unnecessary copy of GeoIP databases
This commit is contained in:
parent
080bed8e88
commit
6d0f3a00c7
5 changed files with 1 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue