bust/gobin_default_template.yaml

36 lines
717 B
YAML
Raw Normal View History

2022-10-30 19:57:04 +01:00
type: docker
kind: pipeline
name: "drone-dagger-test"
steps:
- name: "build"
2022-10-30 22:37:30 +01:00
image: harbor.front.kjuulh.io/kjuulh/dagger-go:1667165411134
2022-10-30 19:57:04 +01:00
volumes:
- name: dockersock
path: /var/run
environment:
DOCKER_BUILDKIT: 1
HARBOR_DOCKER_HOST: "harbor.front.kjuulh.io"
HARBOR_DOCKER_USERNAME:
from_secret: "harbor_docker_username"
HARBOR_DOCKER_PASSWORD:
from_secret: "harbor_docker_password"
commands:
- sleep 5
2022-10-30 22:37:30 +01:00
- ls /usr/bin/
2022-10-30 19:57:04 +01:00
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}
2022-10-30 20:46:13 +01:00
image_pull_secrets:
- dockerconfig