Merge pull request #76525 from yuwenma/patch-4

Rebase etcd-empty-dir-cleanup to debian-base
This commit is contained in:
Kubernetes Prow Robot
2019-05-01 18:42:17 -07:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM busybox
FROM k8s.gcr.io/debian-base:v1.0.0
COPY etcdctl etcd-empty-dir-cleanup.sh /
RUN chmod a+rx /etcdctl /etcd-empty-dir-cleanup.sh