A simple image for performing an HTTP GET request on a URL.
100K+
This is a very simple image that given a URL in the URL environment variable, will perform an HTTP GET request and print the results. It's useful for running web-based cron jobs, for example in Nextcloud. Built into a custom application in a distroless container for small size and better security.
docker run --rm -e URL=https://example.com/cron.php koehn/fetchurl
Full source code is available from my git.
Content type
Image
Digest
sha256:02ba73a09…
Size
13.8 MB
Last updated
over 1 year ago
docker pull koehn/fetchurl