mirror of https://github.com/MISP/misp-docker
Pull latest images before build
parent
4a7314d82b
commit
9dd2fb11d8
|
@ -6,6 +6,8 @@ echo "[***] Build hook running"
|
||||||
|
|
||||||
export $(grep -v '^#' ../.env | xargs)
|
export $(grep -v '^#' ../.env | xargs)
|
||||||
|
|
||||||
|
docker pull $DOCKER_REPO:modules-latest
|
||||||
|
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg MISP_TAG=$MISP_TAG \
|
--build-arg MISP_TAG=$MISP_TAG \
|
||||||
--build-arg PHP_VER=$PHP_VER \
|
--build-arg PHP_VER=$PHP_VER \
|
||||||
|
|
|
@ -6,6 +6,8 @@ echo "[***] Build hook running"
|
||||||
|
|
||||||
export $(grep -v '^#' ../.env | xargs)
|
export $(grep -v '^#' ../.env | xargs)
|
||||||
|
|
||||||
|
docker pull $DOCKER_REPO:core-latest
|
||||||
|
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg MISP_TAG=$MISP_TAG \
|
--build-arg MISP_TAG=$MISP_TAG \
|
||||||
--build-arg PHP_VER=$PHP_VER \
|
--build-arg PHP_VER=$PHP_VER \
|
||||||
|
|
Loading…
Reference in New Issue