File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
e2e/testdata/fn-eval/no-image-pull/.expected
internal/docs/generated/fndocs Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1515
1616set -eo pipefail
1717
18- KRM_FN_RUNTIMETIME =" ${KRM_FN_RUNTIMETIME := docker} "
18+ KRM_FN_RUNTIME =" ${KRM_FN_RUNTIME := docker} "
1919
2020kpt fn eval --image ghcr.io/kptdev/krm-functions-catalog/search-replace:latest
2121
22- ${KRM_FN_RUNTIMETIME } image inspect ghcr.io/kptdev/krm-functions-catalog/search-replace:latest
22+ ${KRM_FN_RUNTIME } image inspect ghcr.io/kptdev/krm-functions-catalog/search-replace:latest
2323if [[ $? != 0 ]]; then
2424 echo " ERR: Image could not be found locally and may not have been pulled"
2525 exit 1
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- KRM_FN_RUNTIMETIME =" ${KRM_FN_RUNTIMETIME := docker} "
16+ KRM_FN_RUNTIME =" ${KRM_FN_RUNTIME := docker} "
1717
18- ${KRM_FN_RUNTIMETIME } image inspect ghcr.io/kptdev/krm-functions-catalog/search-replace:latest
18+ ${KRM_FN_RUNTIME } image inspect ghcr.io/kptdev/krm-functions-catalog/search-replace:latest
1919# if inspect exits with a 0 exit code the image was found locally, remove it
2020if [[ $? == 0 ]]; then
21- ${KRM_FN_RUNTIMETIME } image rm ghcr.io/kptdev/krm-functions-catalog/search-replace:latest
21+ ${KRM_FN_RUNTIME } image rm ghcr.io/kptdev/krm-functions-catalog/search-replace:latest
2222fi
You can’t perform that action at this time.
0 commit comments