mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 17:41:13 +00:00
Add benchmark for containerized KRM function in kustomize
This commit is contained in:
8
hack/krmFunctionBenchmark/example_tshirt/execfn/build.sh
Executable file
8
hack/krmFunctionBenchmark/example_tshirt/execfn/build.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#! /bin/bash
|
||||
|
||||
IMAGE_LABEL="tshirt_example_build:latest"
|
||||
BUILD_HOME=/usr/local/build
|
||||
|
||||
docker build -t $IMAGE_LABEL .
|
||||
|
||||
docker run --rm -v $(pwd):/out $IMAGE_LABEL cp -r $BUILD_HOME/functions/examples/injection-tshirt-sizes/image/tshirt /out
|
||||
Reference in New Issue
Block a user