{"id":22919403,"url":"https://github.com/takapi327/sample-application-for-ecr-deployment","last_synced_at":"2025-04-01T13:25:15.627Z","repository":{"id":39886097,"uuid":"394214483","full_name":"takapi327/sample-application-for-ecr-deployment","owner":"takapi327","description":"AWS ECR用のサンプルアプリケーション","archived":false,"fork":false,"pushed_at":"2022-05-23T13:01:35.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-07T08:29:02.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takapi327.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-09T08:39:04.000Z","updated_at":"2023-06-22T15:02:58.000Z","dependencies_parsed_at":"2022-08-27T12:51:34.481Z","dependency_job_id":null,"html_url":"https://github.com/takapi327/sample-application-for-ecr-deployment","commit_stats":null,"previous_names":[],"tags_count":8,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fsample-application-for-ecr-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fsample-application-for-ecr-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fsample-application-for-ecr-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fsample-application-for-ecr-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takapi327","download_url":"https://codeload.github.com/takapi327/sample-application-for-ecr-deployment/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246645568,"owners_count":20810981,"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":[],"created_at":"2024-12-14T07:11:58.362Z","updated_at":"2025-04-01T13:25:15.607Z","avatar_url":"https://github.com/takapi327.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS ECR用のサンプルアプリケーション\n## 概要\nAWSインフラ構築時にECRイメージを多用するので、サンプルアプリケーションを作成し使用する際は本リポジトリを別名でクローンして使用する。\n\n## 使用バージョン\n| サービス | バージョン |\n| ------------- | ------------- |\n| Scala  | 2.13.3  |\n| sbt  | 1.5.3  |\n| sbt-plugin  | 2.7.5  |\n| sbt-native-packager  | 1.7.6  |\n| sbt-ecr  | 0.15.0  |\n| sbt-release  | 1.0.13  |\n\n## セットアップ手順\n### 1. 本リポジトリを別名でクローンする。\n```bash\n$ git clone git@github.com:takapi327/sample-application-for-ecr-deployment.git ${your new application name}\n```\n\n### 2. gitの管理を解除する\n```bash\n$ rm -rf .git/\n```\n\n### 3. build.sbtの各所設定を変更(アプリケーション名の変更)\n```\nname := ${your new application name}\n\n...\n\nDocker / maintainer := ${your new AWS Account mail}\n\n...\n\nEcr / repositoryName := ${your new application name}\n```\n\n### 4. 新しいリポジトリでGit管理を始める\n```bash\n$ git init\n$ git add .\n$ git commit -m \"first commit\"\n$ git remote add origin git@github.com:${アカウント名}/${リポジトリ名}\n$ git push -u origin master\n```\n\n### 5. AWS ECRへプッシュするためのシークレットキーの変更\n- AWS_ACCESS_KEY_ID\n- AWS_SECRET_ACCESS_KEY\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakapi327%2Fsample-application-for-ecr-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakapi327%2Fsample-application-for-ecr-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakapi327%2Fsample-application-for-ecr-deployment/lists"}