File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Molecule managed
22
3+ {% if item .registry is defined %}
4+ FROM {{ item.registry.url }}/{{ item.image }}
5+ {% else %}
36FROM {{ item.image }}
7+ {% endif %}
Original file line number Diff line number Diff line change 1010platforms :
1111 - name : bootstrap-alpine-edge
1212 image : alpine:edge
13+ command : sh -c "while true; do sleep 10000; done"
1314 - name : bootstrap-alpine-latest
1415 image : alpine:latest
16+ command : sh -c "while true; do sleep 10000; done"
1517 - name : bootstrap-archlinux
1618 image : base/archlinux
1719 - name : bootstrap-centos-6
@@ -38,8 +40,6 @@ platforms:
3840 image : ubuntu:artful
3941 - name : bootstrap-ubuntu-devel
4042 image : ubuntu:devel
41- - name : bootstrap-alpine-latest
42- image : alpine:latest
4343provisioner :
4444 name : ansible
4545 lint :
You can’t perform that action at this time.
0 commit comments