mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Add missing boilerplate
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#! /bin/bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
set -e
|
||||
echo "You may need to run as root to clean."
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
ENV BUILD_HOME=/usr/local/build
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
IMAGE_LABEL="tshirt_example_build:latest"
|
||||
BUILD_HOME=/usr/local/build
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
ENV BUILD_HOME=/usr/local/build
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
IMAGE_LABEL="label_namespace_build:latest"
|
||||
BUILD_HOME=/usr/local/build
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#! /bin/bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
node ./dist/label_namespace_run.js
|
||||
|
||||
Reference in New Issue
Block a user