{"id":37379191,"url":"https://github.com/basalam/barman-docker","last_synced_at":"2026-01-16T05:05:29.592Z","repository":{"id":110841349,"uuid":"578169128","full_name":"basalam/barman-docker","owner":"basalam","description":"Automatically made barman images","archived":false,"fork":false,"pushed_at":"2025-04-20T11:47:39.000Z","size":108,"stargazers_count":9,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-20T12:42:14.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/basalam.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}},"created_at":"2022-12-14T12:23:55.000Z","updated_at":"2025-04-20T11:47:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"867b1304-0338-4b01-9ff8-100ad2fab0c0","html_url":"https://github.com/basalam/barman-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/basalam/barman-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basalam%2Fbarman-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basalam%2Fbarman-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basalam%2Fbarman-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basalam%2Fbarman-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basalam","download_url":"https://codeload.github.com/basalam/barman-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basalam%2Fbarman-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: 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":[],"created_at":"2026-01-16T05:05:29.529Z","updated_at":"2026-01-16T05:05:29.581Z","avatar_url":"https://github.com/basalam.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# barman-docker\n\n[![Docker](https://github.com/basalam/barman-docker/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/basalam/barman-docker/actions/workflows/docker-publish.yml)\n[![Docker Tags](https://ghcr-badge.egpl.dev/basalam/barman-docker/tags?trim=major\u0026color=green_2\u0026label=Docker%20Tags)](https://ghcr.io/basalam/barman-docker/)\n[![Docker Tags](https://ghcr-badge.egpl.dev/basalam/barman-docker/tags?trim=patch\u0026color=green_2\u0026label=Docker%20Tags)](https://ghcr.io/basalam/barman-docker/)\n\nAutomatically made [barman](https://github.com/EnterpriseDB/barman/) Docker images\n\nBased on [ubc/barman-docker](https://github.com/ubc/barman-docker)\n\n## Why?\n\nEvery barman Docker image made manually But we want to have something to be automatically built and ready to use\n\nWith the help of github actions `schedule` feature we are using we are check for realeses every night and if the release is new we will build it.\n\nAlso we are taking care of nightly releases directly from source code of barman\n\n## Usage\n\nAs for images goes we have a `nightly` tag that is up to date with the latest source code from barman\nwe have `latest` tag that is connected to the letest (stable) release of barman and of course for each release we have a tag if you want to make your barman deployment version fixed.\n\n### Kubernetes\n\nThis image is tested with [adfinis barman Helm Chart](https://github.com/adfinis/helm-charts/tree/main/charts/barman)\n\nand you can use it easly by setting the image\n\n### Docker Compose\n\nhere is a sample docker-compose file that you can use ;)\n\n\u003e Note that comments are important\n\n```yaml\nversion: \"3.3\"\n\nservices:\n  barman:\n    restart: always\n    image: ghcr.io/basalam/barman-docker:latest\n    ports:\n      - 127.0.0.1:9780:9780 # Needed for barman exporter\n    environment:\n      - DB_HOST=172.17.1.1\n      - DB_PORT=5432\n      - DB_SUPERUSER=postgres\n      - DB_SUPERUSER_PASSWORD=supersecret\n      - DB_REPLICATION_USER=replication\n      - DB_REPLICATION_PASSWORD=supersecretreplication\n      ## Check out other envs from config files templates and entrypoint\n      ## TODO: Make a complete list of envs\n    volumes:\n      - ./data:/var/lib/barman:rw # Barman Persistant data\n      - ./recovery-data:/var/lib/barman/recover:rw # Baramn Recover path\n      - /var/log/barman.log:/var/log/barman.log:rw # Barman Logs\n      ## Or you can fully customize configs by making a volume for all of them\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasalam%2Fbarman-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasalam%2Fbarman-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasalam%2Fbarman-docker/lists"}