Skip to content

Commit

Permalink
Build Docker image using minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerman committed May 2, 2023
1 parent 811d5c1 commit d0beaab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ set -ex
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd $DIR

eval $(minikube -p minikube docker-env)
docker build -t pgbouncer-vault ../build
minikube image build -t pgbouncer-vault ../build

kubectl delete po --grace-period=1 vault || true
kubectl delete po --grace-period=1 postgres || true
Expand Down

0 comments on commit d0beaab

Please sign in to comment.