File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 file : src/templates/rpc/Dockerfile_rpc
2929 context : .
30- tags : local/ warnet-rpc:ci
30+ tags : warnet/dev
3131 cache-from : type=gha
3232 cache-to : type=gha,mode=max
3333 outputs : type=docker,dest=/tmp/warnet.tar
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ start:
2121
2222 minikube start --mount --mount-string=" $PWD:/mnt/src"
2323
24+ # Build image in local registry and load into minikube
25+ docker build -t warnet/ dev -f src/ templates/ rpc/ Dockerfile_rpc_dev . --load
26+ minikube image load warnet/ dev
27+
2428 # Setup k8s
2529 kubectl apply -f src/ templates/ rpc/ namespace.yaml
2630 kubectl apply -f src/ templates/ rpc/ rbac-config.yaml
@@ -87,4 +91,4 @@ installlogging:
8791 ./ src/ templates/ k8s/ install_logging.sh
8892
8993connectlogging :
90- ./ src/ templates/ k8s/ connect_logging.sh
94+ ./ src/ templates/ k8s/ connect_logging.sh
Original file line number Diff line number Diff line change 1616 spec :
1717 containers :
1818 - name : warnet-rpc
19- imagePullPolicy : Always
20- image : bitcoindevproject/ warnet-rpc: dev
19+ imagePullPolicy : Never
20+ image : warnet/ dev
2121 ports :
2222 - containerPort : 9276
2323 volumeMounts :
You can’t perform that action at this time.
0 commit comments