浏览代码

Update naughty-from to account for arm64v8 variants of ELK images

Tianon Gravi 5 年之前
父节点
当前提交
dcfde0a6cb
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      naughty-from.sh

+ 3 - 0
naughty-from.sh

@@ -39,6 +39,9 @@ _is_naughty() {
 		| amd64=docker.elastic.co/elasticsearch/elasticsearch:* \
 		| amd64=docker.elastic.co/kibana/kibana:* \
 		| amd64=docker.elastic.co/logstash/logstash:* \
+		| arm64v8=docker.elastic.co/elasticsearch/elasticsearch:* \
+		| arm64v8=docker.elastic.co/kibana/kibana:* \
+		| arm64v8=docker.elastic.co/logstash/logstash:* \
 		| windows-*=mcr.microsoft.com/windows/nanoserver:* \
 		| windows-*=mcr.microsoft.com/windows/servercore:* \
 		) return 1 ;;