|
|
@ -0,0 +1,22 @@ |
|
|
|
--- |
|
|
|
resources: |
|
|
|
- name: resume-git |
|
|
|
type: git |
|
|
|
icon: git |
|
|
|
source: |
|
|
|
uri: ssh://git@git.nulloctet.com:8437/docker/pdf2htmlex.git |
|
|
|
private_key: | |
|
|
|
((pull_key)) |
|
|
|
- name: git-resource-image |
|
|
|
type: docker-image |
|
|
|
source: |
|
|
|
repository: nexus.nulloctet.com:5001/_/pdf2htmlex |
|
|
|
username: ((nexus_docker_push.username)) |
|
|
|
password: ((nexus_docker_push.password)) |
|
|
|
|
|
|
|
jobs: |
|
|
|
- name: build-rootfs |
|
|
|
plan: |
|
|
|
- get: git-resource |
|
|
|
- put: git-resource-image |
|
|
|
params: {build: git-resource} |