Sign inSign up

cldeluna/cosmic-light

By cldeluna

Updated over 7 years ago

Purpose built container for Ansible 2.7 and Python 3.6

Image
0

263

cldeluna/cosmic-light repository overview

NetDevOps

2019-05-12 [email protected]

Cosmic Cuttlefish Ansible In the Light Dockerfile

  • Latest Ubuntu LTS 18 Cosmic Cuttlefish
    • 18.10, cosmic-20190131, cosmic, rolling (cosmic/Dockerfile)
  • Python 2.7, Python 3.6, Ansible 2.7, Nornir 2.0
  • Ansible 2.7 In the Light

Docker Icon

cldeluna/cosmic-light image


Purpose built ansible image starting with Ubuntu:18.10 Cosmic Cuttlefish base and including:

  • Python 2.7 (Legacy)
  • Python 3.6
  • ansible 2.7
  • git
  • yaml
  • jinja2
  • tree
  • nano
  • vim
  • wget
  • traceroute
  • iputils-ping
  • snmp
  • snmp-mibs-downloader

Python Modules:

  • nornir
  • textfms
  • netmiko
  • ciscoconfparse
  • argparse
  • requests
  • xlrd
  • openpyxl
  • pandas

Repositories:

Build

Claudias-iMac:cosmic-light claudia$ tree
.
├── Dockerfile
└── README.md

0 directories, 2 files
Claudias-iMac:cosmic-light claudia$ docker build -t cldeluna/cosmic-light .

Run

Run interactively and map a local directory /Users/claudia/Documents/docker_volume to the /ansible directory in the container.

Claudias-iMac:cosmic-light claudia$ docker run -v  /Users/claudia/Documents/docker_volume:/ansible -it cldeluna/cosmic-light

Docker Hub

Claudias-iMac:cosmic-light claudia$ docker tag cldeluna/cosmic-light:latest cldeluna/cosmic-heartbreak:latest
Claudias-iMac:cosmic-light claudia$ docker push cldeluna/cosmic-light

Tag summary

Content type

Image

Digest

Size

407.6 MB

Last updated

over 7 years ago

docker pull cldeluna/cosmic-light