|
|
@ -2,7 +2,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') |
|
|
#export REGISTRY=registry.cube.local
|
|
|
#export REGISTRY=registry.cube.local
|
|
|
export REGISTRY=registry.reymota.es |
|
|
export REGISTRY=registry.reymota.es |
|
|
export IMG_VERSION = 0.03 |
|
|
export IMG_VERSION = 0.03 |
|
|
export IMG_NGINX_VERSION = 2.0 |
|
|
|
|
|
|
|
|
export IMG_NGINX_VERSION = 2.1 |
|
|
|
|
|
|
|
|
# limpia todo
|
|
|
# limpia todo
|
|
|
all: imagen clean install |
|
|
all: imagen clean install |
|
|
|