Skip to content

Commit

Permalink
chore(master): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Sep 3, 2024
1 parent aaf2d1a commit 36b8234
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ true` workflow hints. For more information, please see
If you would like to try it out locally, you can run:

```console
$ docker run -i -t --rm -v $HOME/foo:/root/.globus/ docker.io/reanahub/reana-auth-vomsproxy:1.0.0 /bin/bash
$ docker run -i -t --rm -v $HOME/foo:/root/.globus/ docker.io/reanahub/reana-auth-vomsproxy:1.3.0 /bin/bash
```

Your local directory `/foo` should contain your `usercert.pem` and `userkey.pem` files.
Expand Down Expand Up @@ -58,7 +58,11 @@ credentials, this requires additional information and inputs:

## Changes

### Version 1.2.1 (2022-07-04)
### Version 1.3.0 (2024-09-03)

- Changes base image to use Alma 9.

### Version 1.2.1 (2024-07-04)

- Fixes WLCG VOMS support now that WLCG IAM instance is in production.

Expand All @@ -79,7 +83,15 @@ credentials, this requires additional information and inputs:
## Development

You can build the `reana-auth-vomsproxy` image by passing the build arguments `DATE` in
the format "YYYY-MM-DD" and `VERSION` as either a semantic versioning and/or the git SHA.
the format "YYYY-MM-DD" and `VERSION` as either a semantic versioning and/or the git SHA:

```console
$ docker build \
--build-arg DATE=2024-09-03 \
--build-arg VERSION=1.3.0 \
-t docker.io/reanahub/reana-auth-vomsproxy:1.3.0 \
.
```

## More information

Expand Down

0 comments on commit 36b8234

Please sign in to comment.