Skip to content

Commit

Permalink
Remove Elastic exceptions in "naughty-from.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 11, 2024
1 parent 86b67a0 commit 2c905ac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions naughty-from.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c905ac

Please sign in to comment.