{"id":18485274,"url":"https://github.com/softinstigate/maven-aws-docker","last_synced_at":"2025-04-08T19:32:29.004Z","repository":{"id":47227947,"uuid":"92970630","full_name":"SoftInstigate/maven-aws-docker","owner":"SoftInstigate","description":"A docker image for Maven with AWS and ECS CLI tools","archived":false,"fork":false,"pushed_at":"2020-10-27T17:33:37.000Z","size":28,"stargazers_count":5,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-01T10:06:28.699Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SoftInstigate.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}},"created_at":"2017-05-31T17:20:55.000Z","updated_at":"2023-08-28T08:32:41.000Z","dependencies_parsed_at":"2022-09-06T07:02:23.453Z","dependency_job_id":null,"html_url":"https://github.com/SoftInstigate/maven-aws-docker","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftInstigate%2Fmaven-aws-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftInstigate%2Fmaven-aws-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftInstigate%2Fmaven-aws-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftInstigate%2Fmaven-aws-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoftInstigate","download_url":"https://codeload.github.com/SoftInstigate/maven-aws-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223342788,"owners_count":17129926,"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-11-06T12:44:42.517Z","updated_at":"2024-11-06T12:44:42.638Z","avatar_url":"https://github.com/SoftInstigate.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maven + AWS cli + ECS cli\n\n[![Build Status](https://travis-ci.org/SoftInstigate/maven-aws-docker.svg?branch=master)](https://travis-ci.org/SoftInstigate/maven-aws-docker)\n\nA Docker image for Apache Maven with [AWS Command Line Interface](https://aws.amazon.com/cli/) and [Amazon ECS command line interface](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cmd-ecs-cli.html) tools.\n\nThis image has been used to build Java projects and to push them to AWS ECS containers. It can be useful especially for CI and CD systems.\n\n## Run ##\n\nThe default ENTRYPOINT for this image is `mvn`.\n\nIf you want to `mvn clean install` your Java project, CD where the pom.xml is located, then:\n\n```bash\n$ docker pull softinstigate/maven-aws\n$ docker run -it --rm \\\n    -v \"$PWD\":/usr/src/app  \\\n    -v \"$HOME\"/.m2:/root/.m2 \\\n    -w /usr/src/app \\\n    softinstigate/maven-aws \\\n    clean install\n```\n\n\u003e The `-v \"$HOME\"/.m2:/root/.m2` parameter mounts your local `~/.m2` Maven repository as a Docker volume.\n\n### Run aws ###\n\n```bash\ndocker run -it --rm --entrypoint \"aws\" softinstigate/maven-aws\n```\n\n### Run ecs-cli ###\n\n```bash\ndocker run -it --rm --entrypoint \"ecs-cli\" softinstigate/maven-aws\n```\n\n### Print the installed versions\n\nTo print the version of each installed tool, you can run the `startup.sh` script:\n\n```bash\ndocker run -it --rm --entrypoint=\"./startup.sh\" softinstigate/maven-aws\n\n=================================================\nApache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)\nMaven home: /usr/share/maven\nJava version: 11.0.9, vendor: Oracle Corporation, runtime: /usr/local/openjdk-11\nDefault locale: en, platform encoding: UTF-8\nOS name: \"linux\", version: \"4.19.76-linuxkit\", arch: \"amd64\", family: \"unix\"\naws-cli/2.0.59 Python/3.7.3 Linux/4.19.76-linuxkit exe/x86_64.debian.10\necs-cli version 1.20.0 (7547c45)\n=================================================\n```\n\n## Base image ##\n\n[maven](https://hub.docker.com/r/library/maven/)\n\n## Additional packages ##\n\n - groff\n - [aws-cli](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)\n - [ecs-cli](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html)\n\nSee: https://hub.docker.com/r/softinstigate/maven-aws/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftinstigate%2Fmaven-aws-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftinstigate%2Fmaven-aws-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftinstigate%2Fmaven-aws-docker/lists"}