#Use the Dagger engine image for CI

1 messages · Page 1 of 1 (latest)

narrow geyser
#

Hi folks. I was wondering if it's possible to instruct Dagger functions to run on the host. I assume in Gitlab CI it would pull and create the engine container every time. This seems like extra work that can be reduced by just spawning the engine container directly in Gitlab runners

oblique estuary
# narrow geyser Hi folks. I was wondering if it's possible to instruct Dagger functions to run o...

Hello! Yes there are options for this, this doc page should help: https://docs.dagger.io/integrations/gitlab

Dagger provides a programmable container engine that allows you to replace your YAML pipeline definitions in GitLab with Dagger Functions written in a regular programming language. This allows you to execute your pipeline the same locally and in GitLab, with the additional benefit of intelligent caching.