瀏覽代碼

Remove Elastic exceptions in "naughty-from.sh"

Tianon Gravi 1 年之前
父節點
當前提交
2c905ac43e
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      naughty-from.sh

+ 0 - 6
naughty-from.sh

@@ -23,12 +23,6 @@ _is_naughty() {
 			esac
 			;;
 
-		# https://github.com/docker-library/official-images/pull/4916#issuecomment-427437270
-		  docker.elastic.co/elasticsearch/elasticsearch:*@sha256:* \
-		| docker.elastic.co/kibana/kibana:*@sha256:* \
-		| docker.elastic.co/logstash/logstash:*@sha256:* \
-		) ;; # *technically* we should only whitelist these for "elasticsearch", "kibana", and "logstash" respectively, but the chances of other folks trying to use them in their images (*and* doing so without us noticing) seems low
-
 		*/*)
 			# must be external, let's check our pins for acceptability
 			local externalPinFile="$externalPinsDir/${from/:/___}" # see ".external-pins/list.sh"