Skip to content

Commit

Permalink
Release version 0.3.2-5
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Jun 13, 2024
1 parent b886f88 commit 8a2d227
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.3.2-5] - 2024-06-13

### Miscellaneous Tasks

- [b886f88](https://github.com/identinet/docker-didkit/commit/b886f88e33e5b9f45b1cdee907e74d2472ac655b) Update to nixos 24.05

## [0.3.2-3] - 2024-05-30

### Added Features
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Provides a [docker image](https://hub.docker.com/repository/docker/identinet/did
Run the docker container with the following command and pass parameters to `didkit`:

```bash
docker run -it --rm identinet/didkit-cli:0.3.2-4 help
docker run -it --rm identinet/didkit-cli:0.3.2-5 help
```

Make files from the local file system available to didkit by mounting them:

```bash
docker run -it --rm -u "$(id -u):$(id -g)" -v "$PWD:/run/didkit" identinet/didkit-cli:0.3.2-4 key to did --key-path key.jwk
docker run -it --rm -u "$(id -u):$(id -g)" -v "$PWD:/run/didkit" identinet/didkit-cli:0.3.2-5 key to did --key-path key.jwk
```

## Development
Expand All @@ -38,4 +38,4 @@ just update

```bash
just build
```
```
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "didkit-cli",
"version": "0.3.2-4",
"version": "0.3.2-5",
"description": "Docker image that packages DIDKit CLI",
"author": "identinet GmbH <support@identinet.io>",
"contributors":
Expand Down

0 comments on commit 8a2d227

Please sign in to comment.