Skip to content

add CI pipeline for dockerfile-frontend

Jelto requested to merge add-ci-dockerfile into wmf/v0.12

This change adds a CI job build-dockerfile to build the dockerfile frontend image on our CI system instead of using the Dockerhub image.

I built the image locally with docker build -f frontend/dockerfile/cmd/dockerfile-frontend/Dockerfile --target build . so I'm not 100% how that translates to buildctl.

Bug: T357612

Merge request reports