NLnetLabs / rpki-deploy

RPKI deployment related tooling developed for/by NLnet Labs.
https://nlnetlabs.nl/rpki
3 stars 2 forks source link

Transform krill-e2e-test into GH Actions container action #18

Open ximon18 opened 4 years ago

ximon18 commented 4 years ago

Currently both the krill and rpki-deploy repos have main.yml files with lots of steps in them in order to use the krill-e2e-test. If these were to be packaged into a GitHub Actions Docker container action this could be defined once and referenced by both repo main.yml files, and lots of the installation work could be done once and the results baked into a hosted container image. This would be simpler to use, easier to maintain, faster to run and have frewer dependencies on the host O/S setup.

ximon18 commented 4 years ago

See branch gh-docker-action. At the present time it mostly works, but: