devcontainers / devcontainers/ci
Request: option to disable mounts.
- Lenguaje dominante
- TypeScript
- Estrellas
- 496
- Forks
- 101
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Hi folks, I had a situation in which the mount broke my pipeline. I'm currently doing a read only bind of ~/.ssh and mounting a volume that is used for storing the cli history... when I try to build it in AzDO it fails saying that there is no .ssh ... that is expected ... is there a way to disable mounts?
Saw it was including in issue #30
```bash
docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /home/vsts/.ssh.
```
Can't see this [line](https://github.com/devcontainers/ci/blob/afa58a5848bbf08f67d2a6be8935cf8121802362/common/src/docker.ts#L286) in the logs.
cheers,
Juan
Guía de contribución
Línea de trabajo
Comienza en common/src/docker.ts alrededor de la línea 286 e inspecciona cómo se pasan los montajes durante las compilaciones de Azure DevOps. Comprueba cómo están configurados los montajes bind y volume existentes y, a continuación, define y verifica una opción que los deshabilite para que la ausencia de la ruta ~/.ssh no haga fallar la compilación.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- docker, typescript
- Área
- ci-cd, devops
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100