Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gbxyz/icann-rdap-conformance-tool-docker-image
- Owner: gbxyz
- License: unlicense
- Created: 2023-07-05T13:14:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T11:58:18.000Z (5 months ago)
- Last Synced: 2024-11-05T23:09:43.380Z (2 months ago)
- Topics: rdap, rdap-protocol
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/gbxyz/rdapct
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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