{"id":14989977,"url":"https://github.com/joseluisq/alpine-curl","last_synced_at":"2025-08-07T23:32:36.285Z","repository":{"id":154095032,"uuid":"630198699","full_name":"joseluisq/alpine-curl","owner":"joseluisq","description":"An unofficial multi-arch cURL Docker image using latest Alpine Linux with Zstandard support.","archived":false,"fork":false,"pushed_at":"2023-11-26T20:39:59.000Z","size":23,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T11:38:55.056Z","etag":null,"topics":["386","alpine-linux","amd64","arm64","armv6","armv7","curl","docker-image","libcurl","linux","ppc64le","s390x","zstandard","zstd"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joseluisq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-19T22:00:00.000Z","updated_at":"2025-02-01T13:04:09.000Z","dependencies_parsed_at":"2023-12-03T20:41:05.541Z","dependency_job_id":null,"html_url":"https://github.com/joseluisq/alpine-curl","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"6b7e5b630e3bccc0fba1f663116e94da5ca27611"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseluisq%2Falpine-curl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseluisq%2Falpine-curl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseluisq%2Falpine-curl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseluisq%2Falpine-curl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joseluisq","download_url":"https://codeload.github.com/joseluisq/alpine-curl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505871,"owners_count":21115354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["386","alpine-linux","amd64","arm64","armv6","armv7","curl","docker-image","libcurl","linux","ppc64le","s390x","zstandard","zstd"],"created_at":"2024-09-24T14:19:16.056Z","updated_at":"2025-04-12T01:50:32.541Z","avatar_url":"https://github.com/joseluisq.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alpine cURL [![devel](https://github.com/joseluisq/alpine-curl/actions/workflows/devel.yml/badge.svg)](https://github.com/joseluisq/alpine-curl/actions/workflows/devel.yml) [![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/joseluisq/alpine-curl/latest)](https://hub.docker.com/r/joseluisq/alpine-curl/) [![Docker Image Size (tag)](https://img.shields.io/docker/image-size/joseluisq/alpine-curl/latest)](https://hub.docker.com/r/joseluisq/alpine-curl/tags) [![Docker Image](https://img.shields.io/docker/pulls/joseluisq/alpine-curl.svg)](https://hub.docker.com/r/joseluisq/alpine-curl/)\n\n\u003e An unofficial [Curl](https://github.com/curl/curl) Docker image using latest [Alpine Linux](https://www.alpinelinux.org/) with [Zstandard](http://facebook.github.io/zstd/) support.\n\u003e\n\n**Note:** This Docker image exists to help test [static-web-server](https://github.com/static-web-server/static-web-server) using [Zstandard](http://facebook.github.io/zstd/). If you are looking for the official one, then please visit https://github.com/curl/curl-container\n\n## Usage\n\nFor example, print out the curl release version, protocols and features.\n\n```sh\ndocker run --rm joseluisq/alpine-curl curl --version\n# curl 8.2.0 (aarch64-unknown-linux-musl) libcurl/8.2.0 OpenSSL/3.1.1 zlib/1.2.13 brotli/1.0.9 zstd/1.5.5 libidn2/2.3.4 libssh2/1.10.0 nghttp2/1.55.1\n# Release-Date: 2023-07-19\n# Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp\n# Features: alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP UnixSockets zstd\n```\n\nOr perform a request. For instance, using the latest [Zstandard](http://facebook.github.io/zstd/) compression algorithm.\n\nNote the `accept-encoding` and `content-encoding` headers below.\n\n```sh\ndocker run --rm joseluisq/alpine-curl \\\n    curl -I -H \"accept-encoding: zstd\" https://www.facebook.com\n\n# HTTP/2 200\n# vary: Accept-Encoding\n# content-encoding: zstd\n# document-policy: force-load-at-top\n# cross-origin-opener-policy: same-origin-allow-popups\n# pragma: no-cache\n# cache-control: private, no-cache, no-store, must-revalidate\n# expires: Sat, 01 Jan 2000 00:00:00 GMT\n# x-content-type-options: nosniff\n# x-xss-protection: 0\n# x-frame-options: DENY\n# strict-transport-security: max-age=15552000; preload\n# content-type: text/html; charset=\"utf-8\"\n# date: Sun, 23 Jul 2023 20:14:59 GMT\n# alt-svc: h3=\":443\"; ma=8640\n```\n\n## Dockerfile\n\nYou can also use the image as a base for your Dockerfile:\n\n```Dockerfile\nFROM joseluisq/alpine-curl\n```\n\n## Contributions\n\nUnless you explicitly state otherwise, any contribution you intentionally submitted for inclusion in current work, as defined in the Apache-2.0 license, shall be dual licensed as described below, without any additional terms or conditions.\n\nFeel free to submit a [pull request](https://github.com/joseluisq/alpine-curl/pulls) or file an [issue](https://github.com/joseluisq/alpine-curl/issues).\n\n## License\n\nThis work is primarily distributed under the terms of both the [MIT license](LICENSE-MIT) and the [Apache License (Version 2.0)](LICENSE-APACHE).\n\n© 2023-present [Jose Quintana](https://joseluisq.net)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoseluisq%2Falpine-curl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoseluisq%2Falpine-curl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoseluisq%2Falpine-curl/lists"}