feat: with dind
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2023-04-07 19:42:12 +02:00
parent 8d0e4c0adf
commit fd14d6befb
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ kind: pipeline
name: "shuttle-drone-templates" name: "shuttle-drone-templates"
steps: steps:
- name: "build" - name: "build"
image: docker.io/kasperhermansen/shuttle-drone:1680888967326 image: docker.io/kasperhermansen/shuttle-drone:1680889303458
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run path: /var/run

View File

@ -63,7 +63,7 @@ func Build(ctx context.Context) error {
Container(dagger.ContainerOpts{ Container(dagger.ContainerOpts{
Platform: platform, Platform: platform,
}). }).
From("docker"). From("docker:dind").
Directory("/usr/local/bin"). Directory("/usr/local/bin").
File("docker") File("docker")