Guillaume de Rouville
Guillaume de Rouville
### What are you trying to do? A user was trying to build, inside Dagger, a Dockerfile containing an advanced buildkit feature: `mount=type=ssh` (relying on `llb.MountSSHSock`) This `mount` option tells...
Source files shown at https://pkg.go.dev/dagger.io/dagger#section-sourcefiles lead to 404s. example: - [error.go](https://github.com/dagger/dagger/tree/main/sdk/go/blob/v0.3.1/error.go) I tried to understand/reverse with @helderco, but did not manage to find how/where to fix (seems related to releases):...
Tests were broken on Mac #3433 and #3437, due to Path/Symlink differences between OS and versions. Related to #3012 Reminder to check that the current version of Dagger works on...
Follow-up of #3225 Current automatic MacOS `provision`(https://github.com/dagger/dagger/blob/main/.github/workflows/provision.yml) pipeline gets triggered after an engine release. This can lead to failures getting caught AFTER the bump of the engine. It is the...
One of the action items discussed in https://github.com/dagger/dagger/pull/7107#issuecomment-2061525961 Unifies the DX around usage across all commands. The convention follows the standards (gh / git CLIs) as well as the defaults...
### Details of current draft implementation @helderco we had a sync, but I might have forgotten some parts ahah (sorry 👼). Feel free to tell if I'm completely off on...
Afin d'améliorer l'expérience utilisateur, il serait intéressant d'intégrer ces 3 fonctionnalités : * Une section historique, permettant en 1 click de relancer une recherche déjà passée avec la date du...
Hello, I have been trying to run a Centos Stream 9 vagrant box on a Macbook pro M1, following your packer and your scripts. (I built the base VM manually,...
Updates ttlsh to latest dagger version. Aim: update the commit hash example on `dagger install` usage on a non breaking version
WIP implementation of private Git support (works, just not with a generic / nice ref yet) This is rebased on top of #7663, which adds integration tests and fixes some...