docker-brew-clearlinux
docker-brew-clearlinux copied to clipboard
Use full URL
Consider using a URL to the base instead of uploaded file at https://github.com/clearlinux/docker-brew-clearlinux/blob/base/Dockerfile#L3
Doesn't directing to a external resource propose an potential point of attack?
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)