-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.yml
36 lines (35 loc) · 978 Bytes
/
example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
resources:
- name: git-goflake-server
type: git
icon: "github-circle"
source:
uri: https://github.com/bstick12/goflake-server
jobs:
- name: build-goflake-server-tiny
plan:
- get: git-goflake-server
trigger: true
- task: goflake-server-lifecycle
config:
platform: linux
# The image resource configuration for the lifecycle-build task
image_resource:
type: registry-image
source:
repository: bstick12/lifecycle-build-task
# Change this if you want to use a different CNB builder e.g. bionic, cflinuxfs3
tag: tiny
params:
REPOSITORY: bstick12/goflake-server-lifecycle
TAG: tiny
CONTEXT: git-goflake-server
REGISTRY_USERNAME: ((docker-hub-username))
REGISTRY_PASSWORD: ((docker-hub-password))
CACHE: .cache
inputs:
- name: git-goflake-server
run:
path: lifecycle-build-task
caches:
- path: .cache