2021-11-06 00:48:08 +00:00
|
|
|
---
|
2021-11-05 22:54:44 +00:00
|
|
|
kind: pipeline
|
2021-11-06 00:48:08 +00:00
|
|
|
name: build-alpine
|
2021-11-05 22:54:44 +00:00
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: publish
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
2021-11-05 23:17:09 +00:00
|
|
|
repo: turboregistry:5000/juju/turbo-ci
|
2021-11-06 00:48:08 +00:00
|
|
|
dockerfile: alpine/Dockerfile
|
|
|
|
tags: latest
|
|
|
|
insecure: true
|
|
|
|
registry: turboregistry:5000
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
|
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: build-arch
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: publish
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
repo: turboregistry:5000/juju/turbo-ci-arch
|
|
|
|
dockerfile: arch/Dockerfile
|
2021-11-05 22:54:44 +00:00
|
|
|
tags: latest
|
2021-11-05 22:59:40 +00:00
|
|
|
insecure: true
|
2021-11-05 23:17:09 +00:00
|
|
|
registry: turboregistry:5000
|
2021-11-05 23:33:19 +00:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|