Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

cevich/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker images of various type and purpose

Ansible Venv Images

Images contain the minimum required packages for setting up a python-virtual environment capable of building/installing Ansible under either python2 or 3 pip.

Travis SPC Images

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.

RHSM Test Image

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.

CentOS SPC Image

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.

GCloud Image

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'`

Build Status

About

Docker images of various type and purpose:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published