{"id":40870011,"url":"https://github.com/seqsense/datadog-agent-alpine","last_synced_at":"2026-01-22T00:39:10.695Z","repository":{"id":41960395,"uuid":"295918000","full_name":"seqsense/datadog-agent-alpine","owner":"seqsense","description":"Small footprint datadog-agent based on Alpine Linux","archived":false,"fork":false,"pushed_at":"2026-01-13T08:23:56.000Z","size":160,"stargazers_count":9,"open_issues_count":2,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-01-13T08:38:43.813Z","etag":null,"topics":["alpine-linux","datadog","datadog-agent","docker-image","logging"],"latest_commit_sha":null,"homepage":"https://github.com/orgs/seqsense/packages/container/package/datadog-agent","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/seqsense.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-16T03:57:11.000Z","updated_at":"2026-01-13T08:23:58.000Z","dependencies_parsed_at":"2024-02-15T01:43:04.684Z","dependency_job_id":"11c5cec0-f64d-4e1a-931a-bf12d912a15b","html_url":"https://github.com/seqsense/datadog-agent-alpine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seqsense/datadog-agent-alpine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seqsense%2Fdatadog-agent-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seqsense%2Fdatadog-agent-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seqsense%2Fdatadog-agent-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seqsense%2Fdatadog-agent-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seqsense","download_url":"https://codeload.github.com/seqsense/datadog-agent-alpine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seqsense%2Fdatadog-agent-alpine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28648460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-linux","datadog","datadog-agent","docker-image","logging"],"created_at":"2026-01-22T00:39:10.121Z","updated_at":"2026-01-22T00:39:10.684Z","avatar_url":"https://github.com/seqsense.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# datadog-agent-alpine\nSmall footprint datadog-agent  based on Alpine Linux\n\n## News\n\n### 7.41.1\n`system-probe` is no longer built for datadog-agent-alpine images.\nUse official image if you use `system-probe`.\n\n## Getting started\nAvailability of `process-agent`, `security-agent`, and `trace-agent` can be switched by the make arguments: `ENABLE_PROCESS_AGENT`, `ENABLE_SECURITY_AGENT`, `ENABLE_TRACE_AGENT` (set `1` to enable)\n\nInstalled integrations can be selected by `INTEGRATIONS_CORE` argument.\n`btrfs`, `disk`, `ssh_check`, `statsd`, `system_core`, `system_swap` are enabled by default.\n\nFor example, following command will build the Alpine based image with `process-agent` and `trace-agent`.\n```shell\nmake docker-build ENABLE_TRACE_AGENT=1\n```\n\n## Run\nThe image works basically same as the official datadog-agent image.\nFor some reason, this image requires `seccomp` or `apparmor` setting to use `journald` integration.\n```yaml\n# docker-compose.yml\n    security_opt:\n      - \"apparmor:unconfined\"\n      - \"seccomp:unconfined\"\n```\n```shell\ndocker run --security-opt=seccomp=unconfined --security-opt=apparmor=unconfined ...\n```\n\n## Docker images\n\nPre-built images with some combination of the features are available on GitHub Container Registry.\n\n```shell\n# Minimal image\ndocker pull ghcr.io/seqsense/datadog-agent:7-alpine\n\n# Image including process-agent\ndocker pull ghcr.io/seqsense/datadog-agent:7-proc-alpine\n\n# Image including process-agent and trace-agent\ndocker pull ghcr.io/seqsense/datadog-agent:7-proc-apm-alpine\n\n# Image including process-agent, security-agent, and trace-agent\ndocker pull ghcr.io/seqsense/datadog-agent:7-all-alpine\n```\n\n## License\nThe scripts to build the images are licensed under the [Apache License, Version 2.0](LICENSE).\n\nThe Datadog agent user space components are licensed under the [Apache License, Version 2.0](https://github.com/DataDog/datadog-agent/blob/master/LICENSE).\nSee https://github.com/DataDog/datadog-agent/#license for the details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseqsense%2Fdatadog-agent-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseqsense%2Fdatadog-agent-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseqsense%2Fdatadog-agent-alpine/lists"}