Page MenuHomePhabricator

Automatically build Docker images for Toolforge custom components
Closed, ResolvedPublic

Description

We have a number of custom k8s components listed in T291915. The current process involves manually building docker images for them for deployment. Let's automate that and have some system automatically build images when commits are merged on the relevant Git repositories.

Event Timeline

taavi added a subscriber: dcaro.

@dcaro Could we re-use at least parts of the CI pipeline being set up for buildpack-based tools?

Yes, that should be possible I think, and if we move to building them with buildpacks (that looks fairly possible, for most at least), we can use a very similar approach too.