mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 19:56:06 +00:00
Merge pull request #859 from nrb/busybox-pause
Fix infinite sleep in fsfreeze container
This commit is contained in:
@@ -19,4 +19,4 @@ MAINTAINER Wayne Witzel III <wayne@heptio.com>
|
||||
RUN apk add --no-cache ca-certificates
|
||||
RUN apk add --update --no-cache busybox util-linux
|
||||
|
||||
ENTRYPOINT ["/bin/sh", "-c", "sleep infinity"]
|
||||
ENTRYPOINT ["/bin/sh", "-c", "while true; do sleep 10000; done"]
|
||||
|
||||
Reference in New Issue
Block a user