mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #22632 from jsafrane/devel/fix-nfs-image
Auto commit by PR queue bot
This commit is contained in:
commit
3081c10a40
@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
TAG = 0.2
|
TAG = 0.3
|
||||||
PREFIX = gcr.io/google_containers
|
PREFIX = gcr.io/google_containers
|
||||||
|
|
||||||
all: push
|
all: push
|
||||||
|
@ -34,6 +34,6 @@ trap stop TERM
|
|||||||
start "$@"
|
start "$@"
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
read
|
sleep 5
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
TAG = 0.4
|
TAG = 0.5
|
||||||
PREFIX = gcr.io/google_containers
|
PREFIX = gcr.io/google_containers
|
||||||
|
|
||||||
all: push
|
all: push
|
||||||
|
@ -58,5 +58,5 @@ start "$@"
|
|||||||
|
|
||||||
# Ugly hack to do nothing and wait for SIGTERM
|
# Ugly hack to do nothing and wait for SIGTERM
|
||||||
while true; do
|
while true; do
|
||||||
read
|
sleep 5
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user