4 ms·
Not using https is bad. curl -sf http://goblin.run/github.com/remorses/docker-phobia http://goblin.run/github.com/remorses/docker-phobia | sh Also why just in
by Scipio_Afri 2y ago
Not using https is bad.
curl -sf http://goblin.run/github.com/remorses/docker-phobia http://goblin.run/github.com/remorses/docker-phobia | sh
Also why just include that shell script in the repo and have people curl that?
- Wingy 2y agocurl should probably scream when it detects piping unencrypted wan (not local ips) connections to shell, sort of like what openssh does when a host’s fingerprint changes
- jijijijij 2y agoLol. This is an hilariously shady instruction. Is this a docker inside joke or something?
- remorses 2y agoGoblin is a service that builds a go binary for your platform on the fly and downloads it in PATH. This is a much faster way than setting up Github Actions to build an executable for every possible platform on every release. You can also use go install if you know what you are doing.
- leetrout 2y ago> This is a much faster way than setting up Github Actions to build an executable for every possible platform on every release It's not even that hard. Just use GoReleaser. https://goreleaser.com/ https://goreleaser.com/