mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +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
|
||||
# limitations under the License.
|
||||
|
||||
TAG = 0.2
|
||||
TAG = 0.3
|
||||
PREFIX = gcr.io/google_containers
|
||||
|
||||
all: push
|
||||
|
@ -34,6 +34,6 @@ trap stop TERM
|
||||
start "$@"
|
||||
|
||||
while true; do
|
||||
read
|
||||
sleep 5
|
||||
done
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
TAG = 0.4
|
||||
TAG = 0.5
|
||||
PREFIX = gcr.io/google_containers
|
||||
|
||||
all: push
|
||||
|
@ -58,5 +58,5 @@ start "$@"
|
||||
|
||||
# Ugly hack to do nothing and wait for SIGTERM
|
||||
while true; do
|
||||
read
|
||||
sleep 5
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user