Skip to content

Commit

Permalink
chore(master): release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Apr 17, 2024
1 parent 5327125 commit cd1f540
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ by means of declaring `kerberos: true`, more information
If you want to try it locally, a Kerberos token can be obtained via:

```
$ docker run -i -t --rm docker.io/reanahub/reana-auth-krb5:1.0.2 /bin/bash
$ docker run -i -t --rm docker.io/reanahub/reana-auth-krb5:1.0.3 /bin/bash
> kinit -k -t /path/to/keytab_file [email protected]
> klist
```
Expand All @@ -40,6 +40,10 @@ container requires additional information and inputs:

## Changes

Version 1.0.3 (2024-04-17)

- Upgrade Dockerfile's base image to `ubuntu:20.04`, the same that is used in all other REANA components.

Version 1.0.2 (2024-04-17)

- Add new dependency `inotify-tools` that provides the `inotifywait` utility that is used by REANA 0.95 to quickly stop the Kerberos sidecar containers when the user jobs finish their execution.
Expand Down

0 comments on commit cd1f540

Please sign in to comment.