{"id":30126548,"url":"https://github.com/iotaledger/aws-kubectl","last_synced_at":"2026-02-10T16:13:21.731Z","repository":{"id":37861487,"uuid":"503386388","full_name":"iotaledger/aws-kubectl","owner":"iotaledger","description":"Refresh AWS-ECR credentials in k8s","archived":false,"fork":false,"pushed_at":"2022-06-15T11:25:56.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-01T16:12:32.270Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iotaledger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-14T14:07:19.000Z","updated_at":"2022-12-12T10:04:18.000Z","dependencies_parsed_at":"2022-08-18T04:51:39.101Z","dependency_job_id":null,"html_url":"https://github.com/iotaledger/aws-kubectl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"iotaledger/template","purl":"pkg:github/iotaledger/aws-kubectl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Faws-kubectl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Faws-kubectl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Faws-kubectl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Faws-kubectl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iotaledger","download_url":"https://codeload.github.com/iotaledger/aws-kubectl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Faws-kubectl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756297,"owners_count":24470560,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-08-10T16:51:13.426Z","updated_at":"2026-02-10T16:13:21.696Z","avatar_url":"https://github.com/iotaledger.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- This READM is based on the BEST-README-Template (https://github.com/othneildrew/Best-README-Template) --\u003e\n\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\u003c!--\n*** Thanks for checking out the Best-README-Template. If you have a suggestion\n*** that would make this better, please fork the repo and create a pull request\n*** or simply open an issue with the tag \"enhancement\".\n*** Don't forget to give the project a star!\n*** Thanks again! Now go create something AMAZING! :D\n--\u003e\n\n\n\n\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![Apache 2.0 license][license-shield]][license-url]\n[![Discord][discord-shield]][discord-url]\n[![StackExchange][stackexchange-shield]][stackexchange-url]\n\u003c!-- Add additional Badges. Some examples \u003e\n![Format Badge](https://github.com/iotaledger/template/workflows/Format/badge.svg \"Format Badge\")\n![Audit Badge](https://github.com/iotaledger/template/workflows/Audit/badge.svg \"Audit Badge\")\n![Clippy Badge](https://github.com/iotaledger/template/workflows/Clippy/badge.svg \"Clippy Badge\")\n![BuildBadge](https://github.com/iotaledger/template/workflows/Build/badge.svg \"Build Badge\")\n![Test Badge](https://github.com/iotaledger/template/workflows/Test/badge.svg \"Test Badge\")\n![Coverage Badge](https://coveralls.io/repos/github/iotaledger/template/badge.svg \"Coverage Badge\")\n\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/iotaledger/template\"\u003e\n        \u003cimg src=\"banner.png\" alt=\"Banner\"\u003e\n    \u003c/a\u003e\n    \u003ch3 align=\"center\"\u003eAWS-Kubectl\u003c/h3\u003e  \n\u003c/div\u003e\n\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\nDocker image to refresh AWS ECR cretentials in Kubernetes ( cronjob )\n\n### Installation\n\n1. Docker image uploaded to iotaledger docker hub.\n   ```sh\n    docker pull iotaledger/aws-kubectl\n   ```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGMENTS --\u003e\n## Acknowledgments\n\n* [OdaniaIT](https://github.com/Odania-IT/aws-kubectl)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/iotaledger/template.svg?style=for-the-badge\n[contributors-url]: https://github.com/iotaledger/template/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/iotaledger/template.svg?style=for-the-badge\n[forks-url]: https://github.com/iotaledger/template/network/members\n[stars-shield]: https://img.shields.io/github/stars/iotaledger/template.svg?style=for-the-badge\n[stars-url]: https://github.com/iotaledger/template/stargazers\n[issues-shield]: https://img.shields.io/github/issues/iotaledger/template.svg?style=for-the-badge\n[issues-url]: https://github.com/iotaledger/template/issues\n[license-shield]: https://img.shields.io/github/license/iotaledger/template.svg?style=for-the-badge\n[license-url]: https://github.com/iotaledger/template/blob/main/LICENSE\n[discord-shield]: https://img.shields.io/badge/Discord-9cf.svg?style=for-the-badge\u0026logo=discord\n[discord-url]: https://discord.iota.org\n[stackexchange-shield]: https://img.shields.io/badge/StackExchange-9cf.svg?style=for-the-badge\u0026logo=stackexchange\n[stackexchange-url]: https://iota.stackexchange.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotaledger%2Faws-kubectl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotaledger%2Faws-kubectl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotaledger%2Faws-kubectl/lists"}