浏览代码

Add test-related check

Tianon Gravi 9 年之前
父节点
当前提交
71a913842d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      NEW-IMAGE-CHECKLIST.md

+ 1 - 0
NEW-IMAGE-CHECKLIST.md

@@ -8,3 +8,4 @@
 - [ ] 2+ dockerization review?
 - [ ] existing official images have been considered as a base? (ie, if `foobar` needs Node.js, has `FROM node:...` instead of grabbing `node` via other means been considered?)
 - [ ] if `FROM scratch`, tarballs only exist in a single commit within the associated history?
+- [ ] passes current tests? any simple new tests that might be appropriate to add? (https://github.com/docker-library/official-images/tree/master/test)