try sr.ht builds

This commit is contained in:
Sebastian Hugentobler 2018-11-25 14:19:18 +01:00
parent 9a936b24fe
commit 3a12451ba3

9
.builds/docker.yml Normal file
View File

@ -0,0 +1,9 @@
image: alpine/edge
packages:
- docker
sources:
- https://git.sr.ht/~shu/docker_alpine_s6
tasks:
- build: |
cd docker_alpine_s6
docker build -t alpine-s6 .