Skip to content

gbxyz/icann-rdap-conformance-tool-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICANN RDAP Conformance Tool Docker Image

ICANN maintains an 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