mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-18 18:18:36 +00:00
@@ -6,7 +6,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
KUSTOMIZE_EXEC=kustomize
|
KUSTOMIZE_EXEC=kustomize
|
||||||
KUSTOMIZE_FLAGS="build --enable_alpha_plugins --enable-exec"
|
KUSTOMIZE_FLAGS="build --enable-exec --enable-alpha-plugins"
|
||||||
|
|
||||||
function build_label_namespace_exec {
|
function build_label_namespace_exec {
|
||||||
cd label_namespace/execfn
|
cd label_namespace/execfn
|
||||||
|
|||||||
@@ -5,7 +5,8 @@ FROM alpine:latest
|
|||||||
|
|
||||||
ENV BUILD_HOME=/usr/local/build
|
ENV BUILD_HOME=/usr/local/build
|
||||||
RUN apk update && apk add --no-cache git nodejs npm
|
RUN apk update && apk add --no-cache git nodejs npm
|
||||||
RUN npm install -g typescript
|
COPY ["./package.json", "./package-lock.json", "./"]
|
||||||
|
RUN npm install -g
|
||||||
|
|
||||||
RUN mkdir -p $BUILD_HOME
|
RUN mkdir -p $BUILD_HOME
|
||||||
|
|
||||||
|
|||||||
16
hack/krmFunctionBenchmark/label_namespace/execfn/package-lock.json
generated
Normal file
16
hack/krmFunctionBenchmark/label_namespace/execfn/package-lock.json
generated
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"requires": true,
|
||||||
|
"lockfileVersion": 1,
|
||||||
|
"dependencies": {
|
||||||
|
"help": {
|
||||||
|
"version": "3.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/help/-/help-3.0.2.tgz",
|
||||||
|
"integrity": "sha512-jDd0MU+9xzvOQRC6CIzdjvb+agCvpzQY/Fp11quDnugDO4QQzh134EsLkRQMvFIJBleFkvnXagHFm4MTefkkpA=="
|
||||||
|
},
|
||||||
|
"typescript": {
|
||||||
|
"version": "5.2.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
|
||||||
|
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "execfn",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user