add Jenkinsfile for php image
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
docker login -u richard -p $DKREGISTRY_PASS $DKREGISTRY
|
#docker login -u richard -p $DKREGISTRY_PASS $DKREGISTRY
|
||||||
|
|
||||||
docker build --rm -f Dockerfile-70 -t xaicorp/php:7.0 .
|
docker build --rm -f Dockerfile-70 -t xaicorp/php:7.0 .
|
||||||
docker build --rm -f Dockerfile-70-dev -t xaicorp/php:7.0-dev .
|
docker build --rm -f Dockerfile-70-dev -t xaicorp/php:7.0-dev .
|
||||||
|
|||||||
Reference in New Issue
Block a user