Skip to content

Commit

Permalink
upgrading to keri 1.1.4 and fixing entrypoint issues and upgrade (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: 2byrds <[email protected]>
  • Loading branch information
2byrds authored Mar 6, 2024
1 parent 206cb0e commit 060dbcb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
witnesshost:
container_name: witnesshost
hostname: witnesshost
image: gleif/keri:1.1.0
image: weboftrust/keri:1.1.4
platform: linux/amd64
tty: true
volumes:
Expand All @@ -27,6 +27,7 @@ services:
context: .
dockerfile: ./images/webs.dockerfile
image: 2byrds/webs:latest
entrypoint: tail -f /dev/null
tty: true
volumes:
- ./volume/dkr/examples:/usr/local/var/webs/volume/dkr/examples
Expand All @@ -51,6 +52,7 @@ services:
- ./volume/dkr/pages:/usr/local/var/webs/volume/dkr/pages
# networks:
# - websnet
entrypoint: tail -f /dev/null
# entrypoint: dkr did webs service --name webserve --config-dir /usr/local/var/webs/volume/dkr/examples/my-scripts --config-file config-docker

did-webs-resolver:
Expand All @@ -67,5 +69,6 @@ services:
- ./volume/dkr/examples:/usr/local/var/webs/volume/dkr/examples
depends_on:
- webs
entrypoint: tail -f /dev/null
# networks:
# - websnet
2 changes: 1 addition & 1 deletion images/webs.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gleif/keri:1.0.1
FROM weboftrust/keri:1.1.4

WORKDIR /usr/local/var

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name='dkr',
version='0.0.1', # also change in src/did-webs-resolver/__init__.py
version='0.0.7', # also change in src/did-webs-resolver/__init__.py
license='Apache Software License 2.0',
description='did:webs DID Method Resolver',
long_description="did:webs DID Method Resolver.",
Expand Down Expand Up @@ -63,7 +63,7 @@
keywords=[
# eg: 'keyword1', 'keyword2', 'keyword3',
],
python_requires='>=3.10.4',
python_requires='>=3.10.13',
install_requires=[
'aiohttp>=3.7.4',
'lmdb>=1.3.0',
Expand All @@ -73,7 +73,7 @@
'cbor2>=5.4.3',
'multidict>=6.0.2',
'ordered-set>=4.1.0',
'keri>=1.1.1',
'keri>=1.1.4',
'hio>=0.6.9',
'multicommand>=1.0.0',
'jsonschema>=4.17.0',
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"v":"KERI10JSON00012b_","t":"icp","d":"ENro7uf0ePmiK3jdTo2YCdXLqW7z7xoP6qhhBou6gBLe","i":"ENro7uf0ePmiK3jdTo2YCdXLqW7z7xoP6qhhBou6gBLe","s":"0","kt":"1","k":["DHr0-I-mMN7h6cLMOTRJkkfPuMd0vgQPrOk4Y3edaHjr"],"nt":"1","n":["ELa775aLyane1vdiJEuexP8zrueiIoG995pZPGJiBzGX"],"bt":"0","b":[],"c":[],"a":[]}-VAn-AABAADjfOjbPu9OWce59OQIc-y3Su4kvfC2BAd_e_NLHbXcOK8-3s6do5vBfrxQ1kDyvFGCPMcSl620dLMZ4QDYlvME-EAB0AAAAAAAAAAAAAAAAAAAAAAA1AAG2024-03-05T21c39c14d485928p00c00
{"v":"KERI10JSON00012b_","t":"icp","d":"ENro7uf0ePmiK3jdTo2YCdXLqW7z7xoP6qhhBou6gBLe","i":"ENro7uf0ePmiK3jdTo2YCdXLqW7z7xoP6qhhBou6gBLe","s":"0","kt":"1","k":["DHr0-I-mMN7h6cLMOTRJkkfPuMd0vgQPrOk4Y3edaHjr"],"nt":"1","n":["ELa775aLyane1vdiJEuexP8zrueiIoG995pZPGJiBzGX"],"bt":"0","b":[],"c":[],"a":[]}-VAn-AABAADjfOjbPu9OWce59OQIc-y3Su4kvfC2BAd_e_NLHbXcOK8-3s6do5vBfrxQ1kDyvFGCPMcSl620dLMZ4QDYlvME-EAB0AAAAAAAAAAAAAAAAAAAAAAA1AAG2024-03-06T14c48c10d241878p00c00

0 comments on commit 060dbcb

Please sign in to comment.