No description
  • Dockerfile 47.1%
  • Python 25.6%
  • Makefile 17%
  • Shell 10.3%
Find a file
2022-06-03 17:37:07 +00:00
images Implemented suggested change to Dockerfile 2022-06-03 17:37:07 +00:00
volumes resultsdb images 2022-03-30 11:17:12 -03:00
.gitignore resultsdb images 2022-03-30 11:17:12 -03:00
docker-compose.yml resultsdb images 2022-03-30 11:17:12 -03:00
LICENSE resultsdb images 2022-03-30 11:17:12 -03:00
README.md readme changes 2022-05-20 14:41:49 -03:00

Gating Services Images

This repository contains container images for all gating services components: resultsdb, waiverdb, greenwave and so on.

A docker-compose.yml is provided to run those containers locally.

Sample command to run it locally:

podman-compose up --force-recreate --build

Images

Images are locates in the images folder with each image having its own folder.

A Makefile is provided for both convenience and CI usage.

License

MIT