From 14d35454a4160135797c7883874b3daa66106139 Mon Sep 17 00:00:00 2001 From: farrukh90 Date: Mon, 11 Dec 2023 19:15:37 -0600 Subject: [PATCH] removed instructions --- README.md | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/README.md b/README.md index adcb1fb..2bc0899 100644 --- a/README.md +++ b/README.md @@ -99,36 +99,3 @@ kubectl get all ``` helm uninstall test ``` - -# This repository contains all the requirements of artemis application. And the application is versioned in branches -``` -https://github.com/farrukh90/artemis/tree/master -``` - -Pushing a docker image - -Clone this repo -git clone https://github.com/farrukh90/artemis.git - -Change the branch to specific version e.g 2.0.0 -git checkout 2.0.0 - -Get repo location from Google -Google Console >> Search for Artifact registry >> Artemis >> Repo link copy - -Build a docker image -docker image build -t us-central1-docker.pkg.dev/terraform-project-382315/artemis/artemis:2.0.0 . - -Authenticate to Registry -gcloud auth configure-docker us-central1-docker.pkg.dev - -Push an image -docker push us-central1-docker.pkg.dev/terraform-project-382315/artemis/artemis:2.0.0 - - - ``` - ## Output should be like this - Screenshot 2023-04-01 at 3 17 22 PM - - main -