Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 804 Bytes

File metadata and controls

17 lines (10 loc) · 804 Bytes

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