Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions example/build-and-load-workload-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ set -e -o pipefail
DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

echo "Building the example workload image..."
docker build "$DIR"/workload -t spiffe-csi-driver-example-workload:example
cd "$DIR"/workload
KO_DOCKER_REPO=ko.local/spiffe-csi-driver-example-workload ko build --bare -t example .

echo "Loading example workload image into Kind..."
kind load docker-image spiffe-csi-driver-example-workload:example
kind load docker-image ko.local/spiffe-csi-driver-example-workload:example

echo "Done."
13 changes: 0 additions & 13 deletions example/workload/Dockerfile

This file was deleted.