{"id":23177035,"url":"https://github.com/stone/siege-docker","last_synced_at":"2025-04-05T01:25:24.189Z","repository":{"id":266505431,"uuid":"898522874","full_name":"stone/siege-docker","owner":"stone","description":"Unofficial Siege http(s) benchmarking utility container image based on debian-slim","archived":false,"fork":false,"pushed_at":"2025-01-13T13:46:35.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T09:43:01.722Z","etag":null,"topics":["autobuild","benchmarking","docker-image","http","tooling"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/ttyse/siege","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-04T14:48:04.000Z","updated_at":"2025-01-13T13:46:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c8344cf-c17b-4312-9483-214706ed4c8c","html_url":"https://github.com/stone/siege-docker","commit_stats":null,"previous_names":["stone/siege-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone%2Fsiege-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone%2Fsiege-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone%2Fsiege-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone%2Fsiege-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stone","download_url":"https://codeload.github.com/stone/siege-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247273843,"owners_count":20911999,"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":["autobuild","benchmarking","docker-image","http","tooling"],"created_at":"2024-12-18T06:20:44.457Z","updated_at":"2025-04-05T01:25:24.170Z","avatar_url":"https://github.com/stone.png","language":"Dockerfile","readme":"![Trebuchet, powerful siege engine](.siege.png)\n\n# Siege Docker Image\n![action badge](https://github.com/stone/siege-docker/actions/workflows/docker-build.yml/badge.svg)\n![Docker Image Version](https://img.shields.io/docker/v/ttyse/siege)\n![Docker Pulls](https://img.shields.io/docker/pulls/ttyse/siege)\n![Docker Image Size (tag)](https://img.shields.io/docker/image-size/ttyse/siege/latest)\n\n\n\nThis repository provides a Dockerfile to build a containerized version of\n[Siege](https://www.joedog.org/siege-manual/), a powerful HTTP load testing and\nbenchmarking tool.\n\nBuilt upon a debian slim image, autobuilt and pushed once a week.\n\n## Table of Contents\n\n- [Getting Started](#getting-started)\n- [Build the Image Locally](#build-the-image-locally)\n- [Specify a Siege Version](#specify-a-siege-version)\n- [Using the Docker Image](#using-the-docker-image)\n- [Refer to Siege Documentation](#refer-to-siege-documentation)\n\n---\n\n## Getting Started\n\nTo use this Docker image, ensure you have Docker installed on your system. The\nimage can be used directly from a container registry (e.g., DockerHub) or built\nlocally using the provided Dockerfile.\n\n## Build the Image Locally\n\nIf you want to build the Docker image locally, clone this repository and use the\nfollowing steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/stone/siege-docker.git\n   cd siege-docker\n   ```\n\n2. Build the image using Docker:\n\n   ```bash\n   docker build -t siege:latest .\n   ```\n\n3. (Optional) Specify a Siege version during the build:\n\n   ```bash\n   docker build --build-arg SIEGE_VERSION=\u003cdesired_version\u003e -t siege:\u003cdesired_version\u003e .\n   ```\n\n   Replace `\u003cdesired_version\u003e` with the specific version of Siege you want to use (e.g., `4.1.7`).\n\n   You find releases here: https://download.joedog.org/siege/\n\n## Specify a Siege Version\n\nBy default, the image is built with the version specified in the Dockerfile. To\nuse a specific version:\n\n1. During build, pass the desired version using the `--build-arg` option:\n\n   ```bash\n   docker build --build-arg SIEGE_VERSION=4.1.7 -t siege:4.1.7 .\n   ```\n\n2. If pulling from a dockerhub remote registry, check the available tags to see specific versions.\n\n## Using the Docker Image\n\nRun the Siege container using the following command:\n\n```bash\ndocker run --rm ttyse/siege:latest --help\n```\n\nTo test a URL, pass it as an argument to the container:\n\n```bash\ndocker run --rm ttyse/siege:latest https://example.com\n```\n\nYou can also bind local configuration files or volumes if needed:\n\n```bash\ndocker run --rm -v $(pwd)/config:/root/.siege ttyse/siege:latest https://example.url\n```\n\nFor more advanced usage and options, refer to the [Siege Manual](https://www.joedog.org/siege-manual/).\n\n## Refer to Siege Documentation\n\nFor detailed information on how to configure and use Siege, refer to its\nofficial documentation:\n[https://www.joedog.org/siege-manual/](https://www.joedog.org/siege-manual/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstone%2Fsiege-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstone%2Fsiege-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstone%2Fsiege-docker/lists"}