From 556ef2520fba435e03c05cc2245b211053dbf37f Mon Sep 17 00:00:00 2001 From: Eitan Suez Date: Mon, 21 Nov 2022 16:38:21 -0600 Subject: [PATCH] revising local registry port to 5001 --- petclinic-customers-service/pom.xml | 2 +- petclinic-frontend/pom.xml | 2 +- petclinic-vets-service/pom.xml | 2 +- petclinic-visits-service/pom.xml | 2 +- push-images.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/petclinic-customers-service/pom.xml b/petclinic-customers-service/pom.xml index 0dd32c51..446e6298 100644 --- a/petclinic-customers-service/pom.xml +++ b/petclinic-customers-service/pom.xml @@ -24,7 +24,7 @@ 2021.0.5 2.22.0 - localhost:56619/petclinic-customers-service + localhost:5001/petclinic-customers-service diff --git a/petclinic-frontend/pom.xml b/petclinic-frontend/pom.xml index b9c6ffec..bec7f550 100644 --- a/petclinic-frontend/pom.xml +++ b/petclinic-frontend/pom.xml @@ -31,7 +31,7 @@ 1.6.4 1.0.3 1.8.0 - localhost:56619/petclinic-frontend + localhost:5001/petclinic-frontend diff --git a/petclinic-vets-service/pom.xml b/petclinic-vets-service/pom.xml index d8543ac8..3cd2d289 100644 --- a/petclinic-vets-service/pom.xml +++ b/petclinic-vets-service/pom.xml @@ -25,7 +25,7 @@ 2.22.0 - localhost:56619/petclinic-vets-service + localhost:5001/petclinic-vets-service diff --git a/petclinic-visits-service/pom.xml b/petclinic-visits-service/pom.xml index 96722c28..6698a592 100644 --- a/petclinic-visits-service/pom.xml +++ b/petclinic-visits-service/pom.xml @@ -23,7 +23,7 @@ 2.7.5 2021.0.5 - localhost:56619/petclinic-visits-service + localhost:5001/petclinic-visits-service diff --git a/push-images.sh b/push-images.sh index ceb2232c..ba6713a7 100755 --- a/push-images.sh +++ b/push-images.sh @@ -1,6 +1,6 @@ #!/bin/bash -REPOSITORY_PREFIX="localhost:56619" +REPOSITORY_PREFIX="localhost:5001" docker push ${REPOSITORY_PREFIX}/petclinic-frontend:latest docker push ${REPOSITORY_PREFIX}/petclinic-visits-service:latest