lucashalbert/curl
A lightweight multiarch alpine linux container with curl installed
10M+
A multi-architecture curl image built on alpine linux. This image is compatible with arm32v6, arm32v7, arm64v8, i386, x86_64, ppc64le, and s390x.
Excerpt from the curl homepage.
command line tool and library
for transferring data with URLs
DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more.
curl is used in command lines or scripts to transfer data. It is also used in cars, television sets, routers, printers, audio equipment, mobile phones, tablets, settop boxes, media players and is the internet transfer backbone for thousands of software applications affecting billions of humans daily.
curl is free and open source software and exists thanks to thousands of contributors and our awesome sponsors. The curl project follows well established open source best practices. You too can help us improve!
The most recent stable version is 7.68.0, released on 8th of January 2020. Currently, 87 of the listed downloads are of the latest version.
docker run -t --rm lucashalbert/curl https://curl.haxx.se
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: name-example
spec:
schedule: "*/15 * * * *"
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
jobTemplate:
spec:
template:
spec:
containers:
- name: name-example
image: lucashalbert/curl:latest
args:
- "https://curl.haxx.se"
restartPolicy: OnFailure
docker pull lucashalbert/curl