houseabsolute / ci-perl-helpers

Makes comprehensive testing of Perl projects in Azure Pipelines trivial
16 stars 1 forks source link

Docker image creation should be automated in CI #3

Closed autarch closed 4 years ago

autarch commented 4 years ago

It'd almost certainly be way quicker to create images in parallel in CI using kaniko.

It's important that it still be easy to build one or more images locally from the CLI, since that's a big part of the development workflow for this project.

autarch commented 4 years ago

Done in v0.0.9 with fixes in v0.0.12 to make it work properly.