docker-brew-clearlinux icon indicating copy to clipboard operation
docker-brew-clearlinux copied to clipboard

Use full URL

Open sysarcher opened this issue 6 years ago • 2 comments

Consider using a URL to the base instead of uploaded file at https://github.com/clearlinux/docker-brew-clearlinux/blob/base/Dockerfile#L3

sysarcher avatar Sep 27 '18 20:09 sysarcher

Doesn't directing to a external resource propose an potential point of attack?

chuckn408 avatar Feb 18 '20 09:02 chuckn408

what sort of attack?

As long as the file pointed-to is on the clearlinux servers, this should be okay. I don't get why we need to place binary files on git repositories.

Try cloning this small repo. It's around 2Gigs


ADD can accept URLs (see: https://docs.docker.com/engine/reference/builder/#add)

sysarcher avatar Feb 18 '20 11:02 sysarcher