{"id":15611628,"url":"https://github.com/smlng/docker-rpki-validator3","last_synced_at":"2026-05-01T15:34:47.382Z","repository":{"id":89706268,"uuid":"171743569","full_name":"smlng/docker-rpki-validator3","owner":"smlng","description":"A Docker Setup for the RIPE RPKI Validator 3","archived":false,"fork":false,"pushed_at":"2019-02-21T08:01:42.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T15:11:27.110Z","etag":null,"topics":["docker","docker-compose","rpki","rtr"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smlng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-20T20:24:13.000Z","updated_at":"2019-02-21T08:01:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e55a89c-29d6-4b49-b1e9-c6f388acbea0","html_url":"https://github.com/smlng/docker-rpki-validator3","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"abf57c1049275d69bdd897fcf14757e7ac24df18"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smlng/docker-rpki-validator3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smlng%2Fdocker-rpki-validator3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smlng%2Fdocker-rpki-validator3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smlng%2Fdocker-rpki-validator3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smlng%2Fdocker-rpki-validator3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smlng","download_url":"https://codeload.github.com/smlng/docker-rpki-validator3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smlng%2Fdocker-rpki-validator3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32503197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","rpki","rtr"],"created_at":"2024-10-03T06:06:03.147Z","updated_at":"2026-05-01T15:34:47.365Z","avatar_url":"https://github.com/smlng.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Docker Setup for the RIPE RPKI Validator 3\n\n## Prerequisites\n\nTo create and run the docker container(s) you need a host system with\nDocker and docker-compose installed. This may need superuser rights\ne.g. `sudo`.\n\n## Configuration\n\nThe RPKI Validator will download (rsync) ROAs from the 5 major RIRs, i.e.\nAFRINIC, APNIC, ARIN, LACNIC, and RIPE, also refered to as trust anchors.\nFor downloading TRUST ANCHOR LOCATOR (TAL) files are required, the RPKI\nValidator comes with 4 of them, however the TAL for ARIN is not included.\nThus, download the TAL file from [ARIN] and save it into theconfig folder \n`rpki-validator/conf/tals/` (use the RIPE validator format).\n\nAfterwards, check the RPKI validator configuration file, which is found in\n`rpki-validator/conf/application.properties`. This will be mounted into the \nrunning container and can be changed later, too. In case of memory errors \nincrease the values of `jvm.memory.*` and restart the container afterwards.\n\nDo the same for the RPKI RTR server configuration, which can be found in \n`rpki-rtr-server/conf/application.properties`.\n\nIn general, there is no need to make any changes to the configuration(s).\n\n**Note(1)**: do not change host/server or port settings in the `.properties`\nfiles, this can be done in the `docker-compose.yml`. To do so, open the yml\nfile and change the values in section `ports`, format is `HOST_PORT:DOCKER_PORT`.\nFor instance to remap the web UI to `9090` change `8080:8080` to `9090:8080`.\n\n**Note(2)**: the HTTP port (default 8080) binds to localhost (::1) and is\nthus not reachable from the outside by default. It is recommended to use\na HTTP proxy (apache or nginx) because there is no HTTPS support by the\nRPKI validator itself.\n\n**Note(3)**: the services are set to restart always, i.e., on any errors or\nrestart of the host system.  See section `restart` in `docker-compose.yml` \nto change this if needed.\n\n## Run the RPKI-Validator and RTR-Server in Docker\n\nUsing `docker-compose` this is easy, simply run `docker-compose up -d`.\n\n**Note**: the service is run as non-root, i.e., with user `rpki` (uid=323).\n\n## Updating and Troubleshooting\n\nThe `docker-compose` command may require super user rights, i.e., run it \nwith `sudo` or as `root`.\n\nChanges to the configuration or new/added TAL files require a service restart.\nTo restart the service run `docker-compose restart`, if that does not help\nrun `docker-compose down \u0026\u0026 docker-compose up -d`.\n\nTo update the container(s) or recreate them in case of errors:\n1. Stop any running services: `docker-compose down`\n2. Force rebuild of the containers: `docker-compose build`\n3. Start the service: `docker-compose up -d`\n\nTo just stop the container for a moment and start it again use commands\n`docker-compose stop` and `docker-compose start`. This halts and\nstarts the container without deleting or recreating it.\n\n## Copyright and License\n\nFor the [ARIN] TAL and the RPKI Validator3 (see [GitHub]) refer to the respective licenses.\nFor everything else in this repo the MIT License applies, see LICENSE file for details.\n\n[ARIN]: https://www.arin.net/resources/rpki/tal.html\n[RIPE]: https://www.ripe.net\n[GitHub]: https://github.com/RIPE-NCC/rpki-validator-3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmlng%2Fdocker-rpki-validator3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmlng%2Fdocker-rpki-validator3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmlng%2Fdocker-rpki-validator3/lists"}