This commit is contained in:
parent
a82e755abe
commit
5ee043abe2
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Build the docker image
|
||||||
|
image: docker:stable
|
||||||
|
volumes:
|
||||||
|
- name: docker_sock
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
commands:
|
||||||
|
- docker build --no-cache -t autonomic/docker.jekyll.4:drone .
|
@ -1,3 +1,5 @@
|
|||||||
# docker.jekyll.4
|
# docker.jekyll.4
|
||||||
|
|
||||||
|
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/docker.jekyll.4/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/docker.jekyll.4)
|
||||||
|
|
||||||
A docker image with the right dependencies for our website.
|
A docker image with the right dependencies for our website.
|
||||||
|
Reference in New Issue
Block a user