update php build to include basic php7.3

updated robo build
This commit is contained in:
2020-04-19 11:24:26 -04:00
parent 94d7b04002
commit 33e945f662
15 changed files with 129 additions and 113 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -e
set -ex
#if [[ -z "${DKREGISTRY_PASS}" ]]; then
# docker login -u richard -p $DKREGISTRY_PASS $DKREGISTRY
@@ -7,6 +7,7 @@ set -e
docker build --rm -f Dockerfile -t xaicorp/php-robo .
docker run --rm xaicorp/php-robo --version | grep 'Robo 2.0.'
docker run --rm --entrypoint php xaicorp/php-robo -m | grep 'curl'
docker tag xaicorp/php-robo dkregistry.xai-corp.net:5000/xaicorp/php-robo
docker push dkregistry.xai-corp.net:5000/xaicorp/php-robo