You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use a multistage Dockerfile with build args to provide the base postgres image
version
* Build stolon inside docker instead of copying locally built binaries (that
cannot be right since they may have been built for a different arch, os, glibc etc...).
Copy file name to clipboardExpand all lines: scripts/semaphore-k8s.sh
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,11 @@ touch $HOME/.kube/config
27
27
export KUBECONFIG=$HOME/.kube/config
28
28
sudo -E minikube start --vm-driver=none
29
29
30
+
make PGVERSION=10 TAG=stolon:master-pg10 docker
31
+
30
32
## Temporary hack disable checksum verification since semaphore has go 1.11.0 that had a bug causing different checksums than the right one generated by go 1.11.2
0 commit comments