2020-02-16 02:03:02 +00:00
|
|
|
kind: pipeline
|
2021-02-24 20:41:48 +00:00
|
|
|
type: docker
|
|
|
|
name: glibc-shared
|
2020-02-16 02:03:02 +00:00
|
|
|
|
|
|
|
steps:
|
2021-02-24 20:41:48 +00:00
|
|
|
- name: build
|
2020-02-16 02:03:02 +00:00
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
2021-02-24 20:36:27 +00:00
|
|
|
dockerfile: glibc-shared/Dockerfile
|
2021-02-24 20:41:48 +00:00
|
|
|
context: glibc-shared
|
2020-02-16 02:03:02 +00:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
repo: arminfriedl/xwim-build
|
2021-02-24 20:36:27 +00:00
|
|
|
tags:
|
|
|
|
- shared
|
|
|
|
|
2021-02-24 20:41:48 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: musl-static
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build
|
2021-02-24 20:36:27 +00:00
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
dockerfile: musl-static/Dockerfile
|
2021-02-24 20:41:48 +00:00
|
|
|
context: musl-static
|
2021-02-24 20:36:27 +00:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
repo: arminfriedl/xwim-build
|
|
|
|
tags:
|
|
|
|
- static
|