Skip to content

Commit

Permalink
Release version 0.3.2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed May 29, 2024
1 parent b1e49b4 commit ac18f7f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [0.3.2-2] - 2024-05-29

### Documentation

- [a6694ed] Correct version in docs

### Miscellaneous Tasks

- [b1e49b4] Update image labels

## [0.3.2-1] - 2024-05-28

### Added Features
Expand Down
4 changes: 2 additions & 2 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-1 help
docker run -it --rm identinet/didkit-cli:0.3.2-2 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-1 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-2 key to did --key-path key.jwk
```

## Development
Expand Down
13 changes: 8 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
{
"name": "didkit-cli",
"version": "0.3.2-1",
"version": "0.3.2-2",
"description": "Docker image that packages DIDKit CLI",
"author": "identinet GmbH <[email protected]>",
"contributors": [
"contributors":
[
"Jan Christoph Ebersbach <[email protected]>"
],
"homepage": "https://github.com/identinet/docker-didkit",
"license": "Apache-2.0",
"repository": {
"repository":
{
"type": "git",
"url": "https://github.com/identinet/docker-didkit"
},
"registry": {
"registry":
{
"type": "docker",
"name": "docker.io/identinet",
"url": "https://hub.docker.com/r/identinet/docker-didkit"
}
}
}

0 comments on commit ac18f7f

Please sign in to comment.