Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
farrukh90 authored Sep 8, 2023
1 parent 1119780 commit e3001d1
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,27 @@ cd chart
```
https://github.com/farrukh90/artemis/tree/master
```
## Following this commands
## 1. Clone repo
```
git clone https://github.com/farrukh90/artemis.git
```

## 2. Build image following commands
```
* git chekout 2.0.0
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

* docker image build -t "artemis repo from GCP"/artemis:2.0.0 .
Push an image
docker push us-central1-docker.pkg.dev/terraform-project-382315/artemis/artemis:2.0.0

* docker push "artemis repo from GCP"/artemis:2.0.0

```
## Output should be like this
Expand Down

0 comments on commit e3001d1

Please sign in to comment.