Skip to content

Commit

Permalink
Adding explanation of image versioning to openshift/README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Podivin <[email protected]>
  • Loading branch information
jpodivin committed Jan 18, 2024
1 parent 84a920d commit 106ab3a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion openshift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ in the top-right and "Copy login command". Display token and run the
oc login --token=... --server=https://api.fedora.cj14.p1.openshiftapps.com:6443
```

## Deploy
## Build

The production container uses code from
https://github.com/fedora-copr/log-detective-website
Expand Down Expand Up @@ -61,6 +61,21 @@ or
make push-prod
```

## Pull Image

Alternativelly you can use existing image.
Pre-build images are available at quay.io/log-detective, semantically versioned,
with versions correponding to tags of this repo.

```bash
docker pull quay.io/log-detective/website:latest
```

Images are build and pushed with every new tag by a github action.


## Deploy

Make sure you are using the correct OpenShift project

```
Expand Down

0 comments on commit 106ab3a

Please sign in to comment.