- ansible docker images
- ansible play for cleaning hosts (apt autoremove) - mondrian(incomplete) - lock postgres to version 10 - update jenkins dockerfile
This commit is contained in:
7
dockerfiles/tasks/mondrian/build.sh
Normal file
7
dockerfiles/tasks/mondrian/build.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
docker login -u richard -p $DKREGISTRY_PASS $DKREGISTRY
|
||||
|
||||
docker build --rm -f Dockerfile -t mondrian:latest .
|
||||
docker run --rm mondrian:latest --version | grep 'Mondrian'
|
||||
docker tag mondrian:latest dkregistry.xai-corp.net:5000/xaicorp/qa/mondrian:latest
|
||||
docker push dkregistry.xai-corp.net:5000/xaicorp/qa/mondrian:latest
|
||||
Reference in New Issue
Block a user