Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gbxyz/icann-rdap-conformance-tool-docker-image

ICANN RDAP Conformance Tool Docker Image
https://github.com/gbxyz/icann-rdap-conformance-tool-docker-image

rdap rdap-protocol

Last synced: 18 days ago
JSON representation

ICANN RDAP Conformance Tool Docker Image

Awesome Lists containing this project

README

        

# ICANN RDAP Conformance Tool Docker Image

[ICANN](https://www.icann.org) maintains an [RDAP conformance tool](https://github.com/icann/rdap-conformance-tool) which is used to verify the conformance of gTLD registry RDAP servers against the RFCs and the gTLD RDAP Profile.

This tool is written in Java and binaries are not provided, so those wishing to use it most compile it themselves. This makes it hard to integrate into CI/CD pipelines.

This repository contains a Docker image allowing easy use of the tool:

```
$ docker run --rm -it gbxyz/rdapct:main [OPTIONS] "https://rdap.example.com/rdap/domain/example.com"
```

Use `--help` to see the options.

GitHub repository: https://github.com/gbxyz/icann-rdap-conformance-tool-docker-image/

Docker Hub Image: https://hub.docker.com/r/gbxyz/rdapct