certbot / certbot-docker

95 stars 23 forks source link

Add CI #15

Closed J0WI closed 4 years ago

J0WI commented 4 years ago

Add a CI to this repo that generates try builds from PRs and branches and optionally run smoke tests.

bmw commented 4 years ago

I agree we should do this. Thanks for making an issue.

I think we'll get most of the way there by simply running ./build.sh <certbot tag> where ideally <certbot tag> is the most recent tag on https://github.com/certbot/certbot.

Adding some basic tests on the built images isn't a bad idea either.

bmw commented 4 years ago

I'm closing this in favor of https://github.com/certbot/certbot/issues/8202