You've already forked ansible-role-common
Switch to alpine based image
This commit is contained in:
@@ -32,7 +32,7 @@ local test_distro(distribution) =
|
|||||||
{
|
{
|
||||||
name: 'Molecule test on %(distribution)s' % { distribution: distribution },
|
name: 'Molecule test on %(distribution)s' % { distribution: distribution },
|
||||||
volumes: [{ name: 'dockersock', path: '/var/run' },],
|
volumes: [{ name: 'dockersock', path: '/var/run' },],
|
||||||
image: 'guisea/ansible-molecule:latest',
|
image: 'guisea/ansible-molecule:alpine-latest',
|
||||||
commands: [
|
commands: [
|
||||||
'sleep 10', // give docker enough time to start
|
'sleep 10', // give docker enough time to start
|
||||||
'mkdir ${DRONE_REPO_NAME}',
|
'mkdir ${DRONE_REPO_NAME}',
|
||||||
|
|||||||
Reference in New Issue
Block a user