2019-11-26 14:56:40 +00:00
|
|
|
kind: pipeline
|
2020-06-05 09:06:58 +00:00
|
|
|
type: kubernetes
|
2019-11-26 14:56:40 +00:00
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
2020-01-09 15:13:52 +00:00
|
|
|
- name: docker
|
|
|
|
image: plugins/docker
|
2019-11-26 14:56:40 +00:00
|
|
|
context: .
|
|
|
|
settings:
|
2020-08-17 13:43:34 +00:00
|
|
|
repo: registry.spamasaurus.com/djpbessems/lighttpd-php-powershell
|
2020-08-17 13:51:47 +00:00
|
|
|
registry: registry.spamasaurus.com
|
2019-11-26 14:56:40 +00:00
|
|
|
tags: latest
|
|
|
|
username:
|
2020-08-17 13:43:34 +00:00
|
|
|
from_secret: harbor_username
|
2019-11-26 14:56:40 +00:00
|
|
|
password:
|
2020-08-17 14:10:20 +00:00
|
|
|
from_secret: harbor_password
|
|
|
|
environment:
|
|
|
|
DOCKER_CONTENT_TRUST: 1
|
|
|
|
DOCKER_CONTENT_TRUST_SERVER: https://notary.spamasaurus.com
|
2020-08-17 14:15:00 +00:00
|
|
|
# DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE:
|
|
|
|
# from_secret: harbor_repo_passphrase
|
|
|
|
# DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE:
|
|
|
|
# from_secret: harbor_root_passphrase
|