bust/templates/bust_default_template.yaml

41 lines
891 B
YAML
Raw Permalink Normal View History

2022-10-31 22:35:36 +01:00
type: docker
kind: pipeline
name: "drone-dagger-test"
steps:
- name: "build"
2023-05-15 21:57:27 +02:00
image: harbor.front.kjuulh.io/kjuulh/bust:1667250488156
2022-10-31 22:35:36 +01:00
volumes:
- name: dockersock
path: /var/run
environment:
DOCKER_BUILDKIT: 1
2023-05-15 21:57:27 +02:00
HARBOR_DOCKER_HOST: "harbor.front.kjuulh.io"
2022-10-31 22:35:36 +01:00
HARBOR_DOCKER_USERNAME:
from_secret: "harbor_docker_username"
HARBOR_DOCKER_PASSWORD:
from_secret: "harbor_docker_password"
commands:
- sleep 5
- >
echo "$${HARBOR_DOCKER_PASSWORD}" | docker login
--password-stdin
--username="$${HARBOR_DOCKER_USERNAME}"
"$${HARBOR_DOCKER_HOST}"
- bust build default
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}
image_pull_secrets:
- dockerconfig