{"id":23458266,"url":"https://github.com/aminvakil/docker-squid","last_synced_at":"2026-05-04T11:05:18.887Z","repository":{"id":39860455,"uuid":"266198460","full_name":"aminvakil/docker-squid","owner":"aminvakil","description":"Minimal Docker Image based on alpine running squid","archived":false,"fork":false,"pushed_at":"2025-02-15T14:16:29.000Z","size":161,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T16:51:14.939Z","etag":null,"topics":["alpine","docker","docker-image","squid"],"latest_commit_sha":null,"homepage":"https://quay.io/aminvakil/squid","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aminvakil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-22T20:09:17.000Z","updated_at":"2025-02-15T14:16:11.000Z","dependencies_parsed_at":"2023-02-09T19:15:21.626Z","dependency_job_id":"650cf78d-d743-495f-b3d6-944dc552c77b","html_url":"https://github.com/aminvakil/docker-squid","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminvakil%2Fdocker-squid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminvakil%2Fdocker-squid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminvakil%2Fdocker-squid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminvakil%2Fdocker-squid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aminvakil","download_url":"https://codeload.github.com/aminvakil/docker-squid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813825,"owners_count":21165631,"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":["alpine","docker","docker-image","squid"],"created_at":"2024-12-24T05:18:55.459Z","updated_at":"2026-05-04T11:05:18.880Z","avatar_url":"https://github.com/aminvakil.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-squid\n\nMinimal Docker image for running [Squid](http://www.squid-cache.org/) on Alpine Linux.\n\n## Image\n\n- Registry: `quay.io/aminvakil/squid`\n- Exposed port: `3128`\n- Default command: `squid -N`\n\nThe image uses Alpine's packaged Squid and makes only a few configuration changes so the proxy starts with permissive access rules. It does not add authentication helpers or custom proxy configuration.\n\n## Usage\n\n```sh\ndocker run -d --name squid -p 3128:3128 quay.io/aminvakil/squid:latest\n```\n\nUse it as an HTTP proxy on port `3128`.\n\n\u003e **Warning**\n\u003e Publishing this container directly creates an open proxy. Restrict access with firewall rules, Docker networking, or another control in front of the container.\n\nExample binding only to localhost:\n\n```sh\ndocker run -d --name squid -p 127.0.0.1:3128:3128 quay.io/aminvakil/squid:latest\n```\n\n## Tags and releases\n\nGitHub releases are created from tags named like `v\u003cpackage-version\u003e-\u003crelease-number\u003e`.\n\nOn tag builds, the GitHub Actions workflow publishes three Quay tags:\n\n- an exact release tag, without the leading `v`\n- a package-version tag, without the release suffix\n- `latest` for the latest tagged release\n\nSee the GitHub releases page for available versions.\n\n## Local build\n\n```sh\ndocker build -t docker-squid .\ndocker run --rm -p 127.0.0.1:3128:3128 docker-squid\n```\n\n## License\n\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faminvakil%2Fdocker-squid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faminvakil%2Fdocker-squid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faminvakil%2Fdocker-squid/lists"}