{"id":20684907,"url":"https://github.com/crispab/ansible_role_aws_ecr_docker_push","last_synced_at":"2026-04-13T10:32:40.802Z","repository":{"id":140781458,"uuid":"163444700","full_name":"crispab/ansible_role_aws_ecr_docker_push","owner":"crispab","description":"Ansible role to create a AWS Elastic Container Registry (ECR) and push a provided Docker image to it.","archived":false,"fork":false,"pushed_at":"2019-01-03T17:46:17.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T21:56:03.549Z","etag":null,"topics":["ansible","ansible-role","aws","aws-ecr","docker"],"latest_commit_sha":null,"homepage":null,"language":null,"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/crispab.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":"2018-12-28T19:52:41.000Z","updated_at":"2021-04-05T13:29:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"62fb6bc8-928b-4369-b2c5-6575eb909448","html_url":"https://github.com/crispab/ansible_role_aws_ecr_docker_push","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/crispab/ansible_role_aws_ecr_docker_push","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispab%2Fansible_role_aws_ecr_docker_push","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispab%2Fansible_role_aws_ecr_docker_push/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispab%2Fansible_role_aws_ecr_docker_push/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispab%2Fansible_role_aws_ecr_docker_push/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crispab","download_url":"https://codeload.github.com/crispab/ansible_role_aws_ecr_docker_push/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispab%2Fansible_role_aws_ecr_docker_push/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ansible","ansible-role","aws","aws-ecr","docker"],"created_at":"2024-11-16T22:24:36.178Z","updated_at":"2026-04-13T10:32:40.784Z","avatar_url":"https://github.com/crispab.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"crisp.aws_ecr_docker_push\n============================\n\n*Crisp AWS Elastic Container Registry Docker Push*\n\nThis role creates a ECR and pushes a provided Docker image to the ECR.\n\n\nRequirements\n------------\n\nAWS credentials. \nAWS CLI.\nPermissions to create a Elastic Container Registry.\nPermissions to publish to a Elastic Container Registry.\n\nPackages:\n\n* boto3\n* docker\n\n\nRole Variables\n--------------\n\n`ecr_name` - The name of the Elastic Container Reqistry to create/use.\nExample value: *betrcode/goodtimes*\n\n`region` - The AWS region to use. \nExample value: *eu-west-1*\n\n`source_image_name` - The source image name. \nExample value: *betrcode/goodtimes*\n\n`source_image_tag` - The source image tag.\nExample value: *latest*\n\n`destination_image_tag` - The destination image tag. \nWill default to the `source_image_tag` if not set.\nExample value: *latest*\n\n`debugging` - Set this to true (or any value) to turn on debug statements.\n\nThe output variable `full_destination_image` can be used by\nlater tasks, for instance to know which image to download from a userdata script\nin a AWS AutoScalingGroup.\n\n\nDependencies\n------------\n\nNot dependent on any other role.\n\n\nExample Playbook\n----------------\n\n---\n\n    - hosts: localhost\n      connection: local\n      roles:\n        - role: betrcode.aws_ecr_docker_push\n          ecr_name: betrcode/goodtimes\n          region: eu-west-1\n          source_image_name: betrcode/goodtimes\n          source_image_tag: latest\n\n\nLicense\n-------\n\nMIT\n\n\nAuthor Information\n------------------\n\nMax Wenzin, partner at Crisp\n\nhttps://www.crisp.se/konsulter/max-wenzin\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispab%2Fansible_role_aws_ecr_docker_push","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrispab%2Fansible_role_aws_ecr_docker_push","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispab%2Fansible_role_aws_ecr_docker_push/lists"}