Skip to content

Commit

Permalink
Add a new script to load images into kind cluster for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Burak Sekili <buraksekili@gmail.com>
  • Loading branch information
buraksekili committed Oct 12, 2023
1 parent 13e068e commit c72af16
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hack/load_images.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

make build-all

docker build -t tykio/tyk-k8s-bootstrap-pre-delete:testing -f ./.container/image/bootstrap-pre-delete/Dockerfile ./bin &&
kind load docker-image tykio/tyk-k8s-bootstrap-pre-delete:testing

docker build -t tykio/tyk-k8s-bootstrap-pre-delete:testing -f ./.container/image/bootstrap-pre-delete/Dockerfile ./bin &&
kind load docker-image tykio/tyk-k8s-bootstrap-pre-delete:testing

docker build -t tykio/tyk-k8s-bootstrap-pre-delete:testing -f ./.container/image/bootstrap-pre-delete/Dockerfile ./bin &&
kind load docker-image tykio/tyk-k8s-bootstrap-pre-delete:testing

0 comments on commit c72af16

Please sign in to comment.