Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.
/ docker-molecule Public archive

This docker image is used for my molecule Github Action.

License

Notifications You must be signed in to change notification settings

borisskert/docker-molecule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠⚠⚠ The code of this project has been moved to borisskert/molecule-action ⚠⚠⚠

docker-molecule

This docker image is used for my molecule Github Action.

Contents

This image is based on alpine:3 and contains:

  • python3
  • molecule 3.3.0
  • ansible 2.10.8
  • ansible-lint 5.0.8
  • yamllint 1.26.1
  • molecule-docker - the molecule docker driver
  • docker - cli and python package; used by the molecule docker driver.
  • git - Used to checkout git repositories

Usage

Due to docker entrypoint is molecule the usage is quite simple:

$ docker run --rm borisskert/molecule:latest --version
molecule 3.3.0 using python 3.8 
    ansible:2.10.8
    delegated:3.3.0 from molecule
    docker:0.2.4 from molecule_docker

Further links