Images contain the minimum required packages for setting up a python-virtual environment capable of building/installing Ansible under either python2 or 3 pip.
- docker.io/cevich/venv_ubuntu:latest
- docker.io/cevch/venv_fedora:latest
- docker.io/cevich/venv_centos:latest
Images designed to be executed as SPCs for performing common build/test tasks, typically under Travis CI. For example, see the .travis.yml and the travis.sh files in this repo.
- docker.io/cevich/travis_ubuntu:latest
- docker.io/cevich/travis_fedora:latest
- docker.io/cevich/travis_centos:latest
This is an supporting image for testing the Red Hat Subscription Manager, within a container. It uses a CentOS base image, since the RHEL base images are designed to utilize the host's subscription. Specificly it's used by the CI for my cevich.subscribed Ansible Galaxy role.
Extends the Ansible Venv CentOS Image such that it may utilize docker or podman on the host system, from within Ansible playbooks in the container.
Simply an ephemeral container image for executing GCE's gcloud CLI as a regular user,
with configuration stored in normal home directory. Intended to be used by
adding to .bashrc
:
`alias gcloud='sudo docker run -it --rm -e AS_ID=$UID -e AS_USER=$USER cevich/gcloud_centos'`