You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates Alpine Linux from 3.4 to 3.6 - as well uses latest apk’s.
Adds support for pip module installation.
Introduces userspace in volumes. Now custom software can be installed beside Ansible.
Loads .ansible-silo (or .bundle-name) file from current working directory.
Adds Docker support (Docker in Docker / DinD) - now can manage Docker containers and run Ansible against containers.
Silo container by default now is started in privileged mode.
Adds sshpass to support Ansible authentication via password.
Introduces new --reset option. Can be used instead of docker volume rm.
Improves output in installation routine - now shows image name and version from which software is installed.
Updates default Ansible version to 2.3.2.0.
Changes runner script file name - now is based on image-name and -version. This permits to skip runner script creation if it already exists, therefore improves container start time.
Prevents forwarding of Silo exit codes as env vars into the container.
Prevents forwarding of GIT_* env vars into the container to prevent potential git conflicts.
Debug output now lists all SILO_* env vars.
Fixes exit code declaration.
Fixes order in PYTHONPATH.
Removes ansible-lint from bundle --version output.