This commit is contained in:
parent
8d0e4c0adf
commit
fd14d6befb
@ -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
|
||||||
|
@ -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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user