Skip to content

Commit

Permalink
transfered ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
pulledtim committed Jun 6, 2023
1 parent 956ad47 commit 489936a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- unlabeled
env:
REGISTRY: quay.io
REPOSITORY: pulledtim
REPOSITORY: fiware

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
REGISTRY: quay.io
REPOSITORY: pulledtim
REPOSITORY: fiware

jobs:
generate-version:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ The Trusted Issuers Registry provides both an [EBSI Trusted Issuers Registry](ht

[![FIWARE Security](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/security.svg)](https://www.fiware.org/developers/catalogue/)
[![License badge](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Coverage Status](https://coveralls.io/repos/github/pulledtim/trusted-issuers-registry/badge.svg?branch=main)](https://coveralls.io/github/pulledtim/trusted-issuers-registry?branch=main)
[![Test](https://github.com/pulledtim/trusted-issuers-registry/actions/workflows/test.yml/badge.svg)](https://github.com/FIWARE/trusted-issuers-list/actions/workflows/test.yml)
[![Release](https://github.com/pulledtim/trusted-issuers-registry/actions/workflows/release.yml/badge.svg)](https://github.com/FIWARE/trusted-issuers-list/actions/workflows/release.yml)
[![Coverage Status](https://coveralls.io/repos/github/fiware/trusted-issuers-registry/badge.svg?branch=main)](https://coveralls.io/github/fiware/trusted-issuers-registry?branch=main)
[![Test](https://github.com/fiware/trusted-issuers-registry/actions/workflows/test.yml/badge.svg)](https://github.com/FIWARE/trusted-issuers-list/actions/workflows/test.yml)
[![Release](https://github.com/fiware/trusted-issuers-registry/actions/workflows/release.yml/badge.svg)](https://github.com/FIWARE/trusted-issuers-list/actions/workflows/release.yml)

## Installation
### Container

The Trusted Issuers Registry is provided as a container at [quay.io](https://quay.io/repository/pulledtim/trusted-issuers-registry).
The Trusted Issuers Registry is provided as a container at [quay.io](https://quay.io/repository/fiware/trusted-issuers-registry).
To provide the service, a NGSI-LG service has to be provided. In a local setup, you can for example use:
```shell
docker run --name orionld -p 1206:1206 quay.io/fiware/orion-ld:1.1.1
```
and the start the service:
```shell
docker run --network host quay.io/pulledtim/trusted-issuers-registry:0.0.1
docker run --network host quay.io/fiware/trusted-issuers-registry:0.0.1
```
After that, its accessible at ```localhost:8080```.
### Helm Chart
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<project.description>EBSI TrustedIssuersRegistry API Impl with Context broker backend
</project.description>
<project.summary>EBSI TrustedIssuersRegistry API Impl with Context broker backend.</project.summary>
<project.url>https://github.com/pulledtim/trusted-issuers-registry</project.url>
<project.url>https://github.com/fiware/trusted-issuers-registry</project.url>
<project.license.name>Apache License 2.0</project.license.name>
<project.license.identifier>Apache License 2.0</project.license.identifier>
<project.license.url>https://www.apache.org/licenses/LICENSE-2.0</project.license.url>
Expand Down Expand Up @@ -72,7 +72,7 @@
<!-- docker -->
<exec.mainClass>org.fiware.iam.tir.Application</exec.mainClass>
<image.registry>quay.io</image.registry>
<image.repository>pulledtim</image.repository>
<image.repository>fiware</image.repository>

<!-- lazy dev -->
<version.org.mapstruct>1.5.3.Final</version.org.mapstruct>
Expand Down

0 comments on commit 489936a

Please sign in to comment.