From fd7d919b9bfcd26bed296c370e4762a5945790ed Mon Sep 17 00:00:00 2001 From: Evolucivebot Date: Tue, 8 Feb 2022 00:51:35 +0000 Subject: [PATCH 1/2] EvoluciveBOT has applied migrate_to_ecr This is an automated task. Please consider this while reiviewing this pull request. BEFORE REVIEW READ THIS FIRST: [migrate_to_ecr](https://github.com/olxbr/evolucivebot/tree/main/src/roles/migrate_to_ecr/README.md) > The complete description of what we are doing on this pull request, > and the motivation behind it can be found at: > [migrate_to_ecr](https://github.com/olxbr/evolucivebot/tree/main/src/roles/migrate_to_ecr/README.md) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70768cc..f92f67e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM vivareal/base-images:alpine-3.5-java-8-jdk +FROM 073521391622.dkr.ecr.us-east-1.amazonaws.com/base-images:alpine-3.5-java-8-jdk MAINTAINER Alexandre Silva (alexandre.silva@gzvr.com.br) COPY ./target/universal/aws-sqsd-0.1.tgz /usr/local/app/aws-sqsd-0.1.tgz From 118662e2b38db400ed02166f5ea2f8d816b6dc09 Mon Sep 17 00:00:00 2001 From: Evolucivebot Date: Thu, 10 Feb 2022 13:50:14 +0000 Subject: [PATCH 2/2] EvoluciveBOT has applied migrate_to_ecr This is an automated task. Please consider this while reiviewing this pull request. BEFORE REVIEW READ THIS FIRST: [migrate_to_ecr](https://github.com/olxbr/evolucivebot/tree/main/src/roles/migrate_to_ecr/README.md) > The complete description of what we are doing on this pull request, > and the motivation behind it can be found at: > [migrate_to_ecr](https://github.com/olxbr/evolucivebot/tree/main/src/roles/migrate_to_ecr/README.md) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9589537..310c912 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ docker build --tag /aws-sqsd: . You should use the pre created GZVR's image ```` -docker -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e SQSD_QUEUE_URL= -it -d run vivareal/aws-sqsd +docker -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e SQSD_QUEUE_URL= -it -d run ${{ secrets.CONTAINER_REGISTRY_HOST }}/aws-sqsd ```` or the image created by yourself