Compare commits
No commits in common. 'drone' and 'master' have entirely different histories.
@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: docker-build
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: greeting
|
|
||||||
image: docker:dind
|
|
||||||
volumes:
|
|
||||||
- name: dockersock
|
|
||||||
path: /var/run
|
|
||||||
commands:
|
|
||||||
- sleep 5 # give docker enough time to start
|
|
||||||
- docker build . -t shnee/ansible-manjaro
|
|
||||||
|
|
||||||
services:
|
|
||||||
- name: docker
|
|
||||||
image: docker:dind
|
|
||||||
privileged: true
|
|
||||||
volumes:
|
|
||||||
- name: dockersock
|
|
||||||
path: /var/run
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: dockersock
|
|
||||||
temp: {}
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
FROM manjarolinux/base:latest
|
|
||||||
|
|
||||||
# Install ansible.
|
|
||||||
#
|
|
||||||
# python is already isntalled on this base image therefore we don't have to
|
|
||||||
# reinstall.
|
|
||||||
RUN pacman -S \
|
|
||||||
--noconfirm \
|
|
||||||
ansible
|
|
||||||
Loading…
Reference in New Issue