{"id":17559839,"url":"https://github.com/meysam81/atlantis-docker","last_synced_at":"2025-08-22T07:32:11.687Z","repository":{"id":258538319,"uuid":"875119733","full_name":"meysam81/atlantis-docker","owner":"meysam81","description":"Atlantis Docker image with Terragrunt CLI installed","archived":false,"fork":false,"pushed_at":"2024-12-18T17:28:30.000Z","size":60,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-18T18:33:32.437Z","etag":null,"topics":["atlantis","ci-cd","cloud-automation","cloud-infrastructure","container-image","continuous-deployment","deployment-automation","developer-tools","devops","docker","gitops","infrastructure-as-code","infrastructure-management","kubernetes","opentofu","platform-engineering","terraform","terraform-automation","terragrunt","workflow-automation"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/meysam81.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-10-19T06:31:30.000Z","updated_at":"2024-12-18T17:28:32.000Z","dependencies_parsed_at":"2024-11-07T08:22:14.756Z","dependency_job_id":"00d11f40-bf2d-408e-a553-7e10007b8867","html_url":"https://github.com/meysam81/atlantis-docker","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.05555555555555558,"last_synced_commit":"4c7a22be20060b0c45042b66340a800aeea15853"},"previous_names":["meysam81/atlantis-docker"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fatlantis-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fatlantis-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fatlantis-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fatlantis-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meysam81","download_url":"https://codeload.github.com/meysam81/atlantis-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230569140,"owners_count":18246472,"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":["atlantis","ci-cd","cloud-automation","cloud-infrastructure","container-image","continuous-deployment","deployment-automation","developer-tools","devops","docker","gitops","infrastructure-as-code","infrastructure-management","kubernetes","opentofu","platform-engineering","terraform","terraform-automation","terragrunt","workflow-automation"],"created_at":"2024-10-21T11:07:52.710Z","updated_at":"2024-12-20T10:21:34.937Z","avatar_url":"https://github.com/meysam81.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Atlantis Docker\n\nAtlantis docker image with Terragrunt CLI installed.\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [Atlantis Docker](#atlantis-docker)\n  - [🌟 Overview](#-overview)\n  - [🚀 Key Features](#-key-features)\n  - [Usage](#usage)\n  - [Configuration](#configuration)\n  - [Contributing](#contributing)\n  - [License](#license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## 🌟 Overview\n\nThis Docker image provides a comprehensive, lightweight, and secure solution\nfor running Atlantis with additional infrastructure-as-code (IaC) tools.\n\nIt combines Atlantis, OpenTofu, Terragrunt, and Terragrunt Atlantis Config into\na single, streamlined container, making infrastructure management and\nautomation seamless.\n\n## 🚀 Key Features\n\n- **Multi-Tool Integration**: Includes:\n\n  - Atlantis (Terraform Pull Request Automation)\n  - OpenTofu (Open Source Terraform Alternative)\n  - Terragrunt (Terraform Wrapper)\n  - Terragrunt Atlantis Config (Terragrunt Configuration Generator)\n\n- **Architecture Support**:\n\n  - Compatible with `arm64` and `amd64` architectures\n  - Dynamically detects and configures based on system architecture\n\n- **Security-Focused**:\n\n  - Uses distroless base image for minimal attack surface\n  - Implements SHA256 checksum verification for all downloaded binaries\n  - Runs with non-root permissions\n\n- **Version Flexibility**:\n  - Configurable versions for each tool via build arguments\n  - Easy to upgrade or pin to specific versions\n\n## Usage\n\nTo use this image, reference it in the following format:\n\n```shell\nversion=$(\n  curl -s https://api.github.com/repos/meysam81/atlantis-docker/releases/latest |\n  jq -r .tag_name\n)\ndocker pull ghcr.io/meysam81/atlantis:${version}\n```\n\nRun the Docker container with the following command:\n\n```shell\ndocker run -it ghcr.io/meysam81/atlantis:${version}\n```\n\n## Configuration\n\nYou can configure the Atlantis server by passing environment variables or\nmounting configuration files.\n\nRefer to the\n[official documentation](https://www.runatlantis.io/docs/configuring-atlantis.html)\nfor more details.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the [Apache License, Version 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeysam81%2Fatlantis-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeysam81%2Fatlantis-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeysam81%2Fatlantis-docker/lists"}