Switch to alpine based image

This commit is contained in:
2022-04-02 22:15:36 +13:00
parent 2abad3f994
commit 606e44b9ed

View File

@@ -32,7 +32,7 @@ local test_distro(distribution) =
{
name: 'Molecule test on %(distribution)s' % { distribution: distribution },
volumes: [{ name: 'dockersock', path: '/var/run' },],
image: 'guisea/ansible-molecule:latest',
image: 'guisea/ansible-molecule:alpine-latest',
commands: [
'sleep 10', // give docker enough time to start
'mkdir ${DRONE_REPO_NAME}',